├── .gitignore ├── LICENSE ├── README.md ├── SPONSOR.txt ├── config ├── AE2Stuff │ └── readme.txt ├── AE2WirelessTerminals.cfg ├── AppliedEnergistics2 │ ├── AppliedEnergistics2.cfg │ ├── CustomRecipes.cfg │ ├── Facades.cfg │ ├── VersionChecker.cfg │ ├── aerecipes │ │ ├── README.html │ │ ├── generated │ │ │ ├── aliases.recipe │ │ │ ├── decorative │ │ │ │ ├── certus.recipe │ │ │ │ ├── crystals.recipe │ │ │ │ ├── fixtures.recipe │ │ │ │ ├── index.recipe │ │ │ │ ├── quartzglass.recipe │ │ │ │ ├── skystone.recipe │ │ │ │ ├── slabs.recipe │ │ │ │ └── stairs.recipe │ │ │ ├── groups.recipe │ │ │ ├── index.recipe │ │ │ ├── materials │ │ │ │ ├── cards.recipe │ │ │ │ ├── circuits.recipe │ │ │ │ ├── cores.recipe │ │ │ │ ├── index.recipe │ │ │ │ ├── presses.recipe │ │ │ │ └── processors.recipe │ │ │ ├── misc │ │ │ │ ├── chests.recipe │ │ │ │ ├── deconstruction.recipe │ │ │ │ ├── fluixpearl.recipe │ │ │ │ ├── grindstone.recipe │ │ │ │ ├── index.recipe │ │ │ │ ├── meteors.recipe │ │ │ │ ├── seeds.recipe │ │ │ │ ├── tinytnt.recipe │ │ │ │ └── vanilla.recipe │ │ │ ├── network │ │ │ │ ├── blocks │ │ │ │ │ ├── cellworkbench.recipe │ │ │ │ │ ├── controller.recipe │ │ │ │ │ ├── crystal_processing.recipe │ │ │ │ │ ├── energy.recipe │ │ │ │ │ ├── index.recipe │ │ │ │ │ ├── inscribers.recipe │ │ │ │ │ ├── interfaces.recipe │ │ │ │ │ ├── io.recipe │ │ │ │ │ ├── quantum.recipe │ │ │ │ │ ├── security_station.recipe │ │ │ │ │ ├── spatial_io.recipe │ │ │ │ │ └── storage.recipe │ │ │ │ ├── cables │ │ │ │ │ ├── covered.recipe │ │ │ │ │ ├── dense.recipe │ │ │ │ │ ├── glass.recipe │ │ │ │ │ ├── index.recipe │ │ │ │ │ └── smart.recipe │ │ │ │ ├── cells │ │ │ │ │ ├── empty.recipe │ │ │ │ │ ├── index.recipe │ │ │ │ │ ├── spatial.recipe │ │ │ │ │ ├── spatial_components.recipe │ │ │ │ │ ├── storage.recipe │ │ │ │ │ ├── storage_components.recipe │ │ │ │ │ └── view.recipe │ │ │ │ ├── crafting │ │ │ │ │ ├── assembler.recipe │ │ │ │ │ ├── cpu.recipe │ │ │ │ │ ├── index.recipe │ │ │ │ │ └── patterns.recipe │ │ │ │ ├── index.recipe │ │ │ │ ├── parts │ │ │ │ │ ├── cable_anchor.recipe │ │ │ │ │ ├── emitters.recipe │ │ │ │ │ ├── index.recipe │ │ │ │ │ ├── io_buses.recipe │ │ │ │ │ ├── monitors.recipe │ │ │ │ │ ├── panels.recipe │ │ │ │ │ ├── planes.recipe │ │ │ │ │ ├── quartz_fiber.recipe │ │ │ │ │ ├── terminals.recipe │ │ │ │ │ ├── toggle_buses.recipe │ │ │ │ │ └── tunnels.recipe │ │ │ │ └── wireless.recipe │ │ │ ├── oredict.recipe │ │ │ ├── processing │ │ │ │ ├── factorization.recipe │ │ │ │ ├── grind.recipe │ │ │ │ ├── hydraulicraft.recipe │ │ │ │ ├── ic2.recipe │ │ │ │ ├── index.recipe │ │ │ │ ├── mekanism.recipe │ │ │ │ ├── rotarycraft.recipe │ │ │ │ ├── te.recipe │ │ │ │ └── vanilla.recipe │ │ │ ├── smelting │ │ │ │ └── smelting.recipe │ │ │ └── tools │ │ │ │ ├── certus_quartz.recipe │ │ │ │ ├── index.recipe │ │ │ │ ├── matter_cannon.recipe │ │ │ │ ├── misctools.recipe │ │ │ │ ├── nether_quartz.recipe │ │ │ │ ├── network.recipe │ │ │ │ └── paintballs.recipe │ │ └── items.csv │ ├── extracells.cfg │ └── items.csv ├── Building Gadgets.cfg ├── ChickenChunks.cfg ├── CustomMainMenu │ └── mainmenu.json ├── Extreme Reactors │ └── Extreme Reactors.cfg ├── FarmingForBlockheads │ └── Market.json ├── InvTweaks.cfg ├── InvTweaksRules.txt ├── InvTweaksTree.txt ├── JAOPCA.cfg ├── JustEnoughCharacters.cfg ├── MoreOverlays.cfg ├── MouseTweaks.cfg ├── OpenModsLibCore.json ├── OreDictInit.cfg ├── Probe.cfg ├── Sponsor.cfg ├── TinkerIO.cfg ├── TinkerModules.cfg ├── TinkerSkyblock.cfg ├── TinkerToolLeveling.cfg ├── acronym │ ├── base │ │ └── General.cfg │ ├── contenttweaker │ │ └── General.cfg │ ├── material_system.cfg │ └── saved │ │ ├── material_parts_contenttweaker-original.json │ │ ├── material_parts_contenttweaker.json │ │ ├── saved_sub_blocks_contenttweaker-original.json │ │ └── saved_sub_blocks_contenttweaker.json ├── actuallyadditions.cfg ├── appleskin.cfg ├── aroma1997 │ ├── aroma1997core.cfg │ ├── aromabackup.cfg │ └── aromabackuprecovery.cfg ├── bathappymod.cfg ├── betterbuilderswands.cfg ├── betterfps.json ├── betterquesting.cfg ├── betterquesting │ └── DefaultQuests.json ├── bonsaitrees │ └── settings.cfg ├── bookshelf.cfg ├── bq_standard.cfg ├── brandon3055 │ ├── BrandonsCore.cfg │ ├── Custom Fusion Recipe Info.txt │ ├── CustomFusionRecipes.json │ └── DraconicEvolution.cfg ├── chisel.cfg ├── codechicken │ ├── supporters.json │ └── supporters.marker ├── codechickenlib.cfg ├── cofh │ ├── core │ │ ├── client.cfg │ │ ├── common.cfg │ │ └── friends.cfg │ ├── thermalcultivation │ │ ├── client.cfg │ │ └── common.cfg │ ├── thermaldynamics │ │ ├── client.cfg │ │ ├── common.cfg │ │ └── cover_blacklist.json │ ├── thermalexpansion │ │ ├── client.cfg │ │ ├── common.cfg │ │ ├── florbs.cfg │ │ └── morbs.cfg │ ├── thermalfoundation │ │ ├── client.cfg │ │ ├── common.cfg │ │ └── lexicon-whitelist.cfg │ ├── thermalinnovation │ │ ├── client.cfg │ │ └── common.cfg │ └── world │ │ ├── 00_minecraft.json │ │ ├── 01_thermalfoundation_ores.json │ │ ├── 02_thermalfoundation_oil.json │ │ ├── 03_thermalfoundation_clathrates.json │ │ └── config.cfg ├── compactmachines3 │ ├── recipes │ │ ├── capabilitybus.json │ │ ├── dragon.json │ │ ├── example.energycell.json │ │ ├── example.zombieegg.json │ │ ├── machine-giant.json │ │ ├── machine-large.json │ │ ├── machine-maximum.json │ │ ├── machine-normal.json │ │ ├── machine-small.json │ │ ├── machine-tiny.json │ │ ├── mek1.json │ │ ├── mek2.json │ │ ├── mek3.json │ │ ├── mek4.json │ │ ├── mek5.json │ │ ├── mek6.json │ │ ├── redstonetunneltool.json │ │ ├── tunneltool.json │ │ └── wallbreakable.json │ └── settings.cfg ├── craftingtweaks.cfg ├── ctm.cfg ├── darkutils.cfg ├── ding.cfg ├── eiorteis.cfg ├── endercore │ ├── cropconfig.json │ └── endercore.cfg ├── enderio │ ├── EnderIO.cfg │ ├── enderioconduits.cfg │ ├── enderiointegrationforestry.cfg │ ├── enderiomachines.cfg │ ├── enderiopowertools.cfg │ ├── gasconduits.cfg │ ├── painter_paint_sources_core.xml │ ├── painter_paint_sources_user.xml │ └── recipes │ │ ├── aliases.pdf │ │ ├── aliases.xml │ │ ├── alloying.pdf │ │ ├── alloying.xml │ │ ├── alloying_modded.pdf │ │ ├── alloying_modded.xml │ │ ├── balls.pdf │ │ ├── balls.xml │ │ ├── base.pdf │ │ ├── base.xml │ │ ├── capacitor.pdf │ │ ├── capacitor.xml │ │ ├── capacitor_machines.pdf │ │ ├── capacitor_machines.xml │ │ ├── conduits-applied-energistics.pdf │ │ ├── conduits-applied-energistics.xml │ │ ├── conduits-gas.xml │ │ ├── conduits.pdf │ │ ├── conduits.xml │ │ ├── darksteel_upgrades.pdf │ │ ├── darksteel_upgrades.xml │ │ ├── darksteel_upgrades_machines.pdf │ │ ├── darksteel_upgrades_machines.xml │ │ ├── enchanter.pdf │ │ ├── enchanter.xml │ │ ├── examples │ │ ├── broken_spawner.xml │ │ ├── cheap_machines.xml │ │ ├── cheap_materials.xml │ │ ├── cheaty_spawner.xml │ │ ├── conduits_easy_recipes.xml │ │ ├── conduits_hard_recipes.xml │ │ ├── easy_recipes.xml │ │ ├── hard_recipes.xml │ │ ├── infinity.xml │ │ ├── legacy_recipes.xml │ │ ├── machines_easy_recipes.xml │ │ ├── optional_tweaks.xml │ │ ├── peaceful.xml │ │ ├── powertools_easy_recipes.xml │ │ ├── recipes.xsd │ │ ├── sagmill_dupe_recipe_patches.xml │ │ ├── strict_iron.xml │ │ └── unhide_base.xml │ │ ├── fuels.pdf │ │ ├── fuels.xml │ │ ├── hiding_base.pdf │ │ ├── hiding_base.xml │ │ ├── hiding_conduits.pdf │ │ ├── hiding_conduits.xml │ │ ├── hiding_machines.pdf │ │ ├── hiding_machines.xml │ │ ├── integration_railcraft_recipes.pdf │ │ ├── integration_railcraft_recipes.xml │ │ ├── items.pdf │ │ ├── items.xml │ │ ├── machines.pdf │ │ ├── machines.xml │ │ ├── materials.pdf │ │ ├── materials.xml │ │ ├── misc.pdf │ │ ├── misc.xml │ │ ├── powertools.pdf │ │ ├── powertools.xml │ │ ├── recipes.xsd │ │ ├── sagmill.pdf │ │ ├── sagmill.xml │ │ ├── sagmill_metals.pdf │ │ ├── sagmill_metals.xml │ │ ├── sagmill_modded.pdf │ │ ├── sagmill_modded.xml │ │ ├── sagmill_ores.pdf │ │ ├── sagmill_ores.xml │ │ ├── sagmill_silentgems.pdf │ │ ├── sagmill_silentgems.xml │ │ ├── sagmill_vanilla.pdf │ │ ├── sagmill_vanilla.xml │ │ ├── sagmill_vanilla2modded.pdf │ │ ├── sagmill_vanilla2modded.xml │ │ ├── soulbinder.pdf │ │ ├── soulbinder.xml │ │ ├── spawner.pdf │ │ ├── spawner.xml │ │ ├── tank.pdf │ │ ├── tank.xml │ │ ├── user │ │ ├── recipes.xsd │ │ └── user_recipes.xml │ │ ├── vat.pdf │ │ └── vat.xml ├── enderstorage.cfg ├── extrautils2.cfg ├── farmingforblockheads.cfg ├── fastleafdecay.cfg ├── foamfix.cfg ├── forge.cfg ├── forgeChunkLoading.cfg ├── forgivingvoid.cfg ├── i18n_update_mod.cfg ├── igwmod.cfg ├── immersivecables.cfg ├── immersiveengineering.cfg ├── ingameinfoxml.cfg ├── jei │ ├── bookmarks.ini │ ├── itemBlacklist.cfg │ ├── jei.cfg │ ├── searchColors.cfg │ └── worldSettings.cfg ├── lockdown.cfg ├── lunatriuscore.cfg ├── mekanism.cfg ├── mekanism │ └── BoxBlacklist.txt ├── modnametooltip.cfg ├── mysticalagradditions.cfg ├── mysticalagriculture.cfg ├── mysticalagriculture_recipes.cfg ├── openblocks.cfg ├── openmods.cfg ├── oreexcavation.cfg ├── oreexcavation_groups.json ├── oreexcavation_overrides.json ├── oreexcavation_shapes.json ├── p455w0rdsLib.cfg ├── patchouli.cfg ├── placebo.cfg ├── plustic.cfg ├── sci4me │ └── Torcherino.cfg ├── smoothfont │ └── smoothfont.cfg ├── splash.properties ├── storagedrawers.cfg ├── tconstruct.cfg ├── theoneprobe.cfg ├── toastcontrol.cfg ├── tooltweaks.cfg ├── topography │ ├── Topography.txt │ ├── documentation │ │ ├── Dimensions.txt │ │ ├── SkyRendererCustom.txt │ │ ├── SkyboxRenderer.txt │ │ ├── Topography.txt │ │ ├── biome_providers │ │ │ ├── ScriptBiomeProvider.txt │ │ │ └── genlayers │ │ │ │ ├── GenLayerBaseSingle.txt │ │ │ │ ├── GenLayerBiomeDC.txt │ │ │ │ ├── GenLayerBiomeEdgeDC.txt │ │ │ │ ├── GenLayerCombineWhitelist.txt │ │ │ │ ├── GenLayerDeepOceanDC.txt │ │ │ │ ├── GenLayerHeatToBiomes.txt │ │ │ │ ├── GenLayerHeatX.txt │ │ │ │ ├── GenLayerHeatZ.txt │ │ │ │ ├── GenLayerHillsDC.txt │ │ │ │ ├── GenLayerRemoveTooMuchOceanDC.txt │ │ │ │ ├── GenLayerReplaceAll.txt │ │ │ │ ├── GenLayerRiverMixDC.txt │ │ │ │ └── GenLayerTouching.txt │ │ └── generators │ │ │ ├── BiomeBlockReplacementGenerator.txt │ │ │ ├── CellNoiseGenerator.txt │ │ │ ├── DeformedSphereGenerator.txt │ │ │ ├── FluidPocketGenerator.txt │ │ │ ├── HangingCrystalGenerator.txt │ │ │ ├── IceAndSnowGenerator.txt │ │ │ ├── LayerGenerator.txt │ │ │ ├── OverworldGenerator.txt │ │ │ ├── ScatteredBlockGenerator.txt │ │ │ ├── VanillaAnimalGenerator.txt │ │ │ ├── VanillaCaveGenerator.txt │ │ │ ├── VanillaDecorationGenerator.txt │ │ │ ├── VanillaDungeonGenerator.txt │ │ │ ├── VanillaFireGenerator.txt │ │ │ ├── VanillaGlowstoneGenerator.txt │ │ │ ├── VanillaLakeGenerator.txt │ │ │ ├── VanillaLavaPocketGenerator.txt │ │ │ ├── VanillaQuartzGenerator.txt │ │ │ ├── VanillaRavineGenerator.txt │ │ │ ├── VineGenerator.txt │ │ │ └── sky_islands │ │ │ ├── SkyIslandData.txt │ │ │ ├── SkyIslandGenerator.txt │ │ │ └── SkyIslandType.txt │ ├── images │ │ ├── chest.png │ │ ├── classic.png │ │ ├── glass_ball.png │ │ ├── green.png │ │ └── sea.png │ ├── maps │ │ ├── finite_space.txt │ │ ├── flying_road_classic.txt │ │ ├── flying_road_green.txt │ │ ├── glass_ball.txt │ │ ├── sea.txt │ │ └── single_chest.txt │ └── structures │ │ ├── air.nbt │ │ ├── basic_tree.nbt │ │ ├── flying_road_classic.nbt │ │ ├── flying_road_green.nbt │ │ ├── glass_ball.nbt │ │ └── single_chest.nbt ├── torchmaster.cfg ├── treegrowingsimulator.cfg ├── unidict │ ├── IntegrationModule.cfg │ └── UniDict.cfg ├── vanillafix.cfg ├── vanillafix │ ├── config_version │ └── methods-stable_39.csv └── voidislandcontrol.cfg ├── patchouli_books └── tinkers_skyisland │ ├── book.json │ └── en_us │ ├── categories │ ├── items.json │ ├── materials.json │ ├── tools.json │ └── traits.json │ └── entries │ ├── aqu.json │ ├── clay_sapling.json │ ├── cobalt_aqu.json │ ├── cobalt_aqu_material.json │ ├── gem.json │ ├── grass_seed.json │ ├── infinity.json │ ├── melt_tools.json │ ├── moist.json │ ├── nether_essential.json │ ├── obgold.json │ ├── obgold_material.json │ ├── obsidian.json │ ├── orement.json │ ├── orement_item.json │ ├── petrified.json │ ├── petrified_item.json │ ├── plant_matter.json │ ├── plant_matter_material.json │ ├── quartz.json │ ├── rations.json │ ├── recipes.json │ ├── seeds.json │ ├── smashment.json │ ├── smashment_item.json │ ├── soft.json │ ├── soul.json │ ├── tic_tools.json │ ├── vibrant.json │ ├── wither_skull.json │ └── wooden_hopper.json ├── resources ├── contenttweaker │ ├── blockstates │ │ ├── compressed_skystone.json │ │ ├── compressed_skystone_crushed.json │ │ ├── nether_essential.json │ │ ├── obsidiangold.json │ │ ├── soulsand.json │ │ └── xu_frame.json │ ├── lang │ │ ├── en_us.lang │ │ └── zh_cn.lang │ ├── models │ │ └── item │ │ │ ├── aluminium_piece.json │ │ │ ├── aquamarine.json │ │ │ ├── aquamarinec.json │ │ │ ├── ardite_piece.json │ │ │ ├── blaze_melt.json │ │ │ ├── clay_sapling.json │ │ │ ├── cobalt_piece.json │ │ │ ├── compressed_sticks.json │ │ │ ├── copper_piece.json │ │ │ ├── forestbat.json │ │ │ ├── gildediron.json │ │ │ ├── gold_piece.json │ │ │ ├── grass_seed.json │ │ │ ├── gunpower_in_bone.json │ │ │ ├── iridium_piece.json │ │ │ ├── iron_piece.json │ │ │ ├── lead_piece.json │ │ │ ├── nether_ingot.json │ │ │ ├── nickel_piece.json │ │ │ ├── orement.json │ │ │ ├── osmism_piece.json │ │ │ ├── osmium_piece.json │ │ │ ├── plant_matter.json │ │ │ ├── platinum_piece.json │ │ │ ├── quartz_shard.json │ │ │ ├── silver_piece.json │ │ │ ├── smashment.json │ │ │ ├── soul_mixture.json │ │ │ ├── tin_piece.json │ │ │ ├── tiny_coal_coke.json │ │ │ ├── wheat_melt.json │ │ │ └── yellorium_piece.json │ └── textures │ │ ├── blocks │ │ ├── compressed_skystone.png │ │ ├── compressed_skystone_crushed.png │ │ ├── machine_base.png │ │ ├── machine_base_bottom.png │ │ └── machine_base_side.png │ │ └── items │ │ ├── aquamarine.png │ │ ├── aquamarinec.png │ │ ├── blaze_melt.png │ │ ├── clay_sapling.png │ │ ├── compressed_sticks.png │ │ ├── forestbat.png │ │ ├── gildediron.png │ │ ├── grass_seed.png │ │ ├── gunpower_in_bone.png │ │ ├── nether_ingot.png │ │ ├── orement.png │ │ ├── piece.png │ │ ├── plant_matter.png │ │ ├── quartz_shard.png │ │ ├── smashment.png │ │ ├── soul_mixture.png │ │ ├── soulwand.png │ │ ├── tiny_coal_coke.png │ │ ├── wheat_melt.png │ │ └── wither_ender_pearl.png ├── ingameinfo │ └── ingameinfo.xml ├── justthetips │ └── texts │ │ └── tips.txt ├── mekatweaker │ ├── blockstates │ │ └── fluids.json │ ├── lang │ │ ├── en_us.lang │ │ └── zh_cn.lang │ └── textures │ │ └── blocks │ │ └── infuse │ │ └── soul.png ├── modpack │ └── gui │ │ ├── background.png │ │ ├── flying_road.png │ │ └── texts.txt └── pack.mcmeta └── scripts ├── README.md ├── banrename.zs ├── br.zs ├── classes ├── init.zs ├── youyihjItemStack.zs └── youyihjLib.zs ├── contenttweaker.zs ├── desc.zs ├── dragon.zs ├── events.zs ├── fiuld.zs ├── gears.zs ├── machine.zs ├── mystical_agriculture.zs ├── others.zs ├── recipes.zs ├── tinkers_skyisland ├── config.zs ├── cot.zs ├── cotfortic.zs ├── cotlocalize.zs ├── events.zs ├── mekat.zs └── recipes.zs └── zetaSystem.zs /.gitignore: -------------------------------------------------------------------------------- 1 | *.zsrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | CC License 2 | 3 | Copyright © 2019 youyihj 4 | 5 | 整体整合包使用CC BY-NC-ND 4.0协议 6 | 单独脚本使用CC BY-NC-SA 4.0协议 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FlyingRoad3 2 | 本库目前仅包含了飞翔之路3的脚本、配置和材质文件,可给有需要的人一些参考。 3 | 4 | 由于没有mods文件夹或modlist.html,这不是用来下载玩的。 5 | 6 | 感谢[dong031001](https://github.com/dong031001)帮忙传文件。 7 | -------------------------------------------------------------------------------- /SPONSOR.txt: -------------------------------------------------------------------------------- 1 | 爱发电用户_Gtjw 2 | 白毛 3 | 爱发电用户_U9RN(颜葵) 4 | 爱发电用户_PDJt 5 | 我是呼哈358 6 | 原罪suntre 7 | BiReRa 8 | 屿歌 9 | -------------------------------------------------------------------------------- /config/AE2Stuff/readme.txt: -------------------------------------------------------------------------------- 1 | Any .cfg files in this directory will be loaded after the internal configuration, in alphabetic order 2 | Files in 'overrides' directory with matching names cab be used to override internal configuration 3 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/CustomRecipes.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | cache { 4 | S:digest=66606a09910d9fe5d23fb13338def8f2 5 | 6 | # Caching can save processing time, if there are a lot of items. [default: true] 7 | B:enableCache=true 8 | } 9 | 10 | 11 | general { 12 | # Will output more detailed information into the CSV like corresponding items [default: false] 13 | B:enableAdditionalInfo=false 14 | 15 | # If true, the CSV exporting will always happen. This will not use the cache to reduce the computation. [default: false] 16 | B:enableForceRefresh=false 17 | B:enabled=true 18 | 19 | # If true, all registered items will be exported containing the internal minecraft name and the localized name to actually find the item you are using. This also contains the item representation of the blocks, but are missing items, which are too much to display e.g. FMP. [default: true] 20 | B:exportItemNames=true 21 | } 22 | 23 | 24 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/VersionChecker.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | cache { 4 | # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] 5 | I:interval=24 6 | S:lastCheck=1586218863350 7 | } 8 | 9 | 10 | channel { 11 | # Determines the channel level which should be checked for updates. Can be either Stable, Beta or Alpha. [default: Beta] 12 | S:level=Beta 13 | } 14 | 15 | 16 | client { 17 | # If true, the player is getting a notification including changelog. Only happens if notification are enabled. [default: true] 18 | B:changelog=true 19 | 20 | # If true, the player is getting a notification, that a new version is available. [default: true] 21 | B:notify=true 22 | } 23 | 24 | 25 | general { 26 | # If true, the version checker is enabled. Acts as a master switch. [default: true] 27 | B:enabled=true 28 | } 29 | 30 | 31 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/aliases.recipe: -------------------------------------------------------------------------------- 1 | alias=mc -> minecraft 2 | alias=ae2 -> appliedenergistics2 -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/decorative/certus.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:quartz_block, 3 | ae2:quartz_block 4 | -> 2 ae2:quartz_pillar 5 | 6 | shaped= 7 | ae2:quartz_block ae2:quartz_block 8 | -> 2 ae2:chiseled_quartz_block 9 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/decorative/fixtures.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:material.CertusQuartzCrystalCharged mc:iron_ingot 3 | -> 2 ae2:quartz_fixture 4 | 5 | shaped= 6 | netherCrystal mc:iron_ingot 7 | -> ae2:light_detector 8 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/decorative/index.recipe: -------------------------------------------------------------------------------- 1 | import=decorative/certus.recipe 2 | import=decorative/crystals.recipe 3 | import=decorative/fixtures.recipe 4 | import=decorative/quartzglass.recipe 5 | import=decorative/skystone.recipe 6 | import=decorative/slabs.recipe 7 | import=decorative/stairs.recipe 8 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/decorative/quartzglass.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | dustQuartz glass dustQuartz, 3 | glass dustQuartz glass, 4 | dustQuartz glass dustQuartz 5 | -> 4 ae2:quartz_glass 6 | 7 | shaped= 8 | mc:glowstone_dust ae2:quartz_glass mc:glowstone_dust 9 | -> ae2:quartz_vibrant_glass 10 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/decorative/skystone.recipe: -------------------------------------------------------------------------------- 1 | smelt= 2 | ae2:sky_stone_block -> ae2:smooth_sky_stone_block 3 | 4 | shapeless= 5 | ae2:smooth_sky_stone_block -> ae2:sky_stone_brick 6 | 7 | shapeless= 8 | ae2:sky_stone_brick -> ae2:sky_stone_small_brick 9 | 10 | shapeless= 11 | ae2:sky_stone_small_brick -> ae2:smooth_sky_stone_block 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/decorative/slabs.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:chiseled_quartz_block ae2:chiseled_quartz_block ae2:chiseled_quartz_block 3 | -> 6 ae2:chiseled_quartz_slab 4 | 5 | shaped= 6 | ae2:fluix_block ae2:fluix_block ae2:fluix_block 7 | -> 6 ae2:fluix_slab 8 | 9 | shaped= 10 | ae2:quartz_pillar ae2:quartz_pillar ae2:quartz_pillar 11 | -> 6 ae2:quartz_pillar_slab 12 | 13 | shaped= 14 | ae2:quartz_block ae2:quartz_block ae2:quartz_block 15 | -> 6 ae2:quartz_slab 16 | 17 | shaped= 18 | ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block 19 | -> 6 ae2:sky_stone_slab 20 | 21 | shaped= 22 | ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block 23 | -> 6 ae2:smooth_sky_stone_slab 24 | 25 | shaped= 26 | ae2:sky_stone_brick ae2:sky_stone_brick ae2:sky_stone_brick 27 | -> 6 ae2:sky_stone_brick_slab 28 | 29 | shaped= 30 | ae2:sky_stone_small_brick ae2:sky_stone_small_brick ae2:sky_stone_small_brick 31 | -> 6 ae2:sky_stone_small_brick_slab 32 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/groups.recipe: -------------------------------------------------------------------------------- 1 | group= oredictionary:itemIlluminatedPanel -> monitor 2 | group= ae2:interface ae2:part.interface -> interface 3 | 4 | group= ae2:certus_quartz_cutting_knife:* ae2:nether_quartz_cutting_knife:* -> knife 5 | group= ae2:certus_quartz_wrench ae2:nether_quartz_wrench -> wrench 6 | 7 | group= ae2:cable_glass ae2:cable_covered ae2:cable_smart -> cable 8 | group= ae2:cable_dense -> densecable 9 | 10 | group= mc:iron_ingot oredictionary:ingotCopper oredictionary:ingotTin oredictionary:ingotSilver oredictionary:ingotLead oredictionary:ingotBronze oredictionary:ingotBrass oredictionary:ingotNickel oredictionary:ingotInvar oredictionary:ingotAluminium -> metalIngots 11 | group= oredictionary:dustEnder oredictionary:dustEnderPearl -> dustEnder 12 | 13 | group=oredictionary:blockGlass oredictionary:glass mc:glass -> glass 14 | group=oredictionary:wool mc:wool:* -> wool 15 | 16 | group=oredictionary:crystalCertusQuartz oredictionary:crystalNetherQuartz ae2:material.certus_quartz_crystal_charged -> crystalQuartz 17 | group=oredictionary:dustCertusQuartz oredictionary:dustNetherQuartz -> dustQuartz 18 | 19 | group=oredictionary:crystalCertusQuartz ae2:material.certus_quartz_crystal_charged ae2:material.purified_certus_quartz_crystal -> certusCrystal 20 | group=oredictionary:crystalNetherQuartz ae2:material.purified_nether_quartz_crystal -> netherCrystal 21 | group=oredictionary:crystalFluix ae2:material.purified_fluix_crystal -> fluixCrystal -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/index.recipe: -------------------------------------------------------------------------------- 1 | ########################################################## 2 | # DEPRECATED # 3 | # Until vanilla/Forge JSON is capable of supporting most # 4 | # of our use cases use CraftTweaker for custom recipes # 5 | ########################################################## 6 | 7 | # Crash on Issues 8 | crash=false 9 | 10 | # Hides Exceptions and just display messages. 11 | exceptions=false 12 | 13 | # Error on Missing Items ( default is no because AE2 allows you to enable/disable items without modifying recipes. ) 14 | erroronmissing=true 15 | 16 | # Important, keep in this order 17 | import=aliases.recipe 18 | import=oredict.recipe 19 | import=groups.recipe 20 | 21 | import=processing/index.recipe 22 | 23 | ### Manually load non-shaped/shapeless recipe files 24 | import=smelting/smelting.recipe 25 | import=materials/circuits.recipe 26 | import=materials/presses.recipe 27 | import=materials/processors.recipe 28 | 29 | 30 | 31 | ### REPLACED IN 1.12 BY JSON RECIPES 32 | # All actual recipes 33 | #import=decorative/index.recipe 34 | #import=materials/index.recipe 35 | #import=misc/index.recipe 36 | #import=network/index.recipe 37 | #import=tools/index.recipe -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/materials/cards.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotGold oredictionary:ingotIron _, 3 | oredictionary:dustRedstone ae2:material.CalcProcessor oredictionary:ingotIron, 4 | oredictionary:ingotGold oredictionary:ingotIron _ 5 | -> 2 ae2:material.BasicCard 6 | 7 | shaped= 8 | oredictionary:gemDiamond oredictionary:ingotIron _, 9 | oredictionary:dustRedstone ae2:material.CalcProcessor oredictionary:ingotIron, 10 | oredictionary:gemDiamond oredictionary:ingotIron _ 11 | -> 2 ae2:material.AdvCard 12 | 13 | shapeless= 14 | ae2:material.BasicCard certusCrystal 15 | -> ae2:material.CardCapacity 16 | 17 | shapeless= 18 | ae2:material.BasicCard mc:redstone_torch 19 | -> ae2:material.CardRedstone 20 | 21 | shapeless= 22 | ae2:material.AdvCard wool 23 | -> ae2:material.CardFuzzy 24 | 25 | shapeless= 26 | ae2:material.AdvCard mc:redstone_torch 27 | -> ae2:material.CardInverter 28 | 29 | shapeless= 30 | ae2:material.AdvCard fluixCrystal 31 | -> ae2:material.CardSpeed 32 | 33 | shapeless= 34 | ae2:material.BasicCard oredictionary:craftingTableWood 35 | -> ae2:material.CardCrafting 36 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/materials/circuits.recipe: -------------------------------------------------------------------------------- 1 | inscribe= 2 | oredictionary:ingotGold ae2:material.logic_processor_press 3 | -> ae2:material.logic_processor_print 4 | 5 | inscribe= 6 | ae2:material.purified_certus_quartz_crystal ae2:material.calculation_processor_press 7 | -> ae2:material.calculation_processor_print 8 | 9 | inscribe= 10 | oredictionary:gemDiamond ae2:material.engineering_processor_press 11 | -> ae2:material.engineering_processor_print 12 | 13 | inscribe= 14 | oredictionary:itemSilicon ae2:material.silicon_press 15 | -> ae2:material.silicon_print 16 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/materials/cores.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | netherCrystal oreDictionary:dustFluix ae2:material.LogicProcessor 3 | -> 2 ae2:material.AnnihilationCore 4 | 5 | shaped= 6 | certusCrystal oreDictionary:dustFluix ae2:material.LogicProcessor 7 | -> 2 ae2:material.FormationCore 8 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/materials/index.recipe: -------------------------------------------------------------------------------- 1 | import=materials/cards.recipe 2 | import=materials/circuits.recipe 3 | import=materials/cores.recipe 4 | import=materials/presses.recipe 5 | import=materials/processors.recipe 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/materials/presses.recipe: -------------------------------------------------------------------------------- 1 | inscribe= 2 | oredictionary:blockIron ae2:material.logic_processor_press 3 | -> ae2:material.logic_processor_press 4 | 5 | inscribe= 6 | oredictionary:blockIron ae2:material.calculation_processor_press 7 | -> ae2:material.calculation_processor_press 8 | 9 | inscribe= 10 | oredictionary:blockIron ae2:material.engineering_processor_press 11 | -> ae2:material.engineering_processor_press 12 | 13 | inscribe= 14 | oredictionary:blockIron ae2:material.silicon_press 15 | -> ae2:material.silicon_press 16 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/materials/processors.recipe: -------------------------------------------------------------------------------- 1 | press= 2 | oredictionary:dustRedstone ae2:material.logic_processor_print ae2:material.silicon_print 3 | -> ae2:material.logic_processor 4 | 5 | press= 6 | oredictionary:dustRedstone ae2:material.calculation_processor_print ae2:material.silicon_print 7 | -> ae2:material.calculation_processor 8 | 9 | press= 10 | oredictionary:dustRedstone ae2:material.engineering_processor_print ae2:material.silicon_print 11 | -> ae2:material.engineering_processor 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/chests.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block, 3 | ae2:sky_stone_block _ ae2:sky_stone_block, 4 | ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block 5 | -> ae2:sky_stone_chest 6 | 7 | shaped= 8 | ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block, 9 | ae2:smooth_sky_stone_block _ ae2:smooth_sky_stone_block, 10 | ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block 11 | -> ae2:smooth_sky_stone_chest 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/deconstruction.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | ae2:quartz_block 3 | -> 4 ae2:material.CertusQuartzCrystal 4 | 5 | shapeless= 6 | ae2:quartz_pillar 7 | -> 4 ae2:material.CertusQuartzCrystal 8 | 9 | shapeless= 10 | ae2:chiseled_quartz_block 11 | -> 4 ae2:material.CertusQuartzCrystal 12 | 13 | shapeless= 14 | ae2:fluix_block 15 | -> 4 ae2:material.FluixCrystal 16 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/fluixpearl.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:dustFluix fluixCrystal oredictionary:dustFluix, 3 | fluixCrystal mc:ender_pearl fluixCrystal, 4 | oredictionary:dustFluix fluixCrystal oredictionary:dustFluix 5 | -> ae2:material.FluixPearl 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/grindstone.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | _ oredictionary:stickWood _, 3 | oredictionary:stickWood _ oredictionary:stickWood, 4 | _ oredictionary:stickWood _ 5 | -> ae2:material.WoodenGear 6 | 7 | shaped= 8 | oredictionary:stickWood oredictionary:stickWood oredictionary:stickWood, 9 | _ _ oredictionary:stickWood, 10 | _ _ oredictionary:stickWood 11 | -> ae2:crank 12 | 13 | shaped= 14 | oredictionary:stone oredictionary:gearWood oredictionary:stone, 15 | crystalQuartz oredictionary:stone crystalQuartz, 16 | oredictionary:cobblestone crystalQuartz oredictionary:cobblestone 17 | -> ae2:grindstone 18 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/index.recipe: -------------------------------------------------------------------------------- 1 | import=misc/chests.recipe 2 | import=misc/deconstruction.recipe 3 | import=misc/fluixpearl.recipe 4 | import=misc/grindstone.recipe 5 | import=misc/meteors.recipe 6 | import=misc/tinytnt.recipe 7 | import=misc/seeds.recipe 8 | import=misc/vanilla.recipe 9 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/meteors.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | _ oredictionary:ingotIron _, 3 | oredictionary:ingotIron ae2:material.CertusQuartzCrystalCharged oredictionary:ingotIron, 4 | _ oredictionary:ingotIron _ 5 | -> ae2:sky_compass 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/seeds.recipe: -------------------------------------------------------------------------------- 1 | shapeless= oredictionary:sand oredictionary:dustNetherQuartz -> 2 ae2:crystal_seed.nether 2 | shapeless= oredictionary:sand oredictionary:dustCertusQuartz -> 2 ae2:crystal_seed.certus 3 | shapeless= oredictionary:sand oredictionary:dustFluix -> 2 ae2:crystal_seed.fluix 4 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/tinytnt.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | dustQuartz mc:gunpowder, 3 | mc:gunpowder dustQuartz 4 | -> ae2:tiny_tnt 5 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/misc/vanilla.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | glass glass glass, 3 | netherCrystal netherCrystal netherCrystal, 4 | oredictionary:slabWood oredictionary:slabWood oredictionary:slabWood 5 | -> mc:daylight_detector 6 | 7 | shaped= 8 | _ mc:redstone_torch _, 9 | mc:redstone_torch netherCrystal mc:redstone_torch, 10 | oredictionary:stone oredictionary:stone oredictionary:stone 11 | -> mc:comparator 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/cellworkbench.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | wool ae2:material.CalcProcessor wool, 3 | oredictionary:ingotIron oredictionary:chestWood oredictionary:ingotIron, 4 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron 5 | -> ae2:cell_workbench 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/controller.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:smooth_sky_stone_block ae2:material.PurifiedFluixCrystal ae2:smooth_sky_stone_block, 3 | ae2:material.PurifiedFluixCrystal ae2:material.EngProcessor ae2:material.PurifiedFluixCrystal, 4 | ae2:smooth_sky_stone_block ae2:material.PurifiedFluixCrystal ae2:smooth_sky_stone_block 5 | -> ae2:controller 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/crystal_processing.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron cable oredictionary:ingotIron, 3 | ae2:quartz_glass ae2:fluix_block ae2:quartz_glass, 4 | oredictionary:ingotIron cable oredictionary:ingotIron 5 | -> ae2:quartz_growth_accelerator 6 | 7 | shaped= 8 | oredictionary:ingotIron fluixCrystal oredictionary:ingotIron, 9 | oredictionary:ingotIron _ _, 10 | oredictionary:ingotIron fluixCrystal oredictionary:ingotIron 11 | -> ae2:charger 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/energy.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron, 3 | oredictionary:ingotIron mc:furnace oredictionary:ingotIron, 4 | oredictionary:ingotIron ae2:energy_acceptor oredictionary:ingotIron 5 | -> ae2:vibration_chamber 6 | 7 | shaped= 8 | oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron, 9 | ae2:quartz_glass fluixCrystal ae2:quartz_glass, 10 | oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron 11 | -> ae2:energy_acceptor 12 | 13 | shaped= 14 | certusCrystal oredictionary:dustFluix certusCrystal, 15 | oredictionary:dustFluix ae2:quartz_glass oredictionary:dustFluix, 16 | certusCrystal oredictionary:dustFluix certusCrystal 17 | -> ae2:energy_cell 18 | 19 | shaped= 20 | ae2:energy_cell ae2:energy_cell ae2:energy_cell, 21 | ae2:energy_cell ae2:material.CalcProcessor ae2:energy_cell, 22 | ae2:energy_cell ae2:energy_cell ae2:energy_cell 23 | -> ae2:dense_energy_cell 24 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/index.recipe: -------------------------------------------------------------------------------- 1 | import=network/blocks/cellworkbench.recipe 2 | import=network/blocks/controller.recipe 3 | import=network/blocks/crystal_processing.recipe 4 | import=network/blocks/energy.recipe 5 | import=network/blocks/inscribers.recipe 6 | import=network/blocks/interfaces.recipe 7 | import=network/blocks/io.recipe 8 | import=network/blocks/quantum.recipe 9 | import=network/blocks/security_station.recipe 10 | import=network/blocks/spatial_io.recipe 11 | import=network/blocks/storage.recipe 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/inscribers.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron, 3 | fluixCrystal _ oredictionary:ingotIron, 4 | oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron 5 | -> ae2:inscriber 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/interfaces.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | ae2:part.Interface 3 | -> ae2:interface 4 | 5 | shapeless= 6 | ae2:interface 7 | -> ae2:part.Interface 8 | 9 | shaped= 10 | oredictionary:ingotIron glass oredictionary:ingotIron, 11 | ae2:material.AnnihilationCore _ ae2:material.FormationCore, 12 | oredictionary:ingotIron glass oredictionary:ingotIron 13 | -> ae2:interface 14 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/io.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron glass oredictionary:ingotIron, 3 | glass oredictionary:dustFluix glass, 4 | oredictionary:ingotIron glass oredictionary:ingotIron 5 | -> ae2:condenser 6 | 7 | shaped= 8 | glass glass glass, 9 | ae2:drive cable ae2:drive, 10 | oredictionary:ingotIron ae2:material.LogicProcessor oredictionary:ingotIron 11 | -> ae2:io_port 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/quantum.recipe: -------------------------------------------------------------------------------- 1 | # Quantum Link Chamber 2 | shaped= 3 | ae2:quartz_glass ae2:material.FluixPearl ae2:quartz_glass, 4 | ae2:material.FluixPearl _ ae2:material.FluixPearl, 5 | ae2:quartz_glass ae2:material.FluixPearl ae2:quartz_glass, 6 | -> ae2:quantum_link 7 | 8 | # Quantum Ring 9 | shaped= 10 | oredictionary:ingotIron ae2:material.LogicProcessor oredictionary:ingotIron, 11 | ae2:material.EngProcessor ae2:energy_cell densecable, 12 | oredictionary:ingotIron ae2:material.LogicProcessor oredictionary:ingotIron, 13 | -> ae2:quantum_ring 14 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/security_station.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron ae2:chest oredictionary:ingotIron, 3 | cable ae2:material.Cell16kPart cable, 4 | oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron 5 | -> ae2:security_station 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/spatial_io.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | glass glass glass, 3 | cable ae2:io_port cable, 4 | oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron 5 | -> ae2:spatial_io_port 6 | 7 | shaped= 8 | ae2:quartz_glass cable ae2:quartz_glass, 9 | oredictionary:dustFluix fluixCrystal oredictionary:dustFluix, 10 | ae2:quartz_glass cable ae2:quartz_glass 11 | -> ae2:spatial_pylon 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/blocks/storage.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | glass ae2:part.Terminal glass, 3 | cable _ cable, 4 | oredictionary:ingotIron fluixCrystal oredictionary:ingotIron, 5 | -> ae2:chest 6 | 7 | shaped= 8 | oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron, 9 | cable _ cable, 10 | oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron 11 | -> ae2:drive 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/cables/index.recipe: -------------------------------------------------------------------------------- 1 | import=network/cables/covered.recipe 2 | import=network/cables/dense.recipe 3 | import=network/cables/glass.recipe 4 | import=network/cables/smart.recipe 5 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/cells/empty.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass, 3 | oredictionary:dustRedstone _ oredictionary:dustRedstone, 4 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron 5 | -> ae2:material.EmptyStorageCell 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/cells/index.recipe: -------------------------------------------------------------------------------- 1 | import=network/cells/empty.recipe 2 | import=network/cells/spatial_components.recipe 3 | import=network/cells/spatial.recipe 4 | import=network/cells/storage_components.recipe 5 | import=network/cells/storage.recipe 6 | import=network/cells/view.recipe 7 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/cells/spatial.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | ae2:material.Cell2SpatialPart ae2:material.EmptyStorageCell -> ae2:spatial_storage_cell_2_cubed 3 | 4 | shapeless= 5 | ae2:material.Cell16SpatialPart ae2:material.EmptyStorageCell -> ae2:spatial_storage_cell_16_cubed 6 | 7 | shapeless= 8 | ae2:material.Cell128SpatialPart ae2:material.EmptyStorageCell -> ae2:spatial_storage_cell_128_cubed 9 | 10 | shaped= 11 | ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass, 12 | oredictionary:dustRedstone ae2:material.Cell2SpatialPart oredictionary:dustRedstone, 13 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron 14 | -> ae2:spatial_storage_cell_2_cubed 15 | 16 | shaped= 17 | ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass, 18 | oredictionary:dustRedstone ae2:material.Cell16SpatialPart oredictionary:dustRedstone, 19 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron 20 | -> ae2:spatial_storage_cell_16_cubed 21 | 22 | shaped= 23 | ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass, 24 | oredictionary:dustRedstone ae2:material.Cell128SpatialPart oredictionary:dustRedstone, 25 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron 26 | -> ae2:spatial_storage_cell_128_cubed 27 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/cells/spatial_components.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:dustGlowstone ae2:material.FluixPearl oredictionary:dustGlowstone, 3 | ae2:material.FluixPearl ae2:material.EngProcessor ae2:material.FluixPearl, 4 | oredictionary:dustGlowstone ae2:material.FluixPearl oredictionary:dustGlowstone 5 | -> ae2:material.Cell2SpatialPart 6 | 7 | shaped= 8 | oredictionary:dustGlowstone ae2:material.Cell2SpatialPart oredictionary:dustGlowstone, 9 | ae2:material.Cell2SpatialPart ae2:material.EngProcessor ae2:material.Cell2SpatialPart, 10 | oredictionary:dustGlowstone ae2:material.Cell2SpatialPart oredictionary:dustGlowstone 11 | -> ae2:material.Cell16SpatialPart 12 | 13 | shaped= 14 | oredictionary:dustGlowstone ae2:material.Cell16SpatialPart oredictionary:dustGlowstone, 15 | ae2:material.Cell16SpatialPart ae2:material.EngProcessor ae2:material.Cell16SpatialPart, 16 | oredictionary:dustGlowstone ae2:material.Cell16SpatialPart oredictionary:dustGlowstone 17 | -> ae2:material.Cell128SpatialPart 18 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/cells/storage_components.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:dustRedstone certusCrystal oredictionary:dustRedstone, 3 | certusCrystal ae2:material.LogicProcessor certusCrystal, 4 | oredictionary:dustRedstone certusCrystal oredictionary:dustRedstone 5 | -> ae2:material.Cell1kPart 6 | 7 | shaped= 8 | oredictionary:dustRedstone ae2:material.CalcProcessor oredictionary:dustRedstone, 9 | ae2:material.Cell1kPart ae2:quartz_glass ae2:material.Cell1kPart, 10 | oredictionary:dustRedstone ae2:material.Cell1kPart oredictionary:dustRedstone 11 | -> ae2:material.Cell4kPart 12 | 13 | shaped= 14 | oredictionary:dustGlowstone ae2:material.EngProcessor oredictionary:dustGlowstone, 15 | ae2:material.Cell4kPart ae2:quartz_glass ae2:material.Cell4kPart, 16 | oredictionary:dustGlowstone ae2:material.Cell4kPart oredictionary:dustGlowstone 17 | -> ae2:material.Cell16kPart 18 | 19 | shaped= 20 | oredictionary:dustGlowstone ae2:material.EngProcessor oredictionary:dustGlowstone, 21 | ae2:material.Cell16kPart ae2:quartz_glass ae2:material.Cell16kPart, 22 | oredictionary:dustGlowstone ae2:material.Cell16kPart oredictionary:dustGlowstone 23 | -> ae2:material.Cell64kPart 24 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/cells/view.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | certusCrystal ae2:material.EmptyStorageCell -> ae2:view_cell 3 | 4 | shaped= 5 | ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass, 6 | oredictionary:dustRedstone certusCrystal oredictionary:dustRedstone, 7 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron 8 | -> ae2:view_cell 9 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/crafting/assembler.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron, 3 | ae2:material.AnnihilationCore oredictionary:craftingTableWood ae2:material.FormationCore, 4 | oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron 5 | -> ae2:molecular_assembler 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/crafting/cpu.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron ae2:material.CalcProcessor oredictionary:ingotIron, 3 | cable ae2:material.LogicProcessor cable, 4 | oredictionary:ingotIron ae2:material.CalcProcessor oredictionary:ingotIron 5 | -> ae2:crafting_unit 6 | 7 | # co processor 8 | shapeless= 9 | ae2:crafting_unit 10 | ae2:material.EngProcessor 11 | -> ae2:crafting_accelerator 12 | 13 | shapeless= 14 | ae2:crafting_unit 15 | ae2:part.StorageMonitor 16 | -> ae2:crafting_monitor 17 | 18 | # various storage sizes 19 | shapeless= 20 | ae2:crafting_unit 21 | ae2:material.Cell1kPart 22 | -> ae2:crafting_storage_1k 23 | 24 | shapeless= 25 | ae2:crafting_unit 26 | ae2:material.Cell4kPart 27 | -> ae2:crafting_storage_4k 28 | 29 | shapeless= 30 | ae2:crafting_unit 31 | ae2:material.Cell16kPart 32 | -> ae2:crafting_storage_16k 33 | 34 | shapeless= 35 | ae2:crafting_unit 36 | ae2:material.Cell64kPart 37 | -> ae2:crafting_storage_64k 38 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/crafting/index.recipe: -------------------------------------------------------------------------------- 1 | import=network/crafting/assembler.recipe 2 | import=network/crafting/cpu.recipe 3 | import=network/crafting/patterns.recipe 4 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/crafting/patterns.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:quartz_glass oredictionary:dustGlowstone ae2:quartz_glass, 3 | oredictionary:dustGlowstone certusCrystal oredictionary:dustGlowstone, 4 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron 5 | -> ae2:material.BlankPattern 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/index.recipe: -------------------------------------------------------------------------------- 1 | import=network/blocks/index.recipe 2 | import=network/cables/index.recipe 3 | import=network/cells/index.recipe 4 | import=network/crafting/index.recipe 5 | import=network/parts/index.recipe 6 | import=network/wireless.recipe 7 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/cable_anchor.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | metalIngots knife 3 | -> 3 ae2:part.CableAnchor 4 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/emitters.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | ae2:material.CalcProcessor mc:redstone_torch 3 | -> ae2:part.LevelEmitter 4 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/index.recipe: -------------------------------------------------------------------------------- 1 | import=network/parts/cable_anchor.recipe 2 | import=network/parts/emitters.recipe 3 | import=network/parts/io_buses.recipe 4 | import=network/parts/monitors.recipe 5 | import=network/parts/panels.recipe 6 | import=network/parts/planes.recipe 7 | import=network/parts/quartz_fiber.recipe 8 | import=network/parts/terminals.recipe 9 | import=network/parts/toggle_buses.recipe 10 | import=network/parts/tunnels.recipe 11 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/io_buses.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron ae2:material.FormationCore oredictionary:ingotIron, 3 | _ mc:piston _ 4 | -> ae2:part.ExportBus 5 | 6 | shaped= 7 | _ ae2:material.AnnihilationCore _, 8 | oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron 9 | -> ae2:part.ImportBus 10 | 11 | shapeless= 12 | interface mc:sticky_piston mc:piston 13 | -> ae2:part.StorageBus 14 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/monitors.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | ae2:part.LevelEmitter monitor 3 | -> ae2:part.StorageMonitor 4 | 5 | shapeless= 6 | ae2:material.AnnihilationCore ae2:part.StorageMonitor ae2:material.FormationCore 7 | -> ae2:part.ConversionMonitor 8 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/panels.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | _ oredictionary:dustGlowstone ae2:quartz_glass, 3 | oredictionary:ingotIron oredictionary:dustRedstone ae2:quartz_glass, 4 | _ oredictionary:dustGlowstone ae2:quartz_glass 5 | -> 3 ae2:part.SemiDarkMonitor 6 | 7 | shapeless= 8 | ae2:part.DarkMonitor 9 | -> ae2:part.SemiDarkMonitor 10 | 11 | shapeless= 12 | ae2:part.SemiDarkMonitor 13 | -> ae2:part.Monitor 14 | 15 | shapeless= 16 | ae2:part.Monitor 17 | -> ae2:part.DarkMonitor 18 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/planes.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | fluixCrystal fluixCrystal fluixCrystal, 3 | oredictionary:ingotIron ae2:material.FormationCore oredictionary:ingotIron 4 | -> ae2:part.FormationPlane 5 | 6 | shaped= 7 | fluixCrystal fluixCrystal fluixCrystal, 8 | oredictionary:ingotIron ae2:material.AnnihilationCore oredictionary:ingotIron 9 | -> ae2:part.AnnihilationPlane 10 | 11 | shaped= 12 | oredictionary:ingotIron fluixCrystal, 13 | ae2:material.AnnihilationCore fluixCrystal, 14 | oredictionary:ingotIron fluixCrystal 15 | -> ae2:part.AnnihilationPlane 16 | 17 | shaped= 18 | oredictionary:ingotIron fluixCrystal, 19 | ae2:material.FormationCore fluixCrystal, 20 | oredictionary:ingotIron fluixCrystal 21 | -> ae2:part.FormationPlane 22 | 23 | shapeless= 24 | ae2:part.AnnihilationPlane ae2:material.FluixPearl 25 | -> ae2:part.IdentityAnnihilationPlane 26 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/quartz_fiber.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | glass glass glass, 3 | dustQuartz dustQuartz dustQuartz, 4 | glass glass glass 5 | -> 3 ae2:part.QuartzFiber 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/terminals.recipe: -------------------------------------------------------------------------------- 1 | shapeless= 2 | monitor ae2:material.FormationCore ae2:material.AnnihilationCore ae2:material.LogicProcessor 3 | -> ae2:part.Terminal 4 | 5 | shapeless= 6 | ae2:part.Terminal oredictionary:craftingTableWood ae2:material.CalcProcessor 7 | -> ae2:part.CraftingTerminal 8 | 9 | shapeless= 10 | monitor interface ae2:material.EngProcessor 11 | -> ae2:part.InterfaceTerminal 12 | 13 | shapeless= 14 | ae2:part.CraftingTerminal ae2:material.EngProcessor 15 | -> ae2:part.PatternTerminal 16 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/toggle_buses.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | _ oredictionary:dustRedstone _, 3 | cable mc:lever cable, 4 | _ oredictionary:dustRedstone _ 5 | -> ae2:part.ToggleBus 6 | 7 | shapeless= 8 | ae2:part.ToggleBus 9 | -> ae2:part.InvertedToggleBus 10 | 11 | shapeless= 12 | ae2:part.InvertedToggleBus 13 | -> ae2:part.ToggleBus 14 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/parts/tunnels.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | _ oredictionary:ingotIron _, 3 | oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron, 4 | fluixCrystal fluixCrystal fluixCrystal 5 | -> ae2:part.P2PTunnelME 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/network/wireless.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | _ ae2:material.FluixPearl _, 3 | oredictionary:ingotIron ae2:part.QuartzFiber oredictionary:ingotIron, 4 | _ oredictionary:ingotIron _ 5 | -> ae2:material.Wireless 6 | 7 | shaped= 8 | ae2:material.Wireless, 9 | ae2:material.CalcProcessor, 10 | cable 11 | -> ae2:wireless_access_point 12 | 13 | shaped= 14 | ae2:material.Wireless, 15 | ae2:part.Terminal, 16 | ae2:dense_energy_cell 17 | -> ae2:wireless_terminal 18 | 19 | shaped= 20 | oredictionary:dustFluix certusCrystal dustEnder, 21 | oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron, 22 | -> 2 ae2:material.WirelessBooster 23 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/factorization.recipe: -------------------------------------------------------------------------------- 1 | grindfz= ae2:material.fluix_crystal -> ae2:material.fluix_dust 2 | grindfz= ae2:sky_stone_block:0 -> ae2:material.sky_dust 3 | grindfz= mc:ender_pearl -> ae2:material.ender_dust 4 | # grindfz= oredictionary:cropWheat -> ae2:material.flour 5 | grindfz= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust 6 | grindfz= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust 7 | # grindfz= mc:quartz -> ae2:material.nether_quartz_dust 8 | grindfz= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust 9 | grindfz= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust 10 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/grind.recipe: -------------------------------------------------------------------------------- 1 | grind= ae2:material.fluix_crystal -> ae2:material.fluix_dust 2 | grind= ae2:sky_stone_block:0 -> ae2:material.sky_dust 3 | grind= mc:gravel -> mc:flint 4 | grind= mc:bone -> 4 mc:dye:15 5 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/hydraulicraft.recipe: -------------------------------------------------------------------------------- 1 | hccrusher= ae2:material.fluix_crystal -> ae2:material.fluix_dust 2 | hccrusher= ae2:sky_stone_block:0 -> ae2:material.sky_dust 3 | hccrusher= mc:ender_pearl -> ae2:material.ender_dust 4 | hccrusher= oredictionary:cropWheat -> ae2:material.flour 5 | hccrusher= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust 6 | hccrusher= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust 7 | hccrusher= mc:quartz -> ae2:material.nether_quartz_dust 8 | hccrusher= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust 9 | hccrusher= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust 10 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/ic2.recipe: -------------------------------------------------------------------------------- 1 | macerator= ae2:material.fluix_crystal -> ae2:material.fluix_dust 2 | macerator= ae2:sky_stone_block:0 -> ae2:material.sky_dust 3 | macerator= mc:ender_pearl -> ae2:material.ender_dust 4 | # macerator= oredictionary:cropWheat -> ae2:material.flour 5 | macerator= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust 6 | macerator= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust 7 | macerator= mc:quartz -> ae2:material.nether_quartz_dust 8 | macerator= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust 9 | macerator= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust 10 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/index.recipe: -------------------------------------------------------------------------------- 1 | import=processing/factorization.recipe 2 | import=processing/grind.recipe 3 | import=processing/hydraulicraft.recipe 4 | import=processing/ic2.recipe 5 | import=processing/mekanism.recipe 6 | import=processing/rotarycraft.recipe 7 | import=processing/te.recipe 8 | import=processing/vanilla.recipe 9 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/mekanism.recipe: -------------------------------------------------------------------------------- 1 | mekcrusher= ae2:material.fluix_crystal -> ae2:material.fluix_dust 2 | #bug mekcrusher= ae2:sky_stone_block:0 -> ae2:material.sky_dust 3 | #bug mekcrusher= mc:ender_pearl -> ae2:material.ender_dust 4 | # mekcrusher= oredictionary:cropWheat -> ae2:material.flour 5 | #bug mekcrusher= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust 6 | mekcrusher= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust 7 | mekcrusher= mc:quartz -> ae2:material.nether_quartz_dust 8 | mekechamber= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust 9 | mekechamber= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust 10 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/rotarycraft.recipe: -------------------------------------------------------------------------------- 1 | crusher= ae2:material.fluix_crystal -> ae2:material.fluix_dust 2 | crusher= ae2:sky_stone_block:0 -> ae2:material.sky_dust 3 | crusher= mc:ender_pearl -> ae2:material.ender_dust 4 | crusher= oredictionary:cropWheat -> ae2:material.flour 5 | crusher= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust 6 | crusher= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust 7 | crusher= mc:quartz -> ae2:material.certus_quartz_dust 8 | crusher= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust 9 | crusher= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust 10 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/te.recipe: -------------------------------------------------------------------------------- 1 | pulverizer= ae2:material.fluix_crystal -> ae2:material.fluix_dust 2 | pulverizer= ae2:sky_stone_block:0 -> ae2:material.sky_dust 3 | pulverizer= mc:ender_pearl -> ae2:material.ender_dust 4 | pulverizer= oredictionary:cropWheat -> ae2:material.flour 5 | pulverizer= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust 6 | pulverizer= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust 7 | pulverizer= mc:quartz -> ae2:material.nether_quartz_dust 8 | pulverizer= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust 9 | pulverizer= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust 10 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/processing/vanilla.recipe: -------------------------------------------------------------------------------- 1 | # Ore Processing 2 | smelt= ae2:material.gold_dust -> mc:gold_ingot 3 | smelt= ae2:material.iron_dust -> mc:iron_ingot 4 | smelt= ae2:material.flour -> mc:bread 5 | 6 | # Silicon 7 | smelt= ae2:material.nether_quartz_dust -> ae2:material.silicon 8 | smelt= ae2:material.certus_quartz_dust -> ae2:material.silicon 9 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/smelting/smelting.recipe: -------------------------------------------------------------------------------- 1 | smelt= 2 | ae2:sky_stone_block -> ae2:smooth_sky_stone_block -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/tools/certus_quartz.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz, 3 | oredictionary:crystalCertusQuartz oredictionary:stickWood, 4 | _ oredictionary:stickWood 5 | -> ae2:certus_quartz_axe 6 | 7 | shaped= 8 | oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz, 9 | _ oredictionary:stickWood _, 10 | _ oredictionary:stickWood _ 11 | -> ae2:certus_quartz_pickaxe 12 | 13 | shaped= 14 | oredictionary:crystalCertusQuartz, 15 | oredictionary:stickWood, 16 | oredictionary:stickWood 17 | -> ae2:certus_quartz_spade 18 | 19 | shaped= 20 | oredictionary:crystalCertusQuartz, 21 | oredictionary:crystalCertusQuartz, 22 | oredictionary:stickWood 23 | -> ae2:certus_quartz_sword 24 | 25 | shaped= 26 | oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz, 27 | _ oredictionary:stickWood, 28 | _ oredictionary:stickWood 29 | -> ae2:certus_quartz_hoe 30 | 31 | shaped= 32 | oredictionary:crystalCertusQuartz _ oredictionary:crystalCertusQuartz, 33 | _ oredictionary:crystalCertusQuartz _, 34 | oredictionary:crystalCertusQuartz _ oredictionary:crystalCertusQuartz 35 | -> ae2:certus_quartz_wrench 36 | 37 | shaped= 38 | _ _ oredictionary:stickWood, 39 | oredictionary:ingotIron oredictionary:stickWood _, 40 | oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz _ 41 | -> ae2:certus_quartz_cutting_knife 42 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/tools/index.recipe: -------------------------------------------------------------------------------- 1 | import=tools/certus_quartz.recipe 2 | import=tools/matter_cannon.recipe 3 | import=tools/misctools.recipe 4 | import=tools/nether_quartz.recipe 5 | import=tools/network.recipe 6 | import=tools/paintballs.recipe 7 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/tools/matter_cannon.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | oredictionary:ingotIron oredictionary:ingotIron ae2:material.FormationCore, 3 | ae2:material.Cell4kPart ae2:energy_cell _, 4 | oredictionary:ingotIron _ _ 5 | -> ae2:matter_cannon 6 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/tools/misctools.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:material.CertusQuartzCrystalCharged _ _, 3 | _ oredictionary:ingotIron _, 4 | _ _ oredictionary:ingotIron 5 | -> ae2:charged_staff 6 | 7 | shaped= 8 | fluixCrystal ae2:energy_cell _, 9 | ae2:material.EngProcessor oredictionary:ingotIron _, 10 | _ _ oredictionary:ingotIron 11 | -> ae2:entropy_manipulator 12 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/aerecipes/generated/tools/network.recipe: -------------------------------------------------------------------------------- 1 | shaped= 2 | ae2:chest ae2:material.Cell1kPart ae2:energy_cell 3 | -> ae2:portable_cell 4 | 5 | shapeless= 6 | wrench monitor ae2:material.CalcProcessor oredictionary:chestWood 7 | -> ae2:network_tool 8 | 9 | shaped= 10 | ae2:material.EngProcessor oredictionary:ingotIron oredictionary:ingotIron, 11 | oredictionary:ingotGold oredictionary:dustRedstone oredictionary:ingotGold 12 | -> ae2:biometric_card 13 | 14 | shaped= 15 | ae2:material.CalcProcessor oredictionary:ingotIron oredictionary:ingotIron, 16 | oredictionary:ingotGold oredictionary:dustRedstone oredictionary:ingotGold 17 | -> ae2:memory_card 18 | 19 | shaped= 20 | ae2:material.FormationCore oredictionary:ingotIron _, 21 | oredictionary:ingotIron ae2:material.Cell4kPart _, 22 | _ _ ae2:energy_cell 23 | -> ae2:color_applicator 24 | -------------------------------------------------------------------------------- /config/AppliedEnergistics2/extracells.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | integration { 4 | # Enable BuildCraftFuel Integration. 5 | B:"enableBuildCraftAPI|fuels"=true 6 | 7 | # Enable BuildCraft Wrench Integration. 8 | B:"enableBuildCraftAPI|tools"=true 9 | 10 | # Enable MekanismGas Integration. 11 | B:"enableMekanismAPI|gas"=true 12 | 13 | # Enable COFH Hammer Integration. 14 | B:"enablecofhapi|item"=true 15 | 16 | # Enable IngameWikiMod Integration. 17 | B:enableigwmod=false 18 | 19 | # Enable Just Enough Items Integration. 20 | B:enablejei=true 21 | 22 | # Enable mekanism Integration. 23 | B:enablemekanism=true 24 | 25 | # Enable opencomputers Integration. 26 | B:enableopencomputers=true 27 | 28 | # Enable Thaumatic Energistics Integration. 29 | B:enablethaumicenergistics=true 30 | 31 | # Enable waila Integration. 32 | B:enablewaila=true 33 | 34 | # Enable AE2 Wireless Crafting Terminal Integration. 35 | B:enablewct=true 36 | } 37 | 38 | 39 | "storage cells" { 40 | # Should the mount of bytes needed for a new type depend on the cellsize? 41 | B:dynamicTypes=true 42 | } 43 | 44 | 45 | tooltips { 46 | # Shall the guis shorten large mB values? 47 | B:shortenedBuckets=true 48 | } 49 | 50 | 51 | -------------------------------------------------------------------------------- /config/ChickenChunks.cfg: -------------------------------------------------------------------------------- 1 | #ChunkLoader Configuration File 2 | #Deleting any element will restore it to it's default value 3 | 4 | #Per player chunk limiting. Values ignored if 0.:Simply add = 5 | players 6 | { 7 | #Forge gives everyone 12500 by default 8 | DEFAULT=5000 9 | #For server op's only. 10 | OP=5000 11 | } 12 | 13 | #If set to false, players will have to be logged in for their chunkloaders to work.:Simply add = 14 | allowoffline 15 | { 16 | DEFAULT=true 17 | OP=true 18 | } 19 | 20 | #Set to false to deny a player access to the chunk viewer 21 | allowchunkviewer 22 | { 23 | DEFAULT=true 24 | OP=true 25 | } 26 | 27 | #The number of minutes since last login within which chunks from a player will remain active, 0 for infinite. 28 | awayTimeout=0 29 | 30 | #Sets lasers to render as an outline instead of a solid square. 31 | lasersRenderHollow=false 32 | 33 | #The maximum number of chunks per chunkloader 34 | maxchunks=400 35 | 36 | #Enabling this lets OPs alter other player's chunkloaders. WARNING: If you change a chunkloader, you have no idea what may break/explode by not being chunkloaded. 37 | op-interact=false 38 | 39 | #Set to false to disable the automatic reloading of mystcraft dimensions on server restart 40 | reload-dimensions=true 41 | -------------------------------------------------------------------------------- /config/CustomMainMenu/mainmenu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/CustomMainMenu/mainmenu.json -------------------------------------------------------------------------------- /config/InvTweaks.cfg: -------------------------------------------------------------------------------- 1 | #Inventory Tweaks Configuration 2 | #(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html) 3 | #Tue Apr 07 17:12:04 CST 2020 4 | enableMiddleClick=true 5 | showChestButtons=true 6 | enableSortingOnPickup=false 7 | enableAutoRefill=true 8 | autoRefillBeforeBreak=false 9 | autoRefillDamageThreshhold=5 10 | enableSounds=true 11 | enableShortcuts=true 12 | enableAutoEquipArmor=false 13 | enableServerItemSwap=true 14 | enableConfigLoadedMesssage=false 15 | invertToolDamageSorting=true 16 | shortcutKeyAllItems=LCONTROL+LSHIFT, RCONTROL+RSHIFT 17 | shortcutKeyEverything=SPACE 18 | shortcutKeyOneItem=LCONTROL, RCONTROL 19 | shortcutKeyToUpperSection=UP 20 | shortcutKeyToLowerSection=DOWN 21 | shortcutKeyDrop=LALT, RALT 22 | version=1.63+release.109.220f184 23 | -------------------------------------------------------------------------------- /config/InvTweaksRules.txt: -------------------------------------------------------------------------------- 1 | |=================================================================| 2 | | INVENTORY TWEAKS Mod - https://inventory-tweaks.readthedocs.org | 3 | | Sorting rules and general configuration | 4 | |=================================================================| 5 | 6 | ====== [ SETTINGS ] ====== 7 | 8 | D LOCKED 9 | 10 | ======== [ GETTING STARTED ] ======== 11 | 12 | # SORTING RULES 13 | # Each line you type is a new constraint you add for sorting your inventory. 14 | # After any change, just press the sorting key to reload the settings. Some examples: 15 | # * "D1 sword" puts any sword in row D, column 1 (see grid below) 16 | # * "A edibleFood" fills the A row with food 17 | # * "1 ironPickaxe" fills the 1 column with an iron pickaxe 18 | # * "A1-C4 blocks" fills the rectangle with any blocks 19 | # * "D LOCKED" avoids items from the hotbar to move out of it when sorting 20 | 21 | # INVENTORY GRID 22 | # 1 2 3 4 5 6 7 8 9 23 | # A [A1][A2][A3][A4][A5][A6][A7][A8][A9] 24 | # B [B1][B2][B3][B4][B5][B6][B7][B8][B9] 25 | # C [C1][C2][C3][C4][C5][C6][C7][C8][C9] 26 | # 27 | # D [D1][D2][D3][D4][D5][D6][D7][D8][D9] 28 | 29 | # AVAILABLE KEYWORDS 30 | # Open the 'InvTweaksTree.txt' file for a list of available keywords. If an item 31 | # is missing from the item tree (for example mod items), you can add it there. -------------------------------------------------------------------------------- /config/MouseTweaks.cfg: -------------------------------------------------------------------------------- 1 | #Sat Nov 10 19:23:02 CST 2018 2 | WheelScrollDirection=0 3 | WheelTweak=1 4 | LMBTweakWithoutItem=1 5 | WheelSearchOrder=1 6 | LMBTweakWithItem=1 7 | RMBTweak=1 8 | OnTickMethodOrder=Forge, LiteLoader 9 | Debug=0 10 | -------------------------------------------------------------------------------- /config/OreDictInit.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | compat { 4 | S:blacklist < 5 | > 6 | } 7 | 8 | 9 | custom { 10 | # Format: oreDictEntry,modID,Block,damageValue;oreDictEntry,modID,Block,damageValue;etc. 11 | S:blocks < 12 | > 13 | 14 | # Format: oreDictEntry,modID,Item,damageValue;oreDictEntry,modID,Item,damageValue;etc. 15 | S:items < 16 | > 17 | } 18 | 19 | 20 | -------------------------------------------------------------------------------- /config/Probe.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | B:enableEnchantments=true 5 | B:enableEntities=true 6 | B:enableFluids=true 7 | B:enableGlobals=true 8 | B:enableItems=true 9 | B:enableMods=true 10 | B:enableOreDictionary=true 11 | B:enableZenPackage=true 12 | B:enableZenType=true 13 | B:setPrettyPrinting=false 14 | } 15 | 16 | 17 | -------------------------------------------------------------------------------- /config/Sponsor.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # The name of your modpack 5 | S:modpackName=Flying Road 3 6 | 7 | # Link to sponsor 8 | S:sponsorLink=https://afdian.net/@youyihj 9 | 10 | # Length of sponsor list 11 | I:sponsorListLength=5 12 | 13 | # URL of sponsor list 14 | S:sponsorListURL=https://www.mcbbs.net/forum.php?mod=attachment&aid=MTY0ODc2MHwwMmUyYzQ3NXwxNTk1MTQ1NDY2fDE2NjU4NjJ8ODA4Mjg0 15 | } 16 | 17 | 18 | -------------------------------------------------------------------------------- /config/TinkerIO.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # Fuel consumption rate of Fuel Input Machine. 5 | # (How long will a fuel burn) 6 | # Default: 200 7 | # Min: 1 8 | # Max: 2147483647 9 | I:"Fuel Input Machine Fuel Consumption Rate"=100 10 | 11 | # The speed of Smart Output. 12 | # Default: 15 13 | # Min: 1 14 | # Max: 2147483647 15 | I:"Smart Output Speed"=20 16 | 17 | # The burn time of Solid Fuel. 18 | # Default: 40000 19 | # Min: 1 20 | # Max: 2147483647 21 | I:"Solid Fuel Burn Time"=10000 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /config/TinkerModules.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | ~CONFIG_VERSION: 1 4 | 5 | modules { 6 | # Debug utilities 7 | B:TinkerDebug=false 8 | 9 | # All the fun toys 10 | B:TinkerGadgets=true 11 | 12 | # The smeltery and items needed for it 13 | B:TinkerSmeltery=true 14 | 15 | # All the tools and everything related to it. 16 | B:TinkerTools=true 17 | 18 | # Everything that's found in the world and worldgen 19 | B:TinkerWorld=true 20 | B:chiselIntegration=true 21 | B:chiselsandbitsIntegration=true 22 | B:craftingtweaksIntegration=true 23 | B:quarkIntegration=true 24 | B:theoneprobeIntegration=true 25 | B:wailaIntegration=true 26 | } 27 | 28 | 29 | -------------------------------------------------------------------------------- /config/TinkerSkyblock.cfg: -------------------------------------------------------------------------------- 1 | "_VERSION"=1 2 | # Gives the player an indestructible Pickaxe that can only harvest stone 3 | enableBaneOfCobble=true 4 | # Gives the player an indestructible Scythe that can only harvest leaves 5 | enableBaneOfLeaves=true 6 | # Gives the player an indestructible Lumberaxe that can only harvest tree logs 7 | enableBaneOfLogs=true 8 | # Gives the player an indestructible Frying Pan with large knockback that deals no damage 9 | enablePersonalSpaceEnforcer=true 10 | # Gives the player a small edible item with higher food efficiency, that can be restocked with any food 11 | enableRations=true 12 | -------------------------------------------------------------------------------- /config/acronym/base/General.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # Config entry for adding other items to count as tools. Format is "modid:item_name:meta" * is for any meta 5 | S:"Other Tools" < 6 | [immersiveengineering:tool:0 7 | thermalfoundation:wrench:* 8 | techreborn:wrench:* 9 | actuallyadditions:item_laser_wrench:* 10 | hammercore:wrench:* 11 | hammercore:iwrench:* 12 | mekanism:configurator:* 13 | calculator:wrench:* 14 | ic2:wrench:* 15 | appliedenergistics2:certus_quartz_wrench:* 16 | appliedenergistics2:nether_quartz_wrench:* 17 | enderio:item_yeta_wrench:* 18 | botania:twigwand:* 19 | essentials:wrench:* 20 | factorytech:wrench:*] 21 | > 22 | } 23 | 24 | 25 | materials { 26 | # List for Prioritizing OreDict returns by modid 27 | S:preferredOreDictIds < 28 | contenttweaker 29 | base 30 | > 31 | } 32 | 33 | 34 | module { 35 | B:"JourneyMap enabled"=true 36 | B:"Tool enabled"=true 37 | } 38 | 39 | 40 | -------------------------------------------------------------------------------- /config/acronym/contenttweaker/General.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | module { 4 | B:"Chickens enabled"=true 5 | B:"Materials enabled"=true 6 | B:"Tinkers enabled"=true 7 | B:"Vanilla CraftTweaker enabled"=true 8 | } 9 | 10 | 11 | -------------------------------------------------------------------------------- /config/acronym/material_system.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | item { 4 | # 0 - All Item Parts on a Single MC Item, 1 - All Item Parts have their own MC Item, > 1 - That many Parts per item 5 | I:size=1 6 | } 7 | 8 | 9 | -------------------------------------------------------------------------------- /config/acronym/saved/material_parts_contenttweaker-original.json: -------------------------------------------------------------------------------- 1 | { 2 | "materialMappings": { 3 | "osmium_piece": 6, 4 | "yellorium_piece": 5, 5 | "aluminium_piece": 3, 6 | "ardite_piece": 1, 7 | "nickel_piece": 11, 8 | "silver_piece": 7, 9 | "copper_piece": 13, 10 | "tin_piece": 9, 11 | "gold_piece": 0, 12 | "cobalt_piece": 4, 13 | "platinum_piece": 8, 14 | "iron_piece": 2, 15 | "iridium_piece": 12, 16 | "lead_piece": 10 17 | } 18 | } -------------------------------------------------------------------------------- /config/acronym/saved/material_parts_contenttweaker.json: -------------------------------------------------------------------------------- 1 | { 2 | "materialMappings": { 3 | "osmium_piece": 6, 4 | "yellorium_piece": 5, 5 | "aluminium_piece": 3, 6 | "ardite_piece": 1, 7 | "nickel_piece": 11, 8 | "silver_piece": 7, 9 | "copper_piece": 13, 10 | "tin_piece": 9, 11 | "gold_piece": 0, 12 | "cobalt_piece": 4, 13 | "platinum_piece": 8, 14 | "iron_piece": 2, 15 | "iridium_piece": 12, 16 | "lead_piece": 10 17 | } 18 | } -------------------------------------------------------------------------------- /config/acronym/saved/saved_sub_blocks_contenttweaker-original.json: -------------------------------------------------------------------------------- 1 | { 2 | "savedSubBlockNames": {} 3 | } -------------------------------------------------------------------------------- /config/acronym/saved/saved_sub_blocks_contenttweaker.json: -------------------------------------------------------------------------------- 1 | { 2 | "savedSubBlockNames": {} 3 | } -------------------------------------------------------------------------------- /config/appleskin.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | ########################################################################################################## 4 | # client 5 | #--------------------------------------------------------------------------------------------------------# 6 | # These config settings are client-side only 7 | ########################################################################################################## 8 | 9 | client { 10 | # If true, shows your food exhaustion as a progress bar behind the hunger bars 11 | B:show.food.exhaustion.hud.underlay=true 12 | 13 | # If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay 14 | B:show.food.stats.in.debug.overlay=true 15 | 16 | # If true, shows the hunger (and saturation if show.saturation.hud.overlay is true) that would be restored by food you are currently holding 17 | B:show.food.values.hud.overlay=true 18 | 19 | # If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT 20 | B:show.food.values.in.tooltip=true 21 | 22 | # If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) 23 | B:show.food.values.in.tooltip.always=true 24 | 25 | # If true, shows your current saturation level overlayed on the hunger bar 26 | B:show.saturation.hud.overlay=true 27 | } 28 | 29 | 30 | -------------------------------------------------------------------------------- /config/aroma1997/aroma1997core.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/aroma1997/aroma1997core.cfg -------------------------------------------------------------------------------- /config/aroma1997/aromabackuprecovery.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # If this is set to true, the RecoveryHelper with GUI will be enabled. [default: true] 5 | B:recoveryHelperEnabled=true 6 | } 7 | 8 | 9 | -------------------------------------------------------------------------------- /config/bathappymod.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # Just for demonstrating. Does not represent the author's personal position. 5 | S:batAngryModIds < 6 | torcherino 7 | projecte 8 | xijun 9 | deconstruction 10 | > 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /config/betterfps.json: -------------------------------------------------------------------------------- 1 | {"algorithm":"rivens-half","updateChecker":true,"preallocateMemory":false,"fog":true,"beaconBeam":true,"fastHopper":true,"fastBeacon":true,"fastSearch":true,"asyncSearch":true} -------------------------------------------------------------------------------- /config/betterquesting.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # Use the experimental system that only saves the database in edit mode or when modified.) [default: true] 5 | B:"Experimental Dirty Mode"=true 6 | B:"Hide Updates"=false 7 | 8 | # Clamps the max UI height (-1 to disable) [range: -1 ~ 2147483647, default: -1] 9 | I:"Max GUI Height"=-1 10 | 11 | # Clamps the max UI width (-1 to disable) [range: -1 ~ 2147483647, default: -1] 12 | I:"Max GUI Width"=-1 13 | 14 | # Enabled the popup notices when quests are completed or updated [default: true] 15 | B:"Quest Notices"=true 16 | 17 | # The current questing theme [default: betterquesting:light] 18 | S:Theme=bq_standard:stronghold 19 | 20 | # Jumps the user to the last opened quest [default: true] 21 | B:"Use Quest Bookmark"=true 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /config/bq_standard.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # Hide update notifications [default: false] 5 | B:"Hide Updates"=false 6 | } 7 | 8 | 9 | -------------------------------------------------------------------------------- /config/brandon3055/BrandonsCore.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | ########################################################################################################## 4 | # Misc 5 | #--------------------------------------------------------------------------------------------------------# 6 | # Comment for category: Misc 7 | ########################################################################################################## 8 | 9 | Misc { 10 | # Enable DEV log output. 11 | B:devLog=false 12 | 13 | # Allows you to disable the tpx command. 14 | B:enableTpx=true 15 | } 16 | 17 | 18 | ########################################################################################################## 19 | # Server 20 | #--------------------------------------------------------------------------------------------------------# 21 | # Comment for category: Server 22 | ########################################################################################################## 23 | 24 | Server { 25 | # This disables the gui that is shown to clients if a server side config that cant be hot swapped has changed. 26 | # It is replaced by a chat message that has an option to open the gui 27 | B:disableInvasiveConfigGui=false 28 | } 29 | 30 | 31 | -------------------------------------------------------------------------------- /config/brandon3055/CustomFusionRecipes.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "mode": "ADD", 4 | "result": "draconicevolution:energy_storage_core", 5 | "catalyst": "draconicevolution:draconium_block", 6 | "energy": 455000, 7 | "tier": 1, 8 | "ingredients": [ 9 | "actuallyadditions:block_crystal_empowered", 10 | "actuallyadditions:block_crystal_empowered", 11 | "draconicevolution:wyvern_energy_core", 12 | "draconicevolution:wyvern_core", 13 | "draconicevolution:wyvern_energy_core", 14 | "enderio:item_basic_capacitor,1,2", 15 | "actuallyadditions:block_crystal_empowered", 16 | "actuallyadditions:block_crystal_empowered" 17 | ] 18 | }, 19 | { 20 | "mode": "ADD", 21 | "result": "draconicevolution:energy_pylon", 22 | "catalyst": "thermalfoundation:storage,4,8", 23 | "energy": 160000, 24 | "tier": 1, 25 | "ingredients": [ 26 | "actuallyadditions:block_laser_relay_extreme", 27 | "actuallyadditions:block_laser_relay_extreme", 28 | "draconicevolution:wyvern_core", 29 | "ore:gearEnderium", 30 | "draconicevolution:particle_generator", 31 | "ore:gearEnderium", 32 | "actuallyadditions:block_laser_relay_extreme", 33 | "actuallyadditions:block_laser_relay_extreme" 34 | ] 35 | } 36 | ] -------------------------------------------------------------------------------- /config/codechicken/supporters.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "mod" : "EnderStorage", 4 | "supporters": [ 5 | "Blkdragon112" 6 | ] 7 | }, 8 | { 9 | "mod" : "ChickenChunks", 10 | "supporters": [ 11 | ] 12 | }, 13 | { 14 | "mod" : "NotEnoughItems", 15 | "supporters": [ 16 | "EmuCraft Team", 17 | "Victor Zimmer", 18 | "lexi85", 19 | "Ace_Trainer_Tullius", 20 | "Bacon_Donut", 21 | "Sleement", 22 | "Ninja 5tyl3", 23 | "Disalot", 24 | "Gamer2313", 25 | "Majorangejuice" 26 | ] 27 | }, 28 | { 29 | "mod" : "WR-CBE", 30 | "supporters" : [ 31 | "Vizerei" 32 | ] 33 | }, 34 | { 35 | "mod" : "Translocators", 36 | "supporters": [ 37 | ] 38 | }, 39 | { 40 | "mod" : "ProjectRed", 41 | "supporters" : [ 42 | "Jacob M" 43 | ] 44 | } 45 | ] 46 | -------------------------------------------------------------------------------- /config/codechicken/supporters.marker: -------------------------------------------------------------------------------- 1 | 1531708354589 -------------------------------------------------------------------------------- /config/cofh/core/friends.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/cofh/core/friends.cfg -------------------------------------------------------------------------------- /config/cofh/thermalcultivation/client.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | Version { 4 | S:Identifier=0.3.2 5 | } 6 | 7 | 8 | -------------------------------------------------------------------------------- /config/cofh/thermalcultivation/common.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | Item { 4 | 5 | WateringCan { 6 | # If TRUE, Fake Players (such as Autonomous Activators) will be able to use the Watering Can. [default: false] 7 | B:AllowFakePlayers=false 8 | 9 | # Adjust this value to change the amount of Water (in mB) stored by a Basic Watering Can. This base value will scale with item level. [range: 800 ~ 20000, default: 4000] 10 | I:BaseCapacity=4000 11 | B:Enable=true 12 | 13 | # If TRUE, Water Source blocks will be removed when collecting water from the world. [default: true] 14 | B:RemoveWaterBlocks=true 15 | } 16 | 17 | } 18 | 19 | 20 | Version { 21 | S:Identifier=0.3.2 22 | } 23 | 24 | 25 | -------------------------------------------------------------------------------- /config/cofh/thermaldynamics/client.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | Interface { 4 | # If TRUE, Thermal Dynamics Covers will be shown in JEI. [default: false] 5 | B:CoversInJEI=false 6 | 7 | # If TRUE, Thermal Dynamics Covers will have a Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: true] 8 | B:ItemsInCommonTab=true 9 | } 10 | 11 | 12 | Render { 13 | # This value affects the size of the inner duct model, such as fluids. Lower it if you experience texture z-fighting. 14 | D:InnerModelScaling=0.99 15 | 16 | # This value affects the size of the inner duct model, such as fluids, on the large (octagonal) ducts. Lower it if you experience texture z-fighting. 17 | D:LargeInnerModelScaling=0.99 18 | } 19 | 20 | 21 | Version { 22 | S:Identifier=2.5.4 23 | } 24 | 25 | 26 | -------------------------------------------------------------------------------- /config/cofh/thermaldynamics/common.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | Attachment { 4 | 5 | Servo { 6 | 7 | Basic { 8 | B:RedstoneControl=true 9 | } 10 | 11 | Hardened { 12 | B:RedstoneControl=true 13 | } 14 | 15 | Reinforced { 16 | B:RedstoneControl=true 17 | } 18 | 19 | Signalum { 20 | B:RedstoneControl=true 21 | } 22 | 23 | Resonant { 24 | B:RedstoneControl=true 25 | } 26 | 27 | } 28 | 29 | Cover { 30 | B:Recipe=true 31 | } 32 | 33 | } 34 | 35 | 36 | Duct { 37 | 38 | Energy { 39 | # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Leadstone Fluxduct. This base value will scale with duct level. [range: 100 ~ 10000, default: 1000] 40 | I:BaseTransfer=1000 41 | } 42 | 43 | Recipes { 44 | B:UseFluidTransposer=true 45 | } 46 | 47 | } 48 | 49 | 50 | General { 51 | # If TRUE, Ducts will display debug information where applicable. [default: false] 52 | B:ShowDebugInfo=false 53 | } 54 | 55 | 56 | Version { 57 | S:Identifier=2.5.4 58 | } 59 | 60 | 61 | -------------------------------------------------------------------------------- /config/cofh/thermalexpansion/florbs.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | Blacklist { 4 | # List of fluids that are not allowed to be placed in Florbs. [default: ] 5 | S:Blacklist < 6 | > 7 | } 8 | 9 | 10 | General { 11 | # If TRUE, the recipes for Florbs are enabled. Setting this to FALSE means that you actively dislike fun things. [default: true] 12 | B:EnableRecipe=true 13 | } 14 | 15 | 16 | Version { 17 | S:Identifier=5.5.3 18 | } 19 | 20 | 21 | -------------------------------------------------------------------------------- /config/cofh/thermalexpansion/morbs.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | Blacklist { 4 | # List of entities that are not allowed to be placed in Morbs. Mobs without spawn eggs are automatically disallowed. [default: ] 5 | S:Blacklist < 6 | > 7 | } 8 | 9 | 10 | General { 11 | # If TRUE, the recipes for Morbs are enabled. Setting this to FALSE means that you actively dislike fun things and/or Pokemon tributes. [default: true] 12 | B:EnableRecipe=true 13 | } 14 | 15 | 16 | Version { 17 | S:Identifier=5.5.3 18 | } 19 | 20 | 21 | -------------------------------------------------------------------------------- /config/cofh/thermalinnovation/client.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | Version { 4 | S:Identifier=0.3.2 5 | } 6 | 7 | 8 | -------------------------------------------------------------------------------- /config/compactmachines3/recipes/capabilitybus.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "capabilitybus", 3 | "target-item": "rf-capability-adapter:aecapabilityadapter_part", 4 | "target-count": 2, 5 | 6 | "duration": 200, 7 | "symmetrical": true, 8 | "catalyst": "appliedenergistics2:part", 9 | "catalyst-meta": 56, 10 | 11 | "input-types": { 12 | "a": { 13 | "id": "appliedenergistics2:quartz_fixture", 14 | "meta": 1, 15 | "item": { 16 | "id": "appliedenergistics2:quartz_fixture", 17 | "meta": 0, 18 | "count": 8 19 | } 20 | }, 21 | "b": { 22 | "id": "appliedenergistics2:fluix_block", 23 | "meta": 0 24 | }, 25 | "c": { 26 | "id": "compactmachines3:wallbreakable", 27 | "meta": 0 28 | } 29 | }, 30 | "shape": [ 31 | [ 32 | [ 33 | "_", 34 | "_", 35 | "_" 36 | ], 37 | [ 38 | "_", 39 | "b", 40 | "_" 41 | ], 42 | [ 43 | "_", 44 | "_", 45 | "_" 46 | ] 47 | ], 48 | [ 49 | [ 50 | "a", 51 | "a", 52 | "a" 53 | ], 54 | [ 55 | "a", 56 | "c", 57 | "a" 58 | ], 59 | [ 60 | "a", 61 | "a", 62 | "a" 63 | ] 64 | ] 65 | ] 66 | 67 | 68 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/dragon.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "dragon", 3 | "target-item": "draconicevolution:crafting_injector", 4 | "target-meta": 0, 5 | "target-count": 2, 6 | 7 | "duration": 600, 8 | 9 | "catalyst": "draconicevolution:draconic_core", 10 | 11 | "input-types": { 12 | "q": { "id": "appliedenergistics2:quartz_block" }, 13 | "i": { "id": "actuallyadditions:block_crystal_empowered", 14 | "meta": 5 15 | }, 16 | "d": { "id": "mekanism:plasticblock", 17 | "meta": 12 18 | } 19 | }, 20 | 21 | "symmetrical": true, 22 | "shape": [ 23 | [ 24 | ["_","_","_"], 25 | ["_","i","_"], 26 | ["_","_","_"] 27 | ], 28 | [ 29 | ["d","q","d"], 30 | ["q","i","q"], 31 | ["d","q","d"] 32 | ], 33 | [ 34 | ["q","q","q"], 35 | ["q","q","q"], 36 | ["q","q","q"] 37 | ] 38 | ] 39 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/example.zombieegg.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:zombieegg", 3 | 4 | "disabled": true, 5 | 6 | "target-item": "minecraft:spawn_egg", 7 | "target-count": 1, 8 | "target-nbt": "{EntityTag:{id:\"minecraft:zombie\"}}", 9 | 10 | "duration": 200, 11 | "symmetrical": true, 12 | 13 | "catalyst": "minecraft:spider_eye", 14 | 15 | "input-types": { 16 | "f": { 17 | "id": "minecraft:fire", 18 | "meta": 8, 19 | "ignore-meta": true, 20 | "item": { 21 | "id": "minecraft:flint_and_steel", 22 | "meta": 0, 23 | "count": 1 24 | } 25 | }, 26 | "n": { 27 | "id": "minecraft:netherrack", 28 | "meta": 0 29 | }, 30 | "s": { 31 | "id": "minecraft:soul_sand", 32 | "meta": 0 33 | } 34 | }, 35 | "shape": [ 36 | [ 37 | [ "_", "_", "_" ], 38 | [ "_", "s", "_" ], 39 | [ "_", "_", "_" ] 40 | ], 41 | [ 42 | [ "f", "f", "f" ], 43 | [ "f", "s", "f" ], 44 | [ "f", "f", "f" ] 45 | ], 46 | [ 47 | [ "n", "n", "n" ], 48 | [ "n", "n", "n" ], 49 | [ "n", "n", "n" ] 50 | ] 51 | ] 52 | 53 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/machine-giant.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:machine-giant", 3 | "target-item": "compactmachines3:machine", 4 | "target-meta": 4, 5 | "target-count": 1, 6 | 7 | "duration": 560, 8 | 9 | "catalyst": "minecraft:ender_pearl", 10 | 11 | "input-types": { 12 | "w": { "id": "compactmachines3:wallbreakable" }, 13 | "d": { "id": "minecraft:diamond_block"} 14 | }, 15 | 16 | "symmetrical": true, 17 | "shape": [ 18 | [ 19 | ["w","w","w","w","w"], 20 | ["w","w","w","w","w"], 21 | ["w","w","w","w","w"], 22 | ["w","w","w","w","w"], 23 | ["w","w","w","w","w"] 24 | ], 25 | [ 26 | ["w","w","w","w","w"], 27 | ["w","_","_","_","w"], 28 | ["w","_","_","_","w"], 29 | ["w","_","_","_","w"], 30 | ["w","w","w","w","w"] 31 | ], 32 | [ 33 | ["w","w","w","w","w"], 34 | ["w","_","_","_","w"], 35 | ["w","_","d","_","w"], 36 | ["w","_","_","_","w"], 37 | ["w","w","w","w","w"] 38 | ], 39 | [ 40 | ["w","w","w","w","w"], 41 | ["w","_","_","_","w"], 42 | ["w","_","_","_","w"], 43 | ["w","_","_","_","w"], 44 | ["w","w","w","w","w"] 45 | ], 46 | [ 47 | ["w","w","w","w","w"], 48 | ["w","w","w","w","w"], 49 | ["w","w","w","w","w"], 50 | ["w","w","w","w","w"], 51 | ["w","w","w","w","w"] 52 | ] 53 | ] 54 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/machine-large.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:machine-large", 3 | "target-item": "compactmachines3:machine", 4 | "target-meta": 3, 5 | "target-count": 1, 6 | 7 | "duration": 520, 8 | 9 | "catalyst": "minecraft:ender_pearl", 10 | 11 | "input-types": { 12 | "w": { "id": "compactmachines3:wallbreakable" } 13 | }, 14 | 15 | "symmetrical": true, 16 | "shape": [ 17 | [ 18 | ["w","w","w","w","w"], 19 | ["w","w","w","w","w"], 20 | ["w","w","w","w","w"], 21 | ["w","w","w","w","w"], 22 | ["w","w","w","w","w"] 23 | ], 24 | [ 25 | ["w","w","w","w","w"], 26 | ["w","_","_","_","w"], 27 | ["w","_","_","_","w"], 28 | ["w","_","_","_","w"], 29 | ["w","w","w","w","w"] 30 | ], 31 | [ 32 | ["w","w","w","w","w"], 33 | ["w","_","_","_","w"], 34 | ["w","_","_","_","w"], 35 | ["w","_","_","_","w"], 36 | ["w","w","w","w","w"] 37 | ], 38 | [ 39 | ["w","w","w","w","w"], 40 | ["w","_","_","_","w"], 41 | ["w","_","_","_","w"], 42 | ["w","_","_","_","w"], 43 | ["w","w","w","w","w"] 44 | ], 45 | [ 46 | ["w","w","w","w","w"], 47 | ["w","w","w","w","w"], 48 | ["w","w","w","w","w"], 49 | ["w","w","w","w","w"], 50 | ["w","w","w","w","w"] 51 | ] 52 | ] 53 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/machine-maximum.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:machine-maximum", 3 | "target-item": "compactmachines3:machine", 4 | "target-meta": 5, 5 | "target-count": 1, 6 | 7 | "duration": 600, 8 | 9 | "catalyst": "minecraft:ender_pearl", 10 | 11 | "input-types": { 12 | "w": { "id": "compactmachines3:wallbreakable" }, 13 | "e": { "id": "minecraft:emerald_block"} 14 | }, 15 | 16 | "symmetrical": true, 17 | "shape": [ 18 | [ 19 | ["w","w","w","w","w"], 20 | ["w","w","w","w","w"], 21 | ["w","w","w","w","w"], 22 | ["w","w","w","w","w"], 23 | ["w","w","w","w","w"] 24 | ], 25 | [ 26 | ["w","w","w","w","w"], 27 | ["w","_","_","_","w"], 28 | ["w","_","_","_","w"], 29 | ["w","_","_","_","w"], 30 | ["w","w","w","w","w"] 31 | ], 32 | [ 33 | ["w","w","w","w","w"], 34 | ["w","_","_","_","w"], 35 | ["w","_","e","_","w"], 36 | ["w","_","_","_","w"], 37 | ["w","w","w","w","w"] 38 | ], 39 | [ 40 | ["w","w","w","w","w"], 41 | ["w","_","_","_","w"], 42 | ["w","_","_","_","w"], 43 | ["w","_","_","_","w"], 44 | ["w","w","w","w","w"] 45 | ], 46 | [ 47 | ["w","w","w","w","w"], 48 | ["w","w","w","w","w"], 49 | ["w","w","w","w","w"], 50 | ["w","w","w","w","w"], 51 | ["w","w","w","w","w"] 52 | ] 53 | ] 54 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/machine-normal.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:machine-normal", 3 | "target-item": "compactmachines3:machine", 4 | "target-meta": 2, 5 | "target-count": 1, 6 | 7 | "duration": 480, 8 | 9 | "catalyst": "minecraft:ender_pearl", 10 | 11 | "input-types": { 12 | "w": { "id": "compactmachines3:wallbreakable" }, 13 | "g": { "id": "minecraft:gold_block"} 14 | }, 15 | 16 | "symmetrical": true, 17 | "shape": [ 18 | [ 19 | ["w","w","w"], 20 | ["w","w","w"], 21 | ["w","w","w"] 22 | ], 23 | [ 24 | ["w","w","w"], 25 | ["w","g","w"], 26 | ["w","w","w"] 27 | ], 28 | [ 29 | ["w","w","w"], 30 | ["w","w","w"], 31 | ["w","w","w"] 32 | ] 33 | ] 34 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/machine-small.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:machine-small", 3 | "target-item": "compactmachines3:machine", 4 | "target-meta": 1, 5 | "target-count": 1, 6 | 7 | "duration": 440, 8 | 9 | "catalyst": "minecraft:ender_pearl", 10 | 11 | "input-types": { 12 | "w": { "id": "compactmachines3:wallbreakable" }, 13 | "i": { "id": "minecraft:iron_block"} 14 | }, 15 | 16 | "symmetrical": true, 17 | "shape": [ 18 | [ 19 | ["w","w","w"], 20 | ["w","w","w"], 21 | ["w","w","w"] 22 | ], 23 | [ 24 | ["w","w","w"], 25 | ["w","i","w"], 26 | ["w","w","w"] 27 | ], 28 | [ 29 | ["w","w","w"], 30 | ["w","w","w"], 31 | ["w","w","w"] 32 | ] 33 | ] 34 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/machine-tiny.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:machine-tiny", 3 | "target-item": "compactmachines3:machine", 4 | "target-meta": 0, 5 | "target-count": 1, 6 | 7 | "duration": 400, 8 | 9 | "catalyst": "minecraft:ender_pearl", 10 | 11 | "input-types": { 12 | "w": { "id": "compactmachines3:wallbreakable" } 13 | }, 14 | 15 | "symmetrical": true, 16 | "shape": [ 17 | [ 18 | ["w","w","w"], 19 | ["w","w","w"], 20 | ["w","w","w"] 21 | ], 22 | [ 23 | ["w","w","w"], 24 | ["w","_","w"], 25 | ["w","w","w"] 26 | ], 27 | [ 28 | ["w","w","w"], 29 | ["w","w","w"], 30 | ["w","w","w"] 31 | ] 32 | ] 33 | 34 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/mek1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mek1", 3 | "target-item": "mekanismgenerators:reactor", 4 | "target-meta": 0, 5 | "target-count": 1, 6 | 7 | "duration": 1200, 8 | 9 | "catalyst": "draconicevolution:wyvern_energy_core", 10 | 11 | "input-types": { 12 | "w": { "id": "mekanismgenerators:reactor", 13 | "meta": 1, 14 | "ignore-nbt": true}, 15 | "l": { "id": "mysticalagriculture:glowstone_lamp"}, 16 | "g": { "id": "enderio:block_enlightened_fused_quartz", 17 | "meta": 0, 18 | "ignore-meta": true 19 | }, 20 | "o": { "id": "mekanism:basicblock", 21 | "meta": 2}, 22 | "e": { "id": "actuallyadditions:block_crystal_empowered", 23 | "meta": 4} 24 | }, 25 | 26 | "symmetrical": true, 27 | "shape": [ 28 | [ 29 | ["w","l","w"], 30 | ["g","e","g"], 31 | ["w","l","w"] 32 | ], 33 | [ 34 | ["w","e","w"], 35 | ["e","o","e"], 36 | ["w","e","w"] 37 | ], 38 | [ 39 | ["w","e","w"], 40 | ["e","o","e"], 41 | ["w","e","w"] 42 | ], 43 | [ 44 | ["w","w","w"], 45 | ["w","w","w"], 46 | ["w","w","w"] 47 | ] 48 | ] 49 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/mek2.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mek2", 3 | "target-item": "mekanismgenerators:reactor", 4 | "target-meta": 1, 5 | "target-count": 4, 6 | 7 | "duration": 60, 8 | 9 | "catalyst": "mekanism:controlcircuit", 10 | "catalyst-meta": 3, 11 | 12 | "input-types": { 13 | "s": { "id": "actuallyadditions:block_misc", 14 | "meta": 2}, 15 | "e": { "id": "actuallyadditions:block_misc", 16 | "meta": 8 17 | }, 18 | "g": { "id": "mekanism:basicblock", 19 | "meta": 8 20 | }, 21 | "r": { "id": "minecraft:unpowered_repeater", 22 | "meta": 0, 23 | "ignore-nbt":true, 24 | "ignore-meta":true, 25 | "item": { 26 | "id": "minecraft:repeater", 27 | "meta": 0, 28 | "count": 4 29 | } 30 | } 31 | 32 | }, 33 | 34 | "symmetrical": true, 35 | "shape": [ 36 | [ 37 | ["_","r","_"], 38 | ["r","_","r"], 39 | ["_","r","_"] 40 | ], 41 | [ 42 | ["g","s","g"], 43 | ["s","e","s"], 44 | ["g","s","g"] 45 | ] 46 | ] 47 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/mek3.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mek3", 3 | "target-item": "mekanismgenerators:reactor", 4 | "target-meta": 2, 5 | "target-count": 1, 6 | 7 | "duration": 900, 8 | 9 | "catalyst": "draconicevolution:wyvern_energy_core", 10 | 11 | "input-types": { 12 | "w": { "id": "mekanismgenerators:reactor", 13 | "meta": 1, 14 | "ignore-nbt":true}, 15 | "a": { "id": "thermalfoundation:storage_alloy", 16 | "meta": 7 17 | }, 18 | "g": { "id": "mekanismgenerators:generator", 19 | "meta": 11, 20 | "ignore-nbt":true 21 | }, 22 | "e": { "id": "enderio:block_cap_bank", 23 | "meta": 3, 24 | "ignore-nbt":true 25 | } 26 | }, 27 | 28 | "symmetrical": true, 29 | "shape": [ 30 | [ 31 | ["w","w","w"], 32 | ["w","a","w"], 33 | ["w","w","w"] 34 | ], 35 | [ 36 | ["a","g","a"], 37 | ["g","e","g"], 38 | ["a","g","a"] 39 | ], 40 | [ 41 | ["w","w","w"], 42 | ["w","w","w"], 43 | ["w","w","w"] 44 | ] 45 | ] 46 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/mek4.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mek4", 3 | "target-item": "mekanismgenerators:reactor", 4 | "target-meta": 3, 5 | "target-count": 1, 6 | 7 | "duration": 800, 8 | 9 | "catalyst": "thermalfoundation:material", 10 | "catalyst-meta": 293, 11 | 12 | "input-types": { 13 | "c": { "id": "minecraft:unpowered_comparator", 14 | "meta": 0, 15 | "ignore-meta": true, 16 | "ignore-nbt": true, 17 | "item": { 18 | "id": "minecraft:comparator", 19 | "meta": 0, 20 | "count": 5 21 | } 22 | }, 23 | "w": { "id": "mekanismgenerators:reactor", 24 | "meta": 1, 25 | "ignore-nbt": true}, 26 | "p": { "id": "mekanism:plasticblock", 27 | "meta": 1 28 | } 29 | }, 30 | 31 | "symmetrical": true, 32 | "shape": [ 33 | [ 34 | ["_","_","_"], 35 | ["_","c","_"], 36 | ["_","_","_"] 37 | ], 38 | [ 39 | ["c","p","c"], 40 | ["p","w","p"], 41 | ["c","p","c"] 42 | ] 43 | ] 44 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/mek5.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mek5", 3 | "target-item": "mekanismgenerators:reactorglass", 4 | "target-meta": 0, 5 | "target-count": 4, 6 | 7 | "duration": 120, 8 | 9 | "catalyst": "mekanism:reinforcedalloy", 10 | 11 | "input-types": { 12 | "t": { "id": "thermalfoundation:glass", 13 | "meta": 7}, 14 | "i": { "id": "enderio:block_enlightened_fused_glass", 15 | "meta": 0, 16 | "ignore-meta":true 17 | } 18 | }, 19 | 20 | "symmetrical": true, 21 | "shape": [ 22 | [ 23 | ["t","i","t"], 24 | ["i","t","i"], 25 | ["t","i","t"] 26 | ] 27 | ] 28 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/mek6.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mek6", 3 | "target-item": "mekanismgenerators:reactorglass", 4 | "target-meta": 1, 5 | "target-count": 1, 6 | 7 | "duration": 750, 8 | 9 | "catalyst": "thermalfoundation:material", 10 | "catalyst-meta": 327, 11 | 12 | "input-types": { 13 | "g": { "id": "mekanismgenerators:reactorglass" }, 14 | "c": { "id": "actuallyadditions:block_crystal_empowered", 15 | "meta": 1 16 | }, 17 | "t": { "id": "thermalfoundation:storage_alloy", 18 | "meta": 6 19 | } 20 | }, 21 | 22 | "symmetrical": true, 23 | "shape": [ 24 | [ 25 | ["_","_","_"], 26 | ["_","g","_"], 27 | ["_","_","_"] 28 | ], 29 | [ 30 | ["_","c","_"], 31 | ["c","t","c"], 32 | ["_","c","_"] 33 | ], 34 | [ 35 | ["g","g","g"], 36 | ["g","g","g"], 37 | ["g","g","g"] 38 | ] 39 | ] 40 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/redstonetunneltool.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:redstonetunneltool", 3 | "target-item": "compactmachines3:redstonetunneltool", 4 | "target-count": 2, 5 | 6 | "duration": 200, 7 | 8 | "input-types": { 9 | "s": { "id": "minecraft:redstone_wire", "ignore-meta": true }, 10 | "h": { "id": "minecraft:redstone_block" }, 11 | "w": { "id": "compactmachines3:wallbreakable"} 12 | }, 13 | 14 | "symmetrical": true, 15 | "shape": [ 16 | [ 17 | ["_", "_", "_"], 18 | ["_", "h", "_"], 19 | ["_", "_", "_"] 20 | ], 21 | [ 22 | ["s", "s", "s"], 23 | ["s", "w", "s"], 24 | ["s", "s", "s"] 25 | ] 26 | ] 27 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/tunneltool.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:tunneltool", 3 | "target-item": "compactmachines3:tunneltool", 4 | "target-count": 2, 5 | 6 | "duration": 200, 7 | 8 | "input-types": { 9 | "s": { "id": "minecraft:redstone_wire" }, 10 | "h": { "id": "minecraft:hopper" }, 11 | "w": { "id": "compactmachines3:wallbreakable"} 12 | }, 13 | 14 | "symmetrical": true, 15 | "shape": [ 16 | [ 17 | ["_", "_", "_"], 18 | ["_", "h", "_"], 19 | ["_", "_", "_"] 20 | ], 21 | [ 22 | ["s", "s", "s"], 23 | ["s", "w", "s"], 24 | ["s", "s", "s"] 25 | ] 26 | ] 27 | } -------------------------------------------------------------------------------- /config/compactmachines3/recipes/wallbreakable.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "compactmachines3:wallbreakable", 3 | "target-block": "compactmachines3:wallbreakable", 4 | "target-count": 16, 5 | 6 | "input-types": { 7 | "i": { "id": "minecraft:iron_block" }, 8 | "r": { "id": "minecraft:redstone_wire" } 9 | }, 10 | 11 | "symmetrical": true, 12 | "shape": [ 13 | [ 14 | ["r"] 15 | ], 16 | [ 17 | ["i"] 18 | ] 19 | ] 20 | } -------------------------------------------------------------------------------- /config/ctm.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # Choose whether the inside corner is disconnected on a CTM block - http://imgur.com/eUywLZ4 5 | B:connectInsideCTM=false 6 | 7 | # Disable connected textures entirely. 8 | B:disableCTM=false 9 | } 10 | 11 | 12 | -------------------------------------------------------------------------------- /config/ding.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | ding { 4 | # Minecraft name of sound file to play when Minecraft is loaded 5 | # EG: "ui.button.click" or "entity.experience_orb.pickup" 6 | # 7 | # This can also be a mod sound if the mod is installed. 8 | # EG: modname:modsound.boing [default: entity.experience_orb.pickup] 9 | S:name=entity.experience_orb.pickup 10 | 11 | # Minecraft name of sound file to play when world is loaded 12 | # EG: "ui.button.click" or "entity.experience_orb.pickup" 13 | # 14 | # This can also be a mod sound if the mod is installed. 15 | # EG: modname:modsound.boing [default: entity.experience_orb.pickup] 16 | S:nameWorld=entity.experience_orb.pickup 17 | 18 | # Pitch of the sound to play when Minecraft is loaded [range: 0.0 ~ 10.0, default: 1.0] 19 | S:pitch=1.0 20 | 21 | # Pitch of the sound to play when world is loaded [range: 0.0 ~ 10.0, default: 1.0] 22 | S:pitchWorld=1.0 23 | 24 | # Play sound on... 25 | # 0 = Nothing (why install the mod though?) 26 | # 1 = MC load 27 | # 2 = World load 28 | # 3 = MC and World load [range: 0 ~ 3, default: 1] 29 | I:playOn=1 30 | } 31 | 32 | 33 | -------------------------------------------------------------------------------- /config/eiorteis.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | "energy consumption" { 4 | # Sets the energy consumption for the produstion of Conductive Iron. [range: 1 ~ 100000, default: 10000] 5 | I:energyConductiveIron=10000 6 | 7 | # Sets the energy consumption for the produstion of Dark Steel. [range: 1 ~ 100000, default: 20000] 8 | I:energyDarkSteel=20000 9 | 10 | # Sets the energy consumption for the produstion of Electrical Steel. [range: 1 ~ 100000, default: 10000] 11 | I:energyElectricalSteel=10000 12 | 13 | # Sets the energy consumption for the produstion of Energetic Alloy. [range: 1 ~ 100000, default: 10000] 14 | I:energyEnergeticAlloy=10000 15 | 16 | # Sets the energy consumption for the produstion of Vibrant Alloy. [range: 1 ~ 100000, default: 10000] 17 | I:energyPhasedGold=10000 18 | 19 | # Sets the energy consumption for the produstion of Pulsating Iron. [range: 1 ~ 100000, default: 10000] 20 | I:energyPhasedIron=10000 21 | 22 | # Sets the energy consumption for the produstion of Redstone Alloy. [range: 1 ~ 100000, default: 10000] 23 | I:energyRedstoneAlloy=10000 24 | 25 | # Sets the energy consumption for the produstion of Soularium. [range: 1 ~ 100000, default: 10000] 26 | I:energySoularium=10000 27 | } 28 | 29 | 30 | -------------------------------------------------------------------------------- /config/enderio/enderiointegrationforestry.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | items { 4 | 5 | darksteel { 6 | 7 | upgrades { 8 | 9 | forestry { 10 | # Number of levels required for the Apiarist Armor upgrade. (synced from server) [range: 1 ~ 99, default: 4] 11 | I:apiaristArmorCost=4 12 | 13 | # Number of levels required for the Naturalist Eye upgrade. (synced from server) [range: 1 ~ 99, default: 4] 14 | I:naturalistEyeCost=4 15 | } 16 | 17 | } 18 | 19 | } 20 | 21 | } 22 | 23 | 24 | -------------------------------------------------------------------------------- /config/enderio/gasconduits.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | gasconduit { 4 | # Millibuckets per tick extracted by a gas conduit's auto extracting. (synced from server) [range: 1 ~ 1000000000, default: 64] 5 | I:tier1_extractRate=64 6 | 7 | # Millibuckets per tick that can pass through a single connection to a gas conduit. (synced from server) [range: 1 ~ 1000000000, default: 256] 8 | I:tier1_maxIO=256 9 | 10 | # Millibuckets per tick extracted by an advanced gas conduit's auto extracting. (synced from server) [range: 1 ~ 1000000000, default: 512] 11 | I:tier2_extractRate=512 12 | 13 | # Millibuckets per tick that can pass through a single connection to an advanced gas conduit. (synced from server) [range: 1 ~ 1000000000, default: 2048] 14 | I:tier2_maxIO=2048 15 | 16 | # Millibuckets per tick extracted by an ender gas conduit's auto extracting. (synced from server) [range: 1 ~ 1000000000, default: 4096] 17 | I:tier3_extractRate=4096 18 | 19 | # Millibuckets per tick that can pass through a single connection to an ender gas conduit. (synced from server) [range: 1 ~ 1000000000, default: 16384] 20 | I:tier3_maxIO=16384 21 | } 22 | 23 | 24 | -------------------------------------------------------------------------------- /config/enderio/painter_paint_sources_core.xml: -------------------------------------------------------------------------------- 1 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /config/enderio/painter_paint_sources_user.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /config/enderio/recipes/aliases.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/aliases.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/alloying.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/alloying.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/alloying_modded.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/alloying_modded.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/balls.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/balls.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/base.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/base.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/capacitor.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/capacitor.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/capacitor_machines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/capacitor_machines.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/conduits-applied-energistics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/conduits-applied-energistics.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/conduits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/conduits.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/darksteel_upgrades.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/darksteel_upgrades.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/darksteel_upgrades_machines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/darksteel_upgrades_machines.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/enchanter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/enchanter.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/examples/broken_spawner.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /config/enderio/recipes/examples/infinity.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /config/enderio/recipes/examples/optional_tweaks.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /config/enderio/recipes/examples/peaceful.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /config/enderio/recipes/examples/powertools_easy_recipes.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /config/enderio/recipes/examples/strict_iron.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /config/enderio/recipes/fuels.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/fuels.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/hiding_base.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/hiding_base.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/hiding_conduits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/hiding_conduits.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/hiding_machines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/hiding_machines.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/integration_railcraft_recipes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/integration_railcraft_recipes.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/items.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/items.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/machines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/machines.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/materials.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/materials.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/misc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/misc.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/powertools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/powertools.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/sagmill.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/sagmill.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/sagmill_metals.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/sagmill_metals.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/sagmill_modded.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/sagmill_modded.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/sagmill_ores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/sagmill_ores.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/sagmill_silentgems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/sagmill_silentgems.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/sagmill_vanilla.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/sagmill_vanilla.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/sagmill_vanilla2modded.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/sagmill_vanilla2modded.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/soulbinder.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/soulbinder.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/spawner.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/spawner.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/tank.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/tank.pdf -------------------------------------------------------------------------------- /config/enderio/recipes/vat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/enderio/recipes/vat.pdf -------------------------------------------------------------------------------- /config/enderstorage.cfg: -------------------------------------------------------------------------------- 1 | #EnderStorage Configuration File 2 | #Deleting any element will restore it to it's default value 3 | 4 | #Causes chests to lose personal settings and drop the diamond on break 5 | anarchyMode=false 6 | 7 | clientUpdateCheck=true 8 | 9 | #Dissables the tank on top of the creators heads. 10 | disableCreatorVisuals=false 11 | 12 | #Set to true to make the vanilla EnderChest un-placeable. 13 | disableVanilla=true 14 | 15 | #Set to true to make the vanilla EnderChest un-craftable 16 | disableVanillaRecipe=false 17 | 18 | #The size of each inventory of EnderStorage. 0 = 3x3, 1 = 3x9, 2 = 6x9 19 | item.storage-size=1 20 | 21 | 22 | #The name of the item used to set the chest to personal. Diamond by default. Format :|, Meta can be replaced with "WILD" 23 | personalItem=minecraft:diamond|0 24 | -------------------------------------------------------------------------------- /config/farmingforblockheads.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | client { 4 | # Set this to true if you're a modpack dev to see Farming for Blockheads registry warnings in chat. Errors will always display. 5 | B:"Show Registry Warnings"=false 6 | } 7 | 8 | 9 | general { 10 | # The range at which the chicken nest picks up laid eggs 11 | I:"Chicken Nest Range"=8 12 | 13 | # The maximum amount of animals (per type) until the feeding trough stops feeding 14 | I:"Feeding Trough Max Animals"=8 15 | 16 | # The range within animals can be fed by the feeding trough 17 | I:"Feeding Trough Range"=8 18 | 19 | # The chance to get a bonus crop when using Green Fertilizer. 20 | D:"Fertilizer Bonus Crop Chance"=1.0 21 | 22 | # The chance to get a bonus growth when using Red Fertilizer. 23 | D:"Fertilizer Bonus Growth Chance"=1.0 24 | 25 | # The chance for Fertilized Farmland to turn back into regular Farmland (per provided bonus) 26 | D:"Fertilizer Regression Chance"=0.0 27 | 28 | # List of names the merchant can have. 29 | S:"Merchant Names" < 30 | Swap-O-Matic 31 | Emerald Muncher 32 | Weathered Salesperson 33 | > 34 | } 35 | 36 | 37 | -------------------------------------------------------------------------------- /config/fastleafdecay.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | ########################################################################################################## 4 | # main 5 | #--------------------------------------------------------------------------------------------------------# 6 | # There are 20 ticks in a second. Default settings are 4 minimum and 11 maximum decay time. 7 | ########################################################################################################## 8 | 9 | main { 10 | # Maximum time in ticks for leaf decay. Must be higher than MinimumDecayTime! 11 | I:MaximumDecayTime=11 12 | 13 | # Minimum time in ticks for leaf decay. Must be lower than MaximumDecayTime! 14 | I:MinimumDecayTime=4 15 | } 16 | 17 | 18 | -------------------------------------------------------------------------------- /config/igwmod.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # When enabled, this will notify players when IGW-Mod is not installed even though mods add support. 5 | B:enable_missing_notification=true 6 | } 7 | 8 | 9 | -------------------------------------------------------------------------------- /config/jei/bookmarks.ini: -------------------------------------------------------------------------------- 1 | T:{id:"minecraft:double_plant",Count:1b,Damage:1s} 2 | T:{id:"appliedenergistics2:part",Count:1b,Damage:220s} 3 | T:{id:"mekanism:machineblock",Count:1b,Damage:1s} 4 | T:{id:"actuallyadditions:block_fluid_collector",Count:1b,Damage:0s} 5 | T:{id:"thermalexpansion:augment",Count:1b,Damage:258s} 6 | T:{id:"extrautils2:pipe",Count:1b,Damage:0s} 7 | T:{id:"thermalfoundation:material",Count:1b,Damage:160s} 8 | T:{id:"thermalexpansion:frame",Count:1b,Damage:0s} 9 | T:{id:"contenttweaker:wheat_melt",Count:1b,Damage:0s} 10 | T:{id:"actuallyadditions:block_giant_chest",Count:1b,Damage:0s} 11 | T:{id:"tconstruct:pattern",Count:1b,Damage:0s} 12 | -------------------------------------------------------------------------------- /config/jei/itemBlacklist.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | ~CONFIG_VERSION: 0.1.0 4 | 5 | ########################################################################################################## 6 | # advanced 7 | #--------------------------------------------------------------------------------------------------------# 8 | # 用于更改 JEI 功能的高级配置。 9 | ########################################################################################################## 10 | 11 | advanced { 12 | # 黑名单中成分将不会显示于 JEI 物品列表。添加格式:modId[:name[:meta]]。隐藏成分模式可自动添加或删除这里的条目。 [默认: []] 13 | S:itemBlacklist < 14 | > 15 | } 16 | 17 | 18 | -------------------------------------------------------------------------------- /config/lockdown.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | "main menu" { 4 | B:"Disable Multiplayer Button"=true 5 | B:"Disable Singleplayer Button"=false 6 | } 7 | 8 | 9 | "world creation" { 10 | B:"Disable Game Mode Button"=true 11 | B:"Disable More World Options Button"=true 12 | B:"Disable Regular World Creation"=true 13 | B:"Enable Overriding Template World Settings"=false 14 | S:"World Template Directory"=template 15 | } 16 | 17 | 18 | -------------------------------------------------------------------------------- /config/lunatriuscore.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | versioncheck { 4 | # Should the mod check for updates? 5 | B:checkForUpdates=true 6 | } 7 | 8 | 9 | -------------------------------------------------------------------------------- /config/mekanism/BoxBlacklist.txt: -------------------------------------------------------------------------------- 1 | # Use this file to tell Mekanism which blocks should not be picked up by a cardboard box. 2 | # Proper syntax is "NAME META". Example (for stone): 3 | # minecraft:stone 0 -------------------------------------------------------------------------------- /config/modnametooltip.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | ~CONFIG_VERSION: 1.0.0 4 | 5 | formatting { 6 | # 如何在工具提示中格式化 mod 名称。留空以禁用。有效的修饰符:[black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white, obfuscated, bold, strikethrough, underline, italic] 7 | S:modNameFormat=blue italic 8 | } 9 | 10 | 11 | -------------------------------------------------------------------------------- /config/openmods.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | debug { 4 | # Control printing of stacktraces in case of unharvested drops 5 | B:dropsDebug=false 6 | 7 | # Maximum fake player pool that doesn't produce warning 8 | I:fakePlayerCountThreshold=10 9 | 10 | # Maximum allowed size of tessellator pool 11 | I:tessellatorPoolLimit=20 12 | } 13 | 14 | 15 | feature { 16 | # Enables command line calculator 17 | B:calculatorCommands=true 18 | 19 | # List of tools used for checking effective during block breaking 20 | S:fakePlayerBlockBreakTools < 21 | "minecraft:diamond_pickaxe" 22 | "minecraft:diamond_shovel" 23 | "minecraft:diamond_axe" 24 | "minecraft:diamond_sword" 25 | "minecraft:shears" 26 | > 27 | } 28 | 29 | 30 | -------------------------------------------------------------------------------- /config/oreexcavation_groups.json: -------------------------------------------------------------------------------- 1 | { 2 | "blockGroups": [ 3 | [ 4 | "treeLeaves" 5 | ], 6 | [ 7 | "logWood" 8 | ] 9 | ], 10 | "strictSubtypes": [ 11 | "cropWheat", 12 | "cropPotato", 13 | "cropCarrot", 14 | "cropNetherWart" 15 | ], 16 | "gamestages": { 17 | "examplemod:example_block1": "example_stage1", 18 | "examplemod:example_block2": "example_stage2" 19 | } 20 | } -------------------------------------------------------------------------------- /config/oreexcavation_overrides.json: -------------------------------------------------------------------------------- 1 | { 2 | "overrides": [ 3 | { 4 | "itemID": "examplemod:nerfed_pickaxe:0", 5 | "speed": 1, 6 | "limit": 0, 7 | "range": 0, 8 | "exaustion": 0.1, 9 | "experience": 0, 10 | "gamestage": "" 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /config/oreexcavation_shapes.json: -------------------------------------------------------------------------------- 1 | { 2 | "shapes": [ 3 | { 4 | "name": "1x2", 5 | "depth": -1, 6 | "reticle": 12, 7 | "mask": [ 8 | "OOOOO", 9 | "OOOOO", 10 | "OOXOO", 11 | "OOXOO", 12 | "OOOOO" 13 | ] 14 | }, 15 | { 16 | "name": "3x3", 17 | "depth": -1, 18 | "reticle": 12, 19 | "mask": [ 20 | "OOOOO", 21 | "OXXXO", 22 | "OXXXO", 23 | "OXXXO", 24 | "OOOOO" 25 | ] 26 | }, 27 | { 28 | "name": "5x5", 29 | "depth": -1, 30 | "reticle": 12, 31 | "mask": [ 32 | "XXXXX", 33 | "XXXXX", 34 | "XXXXX", 35 | "XXXXX", 36 | "XXXXX" 37 | ] 38 | } 39 | ] 40 | } -------------------------------------------------------------------------------- /config/patchouli.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # Set this to true to disable advancement locking and make all entries visible at all times 5 | # Config Flag: advancements_disabled 6 | B:"Disable Advancement Locking"=true 7 | 8 | # Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book. 9 | S:"Inventory Button Book"= 10 | 11 | # Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. 12 | # Config Flag: testing_mode 13 | B:"Testing Mode"=false 14 | } 15 | 16 | 17 | -------------------------------------------------------------------------------- /config/placebo.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | general { 4 | # If placebo will dump all event handlers to the log in post init. [default: false] 5 | B:"Dump event handlers"=false 6 | 7 | # If placebo will replace all ShapelessRecipes and ShapelessOreRecipes with FastShapelessRecipes. [default: true] 8 | B:"Fast Shapeless Recipes"=true 9 | } 10 | 11 | 12 | -------------------------------------------------------------------------------- /config/sci4me/Torcherino.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | blacklist { 4 | # modid:unlocalized [default: ] 5 | S:blacklistedBlocks < 6 | > 7 | 8 | # Fully qualified class name [default: ] 9 | S:blacklistedTiles < 10 | > 11 | } 12 | 13 | 14 | general { 15 | # Is the recipe for the Compressed Torcherino enabled? [default: false] 16 | B:compressedTorcherino=false 17 | 18 | # Is the recipe for the Double Compressed Torcherino enabled? Only takes effect if Compressed Torcherinos are enabled. [default: false] 19 | B:doubleCompressedTorcherino=false 20 | 21 | # (For Server Owners) Is it logged when someone places a Torcherino? [default: false] 22 | B:logPlacement=false 23 | 24 | # Is the recipe for Torcherino extremely OP? [default: true] 25 | B:overPoweredRecipe=true 26 | } 27 | 28 | 29 | -------------------------------------------------------------------------------- /config/splash.properties: -------------------------------------------------------------------------------- 1 | #Splash screen properties 2 | #Tue Apr 07 17:10:48 CST 2020 3 | background=0xFFFFFF 4 | memoryGood=0x78CB34 5 | font=0x0 6 | barBackground=0xFFFFFF 7 | barBorder=0xC0C0C0 8 | memoryLow=0xE42F2F 9 | rotate=false 10 | memoryWarn=0xE6E84A 11 | showMemory=true 12 | enabled=true 13 | bar=0xCB3D35 14 | resourcePackPath=resources 15 | logoOffset=0 16 | forgeTexture=fml\:textures/gui/forge.png 17 | fontTexture=textures/font/ascii.png 18 | -------------------------------------------------------------------------------- /config/topography/Topography.txt: -------------------------------------------------------------------------------- 1 | //If this file is deleted, a new set of default configs will be generated. 2 | 3 | //Sets if the mod should print documentation. 4 | printDocumentation(false) 5 | 6 | //Sets the Topography WorldType as default 7 | setAsDefaultWorldType() 8 | 9 | //Registers a preset. First argument is name, second is the image name, third is a description, fourth is WorldType, fifth is generator options Json. 10 | 11 | flyingRoadClassic = registerPreset("飞翔之路 经典", "images/classic", "经典的飞翔之路空岛") 12 | flyingRoadClassic.registerDimension(0, "maps/flying_road_classic") 13 | 14 | flyingRoadGreen = registerPreset("飞翔之路 绿化", "images/green", "飞翔之路空岛的变种") 15 | flyingRoadGreen.registerDimension(0, "maps/flying_road_green") 16 | 17 | glassBall = registerPreset("水晶球", "images/glass_ball", "...") 18 | glassBall.registerDimension(0, "maps/glass_ball"); 19 | 20 | sea = registerPreset("荒芜之海", "images/sea", "...") 21 | sea.registerDimension(0, "maps/sea") 22 | 23 | singleChest = registerPreset("一箱一世界", "images/chest", "...") 24 | singleChest.registerDimension(0, "maps/single_chest") 25 | -------------------------------------------------------------------------------- /config/topography/documentation/SkyRendererCustom.txt: -------------------------------------------------------------------------------- 1 | This file is for the SkyRendererCustom. This is for making a custom sky renderer. 2 | 3 | 4 | 5 | addSunMoon: 6 | Notes: 7 | Adds the vanilla sun and moon to the sky renderer. Currently cannot set a custom sun/moon texture except by making it part of the skybox texture. 8 | 9 | addSkybox: 10 | Arguments: 11 | String 12 | Usage: 13 | texture location 14 | Notes: 15 | Adds a SkyboxRenderer to the sky renderer with the provided texture location and returns it. The texture is used to generate a skybox in the standard format. 16 | 17 | -------------------------------------------------------------------------------- /config/topography/documentation/SkyboxRenderer.txt: -------------------------------------------------------------------------------- 1 | This file is for the SkyboxRenderer. This is for making a custom skybox using SkyRendererCustom. 2 | 3 | 4 | 5 | addAlpha: 6 | Arguments: 7 | MinMaxBounds, MinMaxBounds 8 | Usage: 9 | angle bounds, alpha for transition 10 | Notes: 11 | Adds paired celestial angle bounds and alpha. Used to create a blended skybox transition as time passes. 12 | 13 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerBaseSingle.txt: -------------------------------------------------------------------------------- 1 | A layer to be used as a base to fill the world with a single biome. Good for when 2 | you want a single base biome. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | long 9 | Argument Usage: 10 | layer base seed 11 | Notes: 12 | Constructs the layer with the single biome set to 0/"Ocean". 13 | 14 | Constructor: 15 | Arguments: 16 | long, Non_Null_Biome_ID 17 | Argument Usage: 18 | layer base seed, biome ID 19 | Notes: 20 | Constructs the layer and sets the biome it will fill the world with. 21 | 22 | setBiome: 23 | Arguments: 24 | Non_Null_Biome_ID 25 | Usage: 26 | biome ID 27 | Notes: 28 | Sets the biome this layer will fill the world with. 29 | 30 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerBiomeEdgeDC.txt: -------------------------------------------------------------------------------- 1 | A configurable version of the vanilla GenLayerBiomeEdge. Replaces biomes with objectionable 2 | neighbors with biomes that make more sense. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | long, GenLayer 9 | Argument Usage: 10 | base layer seed, parent layer 11 | Notes: 12 | Constructs the layer with its seed and parent layer. 13 | 14 | addBiomeEdge: 15 | Arguments: 16 | Non_Null_Biome_ID_Array, Non_Null_Biome_ID 17 | Usage: 18 | biome IDs, edge biome ID 19 | Notes: 20 | Adds a biome edge for the provided biomes with no whitelist or blacklist. 21 | 22 | addBiomeEdge: 23 | Arguments: 24 | Non_Null_Biome_ID_Array, Biome_ID_Array, Biome_ID_Array, Non_Null_Biome_ID 25 | Usage: 26 | biome IDs, whitelist, blacklist, edge biome ID 27 | Notes: 28 | Adds a biome edge for the provided biomes with a whitelist/blacklist. 29 | 30 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerCombineWhitelist.txt: -------------------------------------------------------------------------------- 1 | A layer used to combine two parent layers using a whitelist. If the biome from the 2 | first parent is in the whitelist, it's used, otherwise the biome from the second 3 | parent is used. This is useful for doing things like combining a heat map and a terrain 4 | map. 5 | 6 | 7 | 8 | Constructor: 9 | Arguments: 10 | long, GenLayer, GenLayer, Non_Null_Biome_ID_Array 11 | Argument Usage: 12 | base layer seed, first parent layer, second parent layer, whitelist 13 | Notes: 14 | Constructs the layer with its seed, parent layers and whitelist. 15 | 16 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerDeepOceanDC.txt: -------------------------------------------------------------------------------- 1 | A copy of the vanilla GenLayerDeepOcean with an optional disable. I can't think of 2 | a single reason to use this rather than just not adding the layer. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | long, GenLayer 9 | Argument Usage: 10 | base layer seed, parent layer 11 | Notes: 12 | Constructs the layer with the seed and parent. 13 | 14 | disableDeepOceanLayer: 15 | Arguments: 16 | boolean 17 | Default Values: 18 | false 19 | Notes: 20 | Disables the layer 21 | 22 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerHeatX.txt: -------------------------------------------------------------------------------- 1 | This GenLayer is used to create a repeating set of ids on the X axis based upon an 2 | array. This is mainly used to create a semi-realistic wrapping humidity map to be 3 | combined with a GenLayerHeatZ. 4 | 5 | 6 | 7 | Constructor: 8 | Arguments: 9 | long 10 | Argument Usage: 11 | seed 12 | Notes: 13 | Constructors the layer, setting the seed to be used. 14 | 15 | Constructor: 16 | Arguments: 17 | long, Non_Null_Biome_ID_Array 18 | Argument Usage: 19 | seed, heat array 20 | Notes: 21 | Constructors the layer, setting the seed and heat array to be used. 22 | 23 | setHeatArray: 24 | Arguments: 25 | Non_Null_Biome_ID_Array 26 | Usage: 27 | heat array 28 | Notes: 29 | Sets the heat array the layer will use. 30 | 31 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerHeatZ.txt: -------------------------------------------------------------------------------- 1 | This GenLayer is used to create a repeating set of ids on the Z axis based upon an 2 | array. This is mainly used to create a semi-realistic wrapping heat map. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | long 9 | Argument Usage: 10 | seed 11 | Notes: 12 | Constructors the layer, setting the seed to be used. 13 | 14 | Constructor: 15 | Arguments: 16 | long, Non_Null_Biome_ID_Array 17 | Argument Usage: 18 | seed, heat array 19 | Notes: 20 | Constructors the layer, setting the seed and heat array to be used. 21 | 22 | setHeatArray: 23 | Arguments: 24 | Non_Null_Biome_ID_Array 25 | Usage: 26 | heat array 27 | Notes: 28 | Sets the heat array the layer will use. 29 | 30 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerRemoveTooMuchOceanDC.txt: -------------------------------------------------------------------------------- 1 | A configurable version of the vanilla GenLayerRemoveTooMuchOcean. Removes "excess" 2 | ocean biomes. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | long, GenLayer 9 | Argument Usage: 10 | base layer seed, parent layer 11 | Notes: 12 | Constructs the layer with its base seed and parent layer. 13 | 14 | setOceanSize: 15 | Arguments: 16 | String 17 | Usage: 18 | ocean size 19 | Notes: 20 | Sets the ocean size for the layer. Options are "Small", "Large", "Default". Small replaces all ocean with plains, large does nothing, default does vanilla removal behavior. 21 | 22 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerReplaceAll.txt: -------------------------------------------------------------------------------- 1 | A layer for replacing all biomes with a single biome. 2 | 3 | 4 | 5 | Constructor: 6 | Arguments: 7 | long, GenLayer 8 | Argument Usage: 9 | base layer seed, parent layer 10 | Notes: 11 | Constructs the layer with its base seed and parent layer. 12 | 13 | Constructor: 14 | Arguments: 15 | long, GenLayer, Non_Null_Biome_ID 16 | Argument Usage: 17 | base layer seed, parent layer 18 | Notes: 19 | Constructs the layer with its base seed and parent layer and sets the replacement biome. 20 | 21 | setReplacement: 22 | Arguments: 23 | Non_Null_Biome_ID 24 | Usage: 25 | Sets the biome this layer will replace all biomes with 26 | 27 | -------------------------------------------------------------------------------- /config/topography/documentation/biome_providers/genlayers/GenLayerRiverMixDC.txt: -------------------------------------------------------------------------------- 1 | A configurable version of the vanilla GenLayerRiverMix. Uses a biome map and a river 2 | map layer to set configurable river biomes for biomes. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | long, GenLayer, GenLayer 9 | Argument Usage: 10 | base layer seed, biome map parent layer, river map layer 11 | Notes: 12 | Constructs the layer, setting the base layer seed and parent layers. 13 | 14 | setRiverBiome: 15 | Arguments: 16 | Non_Null_Biome_ID, Non_Null_Biome_ID 17 | Usage: 18 | biome ID, river biome ID 19 | Notes: 20 | Sets the river biome for the provided biomeID. 21 | 22 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/BiomeBlockReplacementGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the BiomeBlockReplacementGenerator. This generator handles top/filler 2 | block replacements for biomes. Not quite the same as the overworld, but similar. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a BiomeBlockReplacementGenerator with a sea height of 0. 9 | 10 | Constructor: 11 | Arguments: 12 | int 13 | Argument Usage: 14 | height of the sea in the dimension 15 | Notes: 16 | This constructs a BiomeBlockReplacementGenerator. Sea height is required to properly handle replacement above/below the sea. 17 | 18 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/CellNoiseGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the CellNoiseGenerator. This generator generates tendrils of blocks 2 | using cell noise skewed with simplex noise. This generator is multithreaded. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a CellNoiseGenerator that generates air blocks. 9 | 10 | Constructor: 11 | Arguments: 12 | ItemBlockData 13 | Argument Usage: 14 | block to generate 15 | Notes: 16 | This constructs a CellNoiseGenerator. 17 | 18 | closeTop: 19 | Notes: 20 | Sets the generator to scale noise in such a way that a roof will be generated at the top of the dimension. 21 | 22 | openTop: 23 | Notes: 24 | Sets the generator to scale noise in such a way that tendrils will taper off towards the top of the dimension. This is set by default. 25 | 26 | setCutoff: 27 | Arguments: 28 | double 29 | Usage: 30 | cutoff 31 | Notes: 32 | Sets the noise cutoff for blocks to be placed. Higher values = more blocks. Default is -0.15. 33 | 34 | setCellFrequency: 35 | Arguments: 36 | float 37 | Usage: 38 | frequency 39 | Notes: 40 | Sets the frequency for the cell noise used for the generator. Higher values = more frequent changes. Default is 0.005. 41 | 42 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/DeformedSphereGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the DeformedSphereGenerator. This generator generates spheres of 2 | blocks, which are then deformed using simplex noise. These spheres generate within 3 | grid regions, and can therefore be any size. 4 | 5 | 6 | 7 | Constructor: 8 | Arguments: 9 | ItemBlockData, int, int, int, int 10 | Argument Usage: 11 | block to generate, grid region size in chunks, radius, generation attempt count, minimum sphere count 12 | Notes: 13 | This constructs a DeformedSphereGenerator. 14 | 15 | addRequiredBlock: 16 | Arguments: 17 | ItemBlockData 18 | Usage: 19 | required block 20 | Notes: 21 | Adds a block the generator is allowed to generate a sphere within. By default can generate within block. 22 | 23 | setDeformScale: 24 | Arguments: 25 | double 26 | Usage: 27 | scale 28 | Notes: 29 | Sets the noise scale used to deform the spheres. Default is 16.0. The higher the number, the more the sphere can be deformed. 30 | 31 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/FluidPocketGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the FluidPocketGenerator. This generator generates pockets of fluid, 2 | similar to lava pockets in the nether. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | ItemBlockData, int, boolean 9 | Argument Usage: 10 | block to generate, pockets per chunk, whether it requires air 11 | Notes: 12 | This constructs a FluidPocketGenerator. The boolean is for if one side of the pocket must have air, not counting the top. This is so the fluid flows prettily. 13 | 14 | addRequiredBlock: 15 | Arguments: 16 | ItemBlockData 17 | Usage: 18 | required block 19 | Notes: 20 | Adds a block the generator is allowed to generate a pocket under. By default can generate under any block. 21 | 22 | setHeight: 23 | Arguments: 24 | int, int 25 | Usage: 26 | min height, max height 27 | Notes: 28 | Sets the min and max heights this generator can generate at. Default is 4 and 250. 29 | 30 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/HangingCrystalGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the HangingCrystalGenerator. This generator generates hanging clusters 2 | of blocks, similar to glowstone. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | ItemBlockData, int, int 9 | Argument Usage: 10 | block to generate, clusters per chunk, cluster expansion attempts 11 | Notes: 12 | This constructs a HangingCrystalGenerator. 13 | 14 | addRequiredBlock: 15 | Arguments: 16 | ItemBlockData 17 | Usage: 18 | required block 19 | Notes: 20 | Adds a block the generator is allowed to start generating a cluster under. By default can generate under any block. 21 | 22 | setHeight: 23 | Arguments: 24 | int, int 25 | Usage: 26 | min height, max height 27 | Notes: 28 | Sets the min and max heights this generator can generate at. Default is 4 and 250. 29 | 30 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/IceAndSnowGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the IceAndSnowGenerator. This generator generates snow and freezes 2 | ice in cold areas. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a IceAndSnowGenerator. 9 | 10 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/LayerGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the LayerGenerator. This generator can be created in a dimension 2 | file with 'new LayerGenerator()'. 3 | 4 | 5 | 6 | addLayer: 7 | Arguments: 8 | MinMaxBounds, ItemBlockData 9 | Usage: 10 | y axis bounds, block to place 11 | Notes: 12 | Adds a layer of blocks to be generated within the provided bounds, made of the provided block. 13 | 14 | addLayer: 15 | Arguments: 16 | MinMaxBounds, ItemBlockData, ItemBlockData 17 | Usage: 18 | y axis bounds, block to place, block to replace 19 | Notes: 20 | Adds a layer of blocks to be generated within the provided bounds, made of the provided block, replacing only the provided block. 21 | 22 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/ScatteredBlockGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the ScatteredBlockGenerator. This generator generates scattered 2 | clusters of blocks per chunk. Similar to how fire is generated in the nether. 3 | 4 | 5 | 6 | Constructor: 7 | Arguments: 8 | ItemBlockData, int, int 9 | Argument Usage: 10 | block to generate, clusters per chunk, blocks per cluster 11 | Notes: 12 | This constructs a ScatteredBlockGenerator. 13 | 14 | addRequiredBlock: 15 | Arguments: 16 | ItemBlockData 17 | Usage: 18 | required block 19 | Notes: 20 | Adds a block the generator is allowed to generate blocks on top of. 21 | 22 | setHeight: 23 | Arguments: 24 | int, int 25 | Usage: 26 | min height, max height 27 | Notes: 28 | Sets the min and max heights this generator can generate at. Default is 4 and 250. 29 | 30 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaAnimalGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaAnimalGenerator. This generates animals. 2 | 3 | 4 | 5 | Constructor: 6 | Notes: 7 | This constructs a VanillaAnimalGenerator. 8 | 9 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaCaveGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaCaveGenerator. This generates vanilla caves. 2 | 3 | 4 | 5 | Constructor: 6 | Notes: 7 | This constructs a VanillaCaveGenerator. 8 | 9 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaDecorationGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaDecorationGenerator. This generates vanilla decorations. 2 | This includes things like trees and ores. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a VanillaDecorationGenerator. 9 | 10 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaDungeonGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaDungeonGenerator. This generates vanilla dungeons. 2 | 3 | 4 | 5 | Constructor: 6 | Notes: 7 | This constructs a VanillaDungeonGenerator. 8 | 9 | setSpawnAttempts: 10 | Arguments: 11 | int 12 | Usage: 13 | attempts 14 | Notes: 15 | Sets the number of attempts the generator should make each chunk to generate a dungeon. Default/vanilla is 8. 16 | 17 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaFireGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaFireGenerator. This is the vanilla fire generator. Generates 2 | fire clusters on netherrack. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a VanillaFireGenerator. 9 | 10 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaGlowstoneGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaGlowstoneGenerator. This is the vanilla glowstone generator. 2 | Generates glowstone clusters under netherrack. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a VanillaGlowstoneGenerator. 9 | 10 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaLakeGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaLakeGenerator. Generates vanilla lakes. 2 | 3 | 4 | 5 | Constructor: 6 | Arguments: 7 | ItemBlockData 8 | Argument Usage: 9 | block to fill with 10 | Notes: 11 | This constructs a VanillaLakeGenerator. Generates lakes filled with the supplied block. 12 | 13 | blacklistBiome: 14 | Arguments: 15 | Non_Null_Biome_ID_Array 16 | Usage: 17 | biomes to blacklist 18 | Notes: 19 | Adds biomes that the generator will not attempt to spawn in. 20 | 21 | setSpawnChance: 22 | Arguments: 23 | int 24 | Usage: 25 | spawn chance 26 | Notes: 27 | Sets the 1/chance per chunk for the generator to attempt to generate lakes. 28 | 29 | setHeight: 30 | Arguments: 31 | int, int 32 | Usage: 33 | min height, max height 34 | Notes: 35 | Sets the minimum and maximum heights the generator will attempt to spawn in. 36 | 37 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaLavaPocketGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaLavaPocketGenerator. This is the vanilla lava pocket 2 | generator. Generates pockets of lava in netherrack. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a VanillaLavaPocketGenerator. 9 | 10 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaQuartzGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaQuartzGenerator. This is the vanilla nether quartz generator. 2 | Generates nether quartz clusters in netherrack. 3 | 4 | 5 | 6 | Constructor: 7 | Notes: 8 | This constructs a VanillaQuartzGenerator. 9 | 10 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VanillaRavineGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VanillaRavineGenerator. Generates vanilla ravines. 2 | 3 | 4 | 5 | Constructor: 6 | Notes: 7 | This constructs a VanillaRavineGenerator. 8 | 9 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/VineGenerator.txt: -------------------------------------------------------------------------------- 1 | This file is for the VineGenerator. This generator generates vines. Made of vines. 2 | Incredible, isn't it? 3 | 4 | 5 | 6 | setLength: 7 | Arguments: 8 | int, int 9 | Usage: 10 | min length, max length 11 | Notes: 12 | Sets the minimum and maximum length of the vines. Vines will not generate if there is insufficient space for minimum length. Default is 3 and 20. 13 | 14 | setBlock: 15 | Arguments: 16 | ItemBlockData 17 | Usage: 18 | block to generate 19 | Notes: 20 | Sets the block to generate vines out of. Must extend vanilla vines. 21 | 22 | setHeightRange: 23 | Arguments: 24 | int, int 25 | Usage: 26 | min height(exclusive), max height(inclusive) 27 | Notes: 28 | Sets the min and max heights the top of vines will generate. Vines can hang below as long as their top is within the range. Default is 0 and 255. 29 | 30 | setAttemptsPerChunk: 31 | Arguments: 32 | int 33 | Usage: 34 | attempt count 35 | Notes: 36 | Sets the number of positions on the horizontal plane to attempt to generate vines per chunk. Default is 3 and 20. 37 | 38 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/sky_islands/SkyIslandData.txt: -------------------------------------------------------------------------------- 1 | This file is for the SkyIslandData. This data object is for holding size and type 2 | data of islands for the SkyIslandGenerator. 3 | 4 | 5 | 6 | addType: 7 | Arguments: 8 | SkyIslandType 9 | Usage: 10 | type 11 | Notes: 12 | Adds a type of sky island to be generated. 13 | 14 | -------------------------------------------------------------------------------- /config/topography/documentation/generators/sky_islands/SkyIslandType.txt: -------------------------------------------------------------------------------- 1 | This file is for the SkyIslandType. This data object is for creating island types 2 | for the SkyIslandGenerator. These can be created in a dimension file using 'new SkyIslandType(biomeID)', 3 | with the biome id being the biome you want the island to be, or 'new SkyIslandType()' 4 | to default to the void biome. 5 | 6 | 7 | 8 | setBlockInRange: 9 | Arguments: 10 | ItemBlockData, MinMaxBounds 11 | Usage: 12 | block, bounds 13 | Notes: 14 | Sets a block to be used for generation within a range of distance from the center of the island type. 0.0 being the center of the island, 1.0 being the outermost possible blocks. 15 | 16 | setMainBlock: 17 | Arguments: 18 | ItemBlockData 19 | Usage: 20 | block 21 | Notes: 22 | Sets the main block for the island type to be made of. 23 | 24 | disableAnimals: 25 | Notes: 26 | Disables initial animal spawning for the island type. 27 | 28 | setBiome: 29 | Arguments: 30 | Non_Null_Biome_ID 31 | Usage: 32 | biome id 33 | Notes: 34 | Sets the biome to be used for the island type. 35 | 36 | disableBiomeBlockReplacement: 37 | Notes: 38 | Disables biome block replacement for the island type. 39 | 40 | disableDecorations: 41 | Notes: 42 | Disables decorations for the island type. 43 | 44 | -------------------------------------------------------------------------------- /config/topography/images/chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/images/chest.png -------------------------------------------------------------------------------- /config/topography/images/classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/images/classic.png -------------------------------------------------------------------------------- /config/topography/images/glass_ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/images/glass_ball.png -------------------------------------------------------------------------------- /config/topography/images/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/images/green.png -------------------------------------------------------------------------------- /config/topography/images/sea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/images/sea.png -------------------------------------------------------------------------------- /config/topography/maps/finite_space.txt: -------------------------------------------------------------------------------- 1 | //Not Used 2 | 3 | setSpawnStructure("air", 64) 4 | addBiomes("minecraft:plains") 5 | 6 | //Creates a new LayerGenerator and saves it as a variable 7 | layers = new LayerGenerator() 8 | 9 | //Adds bedrock in whole world 10 | layers.addLayer(0~255, ) 11 | 12 | //Adds the layer generator to the dimension 13 | addGenerator(layers) 14 | 15 | disableNetherPortal() -------------------------------------------------------------------------------- /config/topography/maps/flying_road_classic.txt: -------------------------------------------------------------------------------- 1 | setSpawnStructure("flying_road_classic", 75) 2 | addBiomes("minecraft:plains") 3 | 4 | disableNetherPortal() -------------------------------------------------------------------------------- /config/topography/maps/flying_road_green.txt: -------------------------------------------------------------------------------- 1 | setSpawnStructure("flying_road_green", 75) 2 | addBiomes("minecraft:plains") 3 | 4 | disableNetherPortal() -------------------------------------------------------------------------------- /config/topography/maps/glass_ball.txt: -------------------------------------------------------------------------------- 1 | setSpawnStructure("glass_ball", 75) 2 | addBiomes("minecraft:taiga") 3 | 4 | disableNetherPortal() -------------------------------------------------------------------------------- /config/topography/maps/sea.txt: -------------------------------------------------------------------------------- 1 | setSpawnStructure("basic_tree", 60) 2 | addBiomes("minecraft:sea") 3 | 4 | //Creates a new LayerGenerator and saves it as a variable 5 | layers = new LayerGenerator() 6 | 7 | //Adds a layer of bedrock in y 0 8 | layers.addLayer(0~0, ) 9 | 10 | //Adds a layer of water from y 1 to y 60 11 | layers.addLayer(1~60, ) 12 | 13 | //Adds the layer generator to the dimension 14 | addGenerator(layers) 15 | 16 | disableNetherPortal() -------------------------------------------------------------------------------- /config/topography/maps/single_chest.txt: -------------------------------------------------------------------------------- 1 | setSpawnStructure("single_chest", 75) 2 | addBiomes("minecraft:plains") 3 | 4 | disableNetherPortal() -------------------------------------------------------------------------------- /config/topography/structures/air.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/structures/air.nbt -------------------------------------------------------------------------------- /config/topography/structures/basic_tree.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/structures/basic_tree.nbt -------------------------------------------------------------------------------- /config/topography/structures/flying_road_classic.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/structures/flying_road_classic.nbt -------------------------------------------------------------------------------- /config/topography/structures/flying_road_green.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/structures/flying_road_green.nbt -------------------------------------------------------------------------------- /config/topography/structures/glass_ball.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/structures/glass_ball.nbt -------------------------------------------------------------------------------- /config/topography/structures/single_chest.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/config/topography/structures/single_chest.nbt -------------------------------------------------------------------------------- /config/treegrowingsimulator.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | tweaks { 4 | # Will spawn a LOT more particles for actions near saplings. 5 | B:allTheParticles=false 6 | 7 | # Energy (in RF) that is gotten each time the engine is "bumped," meaning every time you crouch or sprint 8 | I:energyPerBump=25 9 | 10 | # Show bonemeal particles when appropriate. Not sure why you would turn this off, but eh 11 | B:showParticles=true 12 | 13 | # The amount of ticks (times 5) you must be crouching or sprinting before bonemeal is applied 14 | I:waitTime=10 15 | } 16 | 17 | 18 | -------------------------------------------------------------------------------- /config/unidict/IntegrationModule.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | integrations { 4 | B:AbyssalCraft=true 5 | B:AdvancedRocketry=true 6 | B:AppliedEnergistics2=true 7 | B:BaseMetals=true 8 | B:BloodMagic=true 9 | B:Chickens=true 10 | B:Crafting=true 11 | B:DraconicEvolution=true 12 | B:Embers=true 13 | B:EnderIo=true 14 | B:Forestry=true 15 | B:ForgeCraft=true 16 | B:Foundry=true 17 | B:Furnace=true 18 | B:GadgetryCore=true 19 | B:GadgetryMachines=true 20 | B:ImmersiveEngineering=true 21 | B:IndustrialCraft2=true 22 | B:IndustrialCraft2Classic=true 23 | B:IndustrialForegoing=true 24 | B:Magneticraft=true 25 | B:Mekanism=true 26 | B:TechReborn=true 27 | B:ThermalExpansion=true 28 | } 29 | 30 | 31 | -------------------------------------------------------------------------------- /config/vanillafix.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file 2 | 3 | crashes { 4 | B:disableReturnToMainMenu=false 5 | I:errorNotificationDuration=30000 6 | S:hasteURL=https://paste.dimdev.org 7 | B:replaceErrorNotifications=false 8 | 9 | # Valid values: 10 | # LOG 11 | # NOTIFICATION 12 | # WARNING_SCREEN 13 | # CRASH 14 | S:scheduledTaskproblemAction=NOTIFICATION 15 | } 16 | 17 | 18 | fixes { 19 | B:bugFixes=true 20 | B:crashFixes=true 21 | B:modSupport=true 22 | B:profiler=true 23 | B:textureFixes=true 24 | } 25 | 26 | 27 | -------------------------------------------------------------------------------- /config/vanillafix/config_version: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/book.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "匠魂空岛手册", 3 | "landing_text": "全新的空岛玩法!使用匠魂工具及材料特性,而不是传统无中生有", 4 | "version": 5 5 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/categories/items.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "物品与配方", 3 | "description": "添加的物品以及配方", 4 | "icon": "contenttweaker:aquamarine" 5 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/categories/materials.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "匠魂材料", 3 | "description": "添加的匠魂材料", 4 | "icon": "contenttweaker:plant_matter" 5 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/categories/tools.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "实用工具", 3 | "description": "由Tinkers Skyblock提供的实用工具!", 4 | "icon": "tconstruct:wooden_hopper" 5 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/categories/traits.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "匠魂材料特性", 3 | "description": "添加的匠魂材料特性", 4 | "icon": "contenttweaker:orement" 5 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/aqu.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "海蓝宝石", 3 | "icon": "contenttweaker:aquamarine", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "用于制作$(l:cobalt_aqu)钴强化海蓝宝石$(/l)" 9 | }, 10 | { 11 | "type": "crafting", 12 | "recipe": "crafttweaker:aquamarine" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/clay_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "粘土浸渍树苗", 3 | "icon": "contenttweaker:clay_sapling", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "制作史莱姆树苗的中间体,将10份(1440mB)量的熔融粘土在浇筑台上浇筑任意树苗获得。再在晾干架挂10分钟后变成绿色史莱姆树苗" 9 | } 10 | ] 11 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/cobalt_aqu.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "钴强化海蓝宝石", 3 | "icon": "contenttweaker:aquamarinec", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "contenttweaker:aquamarinec", 9 | "text": "只用作匠魂材料,$(l:cobalt_aqu_material)点此跳转。$(/l)" 10 | }, 11 | { 12 | "type": "text", 13 | "text": "1锭量(144mB)的熔融钴在浇筑台上浇筑$(l:aqu)海蓝宝石$(/l)而得。" 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/cobalt_aqu_material.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "钴强化海蓝宝石材料", 3 | "icon": "contenttweaker:aquamarinec", 4 | "category": "materials", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "contenttweaker:aquamarinec", 9 | "text": "$(l:cobalt_aqu)钴强化海蓝宝石$(/l)匠魂材料,可在部件加工台上直接制作部件。" 10 | }, 11 | { 12 | "type": "text", 13 | "text": "作为工具顶端 $(br2)$(li)耐久:599$(li)挖掘等级:黑曜石$(li)挖掘速度:4$(li)攻击力:3.2$(li)具有特性:$(l:gem)宝石校准$(/l)" 14 | }, 15 | { 16 | "type": "text", 17 | "text": "作为工具手柄 $(br2)$(li)手柄系数:0.75$(li)耐久:150$(li)具有特性:轻便、喜水" 18 | }, 19 | { 20 | "type": "text", 21 | "text": "作为工具其他部件(如绑定节)$(br2)$(li)耐久:28$(li)具有特性:$(l:gem)宝石校准$(/l)" 22 | } 23 | ] 24 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "宝石校准", 3 | "category": "traits", 4 | "icon": "contenttweaker:aquamarinec", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "将$(l:cobalt_aqu_material)钴强化海蓝宝石$(/l)作为工具顶端或绑定节,工具将有此属性。" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "使用该工具挖掘石头掉落以下物品及概率$(br2)$(li)18% 红石$(li)8% 荧石粉$(li)6% 青金石$(li)6% 赛特斯石英$(li)1% 钻石$(li)1% 绿宝石$(li)9% 基岩粉$(li)1% 陨石粉" 13 | }, 14 | { 15 | "type": "text", 16 | "text": "宝石校准与时运兼容。时运I掉落矿几率提升10%,II级为30%,III为50%。" 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/grass_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "草籽", 3 | "icon": "contenttweaker:grass_seed", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "手持草籽右键泥土,将其变为$(4)草方块$()" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "$(l:vibrant)点我跳转至获取途径$(/l)" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/infinity.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "无限", 3 | "icon": "mekanism:basicblock:2", 4 | "category": "traits", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "无限属性允许你消耗较少的强化槽获得不毁" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "使用10个mek的$(c)强化黑曜石$(),达到无限II即可达到不毁。$(br)一级为30%几率不消耗耐久。" 13 | }, 14 | { 15 | "type": "text", 16 | "text": "但是无限II的工具扔到EIO种植站还会掉耐久。可以在18/18无限II上再次升级到无限III。$(br)见右页的合成,屏障处为占位符,鼠标悬停查看详细信息。" 17 | }, 18 | { 19 | "type": "crafting", 20 | "recipe": "crafttweaker:show_infinity_three" 21 | } 22 | ] 23 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/melt_tools.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "熔化工具", 3 | "icon": "contenttweaker:wheat_melt", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "手持熔化工具持续右键(其实长按就成,你非要用鼠标宏也行)圆石可将其转换为熔岩。$(br)小麦熔化工具:前期用,需要右键50次,一次性使用。$(br)烈焰熔化工具:比较昂贵,右键10次即可,更高效。而且可以使用120次。" 9 | }, 10 | { 11 | "type": "crafting", 12 | "recipe": "crafttweaker:wheat_melt", 13 | "recipe2": "crafttweaker:blaze_melt" 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/moist.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "湿润", 3 | "category": "traits", 4 | "icon": "contenttweaker:plant_matter", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "将$(l:plant_matter_material)自然物质$(/l)作为工具顶端,工具将有此属性。" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "有此属性的工具挖掘沙子将掉落粘土块,挖掘$(l:quartz)下界石英矿石$(/l)将掉落海晶碎片,50%掉落海晶砂粒。(挖掘下界石英矿石,挖掘等级会不够,可以用磨制工具加上1个$(c)燧石$()在工具组装台上升级工具挖掘等级。详见匠魂宝典)" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/nether_essential.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "下界精华", 3 | "icon": "contenttweaker:nether_ingot", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "冶炼炉合金铁粒:$(l:soul)灵魂沙$(/l):血(以腐肉计算):下界精华 = 4:1:4:4" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "下界精华可以用于制作$(4)地狱岩$()、$(4)烈焰棒$()、$(4)地狱疣$()、$(4)熔岩史莱姆树苗$()和$(4)恶魂之泪$()。" 13 | }, 14 | { 15 | "type": "text", 16 | "text": "下界精华锭在后期可用合金炉快速制作。" 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/obgold.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "黑曜石金", 3 | "icon": "contenttweaker:gildediron", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "contenttweaker:gildediron", 9 | "text": "$(br)只用作匠魂材料,$(l:obgold_material)点此跳转。$(/l)" 10 | }, 11 | { 12 | "type": "text", 13 | "text": "由匠魂炉中$(l:obsidian)黑曜石$(/l):金 = 1:1合金而得" 14 | }, 15 | { 16 | "type": "text", 17 | "text": "$(l)你知道吗$()$(br2)$(li)黑曜石金只有锭的形式,没有粒和块$(li)黑曜石金锭的物品ID是镀金铁的意思。" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/obgold_material.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "黑曜石金材料", 3 | "icon": "contenttweaker:gildediron", 4 | "category": "materials", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "contenttweaker:gildediron", 9 | "text": "$(l:obgold)黑曜石金$(/l)匠魂材料,需要使用熔融黑曜石金浇筑部件。" 10 | }, 11 | { 12 | "type": "text", 13 | "text": "作为工具顶端 $(br2)$(li)耐久:198$(li)挖掘等级:钻石$(li)挖掘速度:8$(li)攻击力:3.4$(li)具有特性:$(l:soul)摄魂$(/l)" 14 | }, 15 | { 16 | "type": "text", 17 | "text": "作为工具手柄 $(br2)$(li)手柄系数:0.85$(li)耐久:80$(li)具有特性:磁力" 18 | }, 19 | { 20 | "type": "text", 21 | "text": "作为工具其他部件(如绑定节)$(br2)$(li)耐久:40$(li)具有特性:磁力" 22 | } 23 | ] 24 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/obsidian.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "黑曜石", 3 | "category": "items", 4 | "icon": "minecraft:obsidian", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "minecraft:obsidian", 9 | "text": "由水和岩浆混合而成的坚硬岩石。" 10 | }, 11 | { 12 | "type": "text", 13 | "text": "前期可用水桶和熔岩桶右键$(c)冶炼炉排液口$()(不是浇筑口!)来向冶炼炉倒水和熔岩。水和熔岩可以在冶炼炉里变成熔融黑曜石。" 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/orement.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "探矿", 3 | "category": "traits", 4 | "icon": "contenttweaker:orement", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "用$(l:orement_item)探矿者水晶$(/l)给工具强化,工具将有此属性。使用10个探矿者水晶可将探矿属性升至II级" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "使用该工具挖掘沙砾掉落以下矿物碎片及概率$(br2)$(li)20% 铁$(li)12% 金$(li)17.5% 铜$(li)14.5% 锡$(li)12% 铝$(li)12% 铅$(li)12.5% 银$(li)14% 镍$(li)13% 锇$(li)1% 黄铀$(li)0.8% 铂$(li)0.5% 铱" 13 | }, 14 | { 15 | "type": "text", 16 | "text": "使用该工具挖掘地狱岩掉落以下矿物碎片及概率$(br2)$(li)20% 钴$(li)14% 阿迪特" 17 | }, 18 | { 19 | "type": "text", 20 | "text": "四个矿物碎片可以合成对应原矿。" 21 | }, 22 | { 23 | "type": "crafting", 24 | "recipe": "crafttweaker:piece_to_ore_iron", 25 | "recipe2": "crafttweaker:piece_to_ore_gold" 26 | }, 27 | { 28 | "type": "text", 29 | "text": "探矿II级可以使用压缩沙砾和压缩地狱岩,但产量只相当于沙砾、地狱岩的7倍。" 30 | }, 31 | { 32 | "type": "text", 33 | "text": "探矿与时运兼容。时运I掉落矿几率提升10%,II级为30%,III为50%。但是探矿挖沙砾,掉落矿物的事件在挖沙砾不出燧石还是沙砾时才触发。而原版时运会加大挖沙砾掉燧石的几率。所以挖沙砾I级实际为降低为94.6%,II级降低为97.5%,III级就只出燧石不出矿了。为了避免这种情况,你需要升级为探矿II挖掘压缩沙砾。" 34 | } 35 | ] 36 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/orement_item.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "探矿者水晶", 3 | "icon": "contenttweaker:orement", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "给匠魂工具强化,可使其增加$(l:orement)探矿$(/l)属性" 9 | }, 10 | { 11 | "type": "crafting", 12 | "recipe": "crafttweaker:orement" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/petrified.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "石化", 3 | "category": "traits", 4 | "icon": "contenttweaker:gunpower_in_bone", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "将$(l:petrified_item)火药浸渍骨头$(/l)给匠魂工具强化,工具将有此属性。" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "有此属性的工具破坏骨块,将会掉落6个$(4)圆石$(),60%几率掉落$(4)煤炭$()" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/petrified_item.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "火药浸渍骨头", 3 | "icon": "contenttweaker:gunpower_in_bone", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "给匠魂工具强化,可使其增加$(l:petrified)石化$(/l)强化" 9 | }, 10 | { 11 | "type": "crafting", 12 | "recipe": "crafttweaker:gunpowder_bone" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/plant_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "自然物质", 3 | "icon": "contenttweaker:plant_matter", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "contenttweaker:plant_matter", 9 | "text": "这个自然物质不是空岛资源的,它仅仅作为材料,不能当作骨粉使用。$(br)可用作匠魂材料,$(l:plant_matter_material)点此跳转。$(/l)" 10 | }, 11 | { 12 | "type": "crafting", 13 | "recipe": "crafttweaker:plant_matter" 14 | } 15 | ] 16 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/plant_matter_material.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "自然物质材料", 3 | "icon": "contenttweaker:plant_matter", 4 | "category": "materials", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "contenttweaker:plant_matter", 9 | "text": "$(l:plant_matter)自然物质$(/l)匠魂材料,可在部件加工台上直接制作部件。" 10 | }, 11 | { 12 | "type": "text", 13 | "text": "作为工具顶端 $(br2)$(li)耐久:18$(li)挖掘等级:石头$(li)挖掘速度:1.5$(li)攻击力:1 (实际上为0)$(li)具有特性:$(l:moist)湿润$(/l)、$(l:soft)柔软$(/l)" 14 | }, 15 | { 16 | "type": "text", 17 | "text": "作为工具手柄 $(br2)$(li)手柄系数:1.01$(li)耐久:-5$(li)具有特性:生态、$(l:soft)柔软$(/l)" 18 | }, 19 | { 20 | "type": "text", 21 | "text": "作为工具其他部件(如绑定节)$(br2)$(li)耐久:5$(li)具有特性:$(l:vibrant)生机$(/l)、$(l:soft)柔软$(/l)" 22 | } 23 | ] 24 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/quartz.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "石英碎片", 3 | "icon": "contenttweaker:quartz_shard", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "手持其右键地狱岩,将其变成$(4)下界石英矿石$()" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "2块的量的熔融玻璃(冶炼炉烧沙子或玻璃获得)浇筑碎片铸模(目前只能用金质,不能用粘土的)获得石英碎片。" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/rations.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "配给口粮", 3 | "icon": "tinkerskyblock:rations", 4 | "category": "tools", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "tinkerskyblock:rations", 9 | "text": "这个食物只能把你的饱食度恢复至差2个鸡腿,可以在工具组装台上用任意食物恢复。" 10 | } 11 | ] 12 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/recipes.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "配方", 3 | "icon": "minecraft:crafting_table", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "crafting", 8 | "recipe": "crafttweaker:black_quartz", 9 | "recipe2": "crafttweaker:black_quartz1" 10 | }, 11 | { 12 | "type": "crafting", 13 | "recipe": "crafttweaker:envil_drop", 14 | "recipe2": "crafttweaker:tic_food" 15 | }, 16 | { 17 | "type": "text", 18 | "text": "$(l)浇筑盆合成$()$(br2)$(li)2000mB熔岩+陨石粉=陨石$(li)8000mB水+泥土=绿色史莱姆泥土" 19 | }, 20 | { 21 | "type": "text", 22 | "text": "原子再构机可以把木炭转换为煤炭。" 23 | } 24 | ] 25 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/seeds.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "小麦种子", 3 | "icon": "minecraft:wheat_seeds", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "$(l:vibrant)点我跳转$(/l)" 9 | } 10 | ] 11 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/smashment.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "粉碎", 3 | "category": "traits", 4 | "icon": "contenttweaker:smashment", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "将$(l:smashment_item)粉碎强化大板$(/l)给匠魂工具强化,工具将有此属性。使用10个粉碎强化大板可将探矿属性升至II级" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "有此属性的工具就像无中生有的锤子一样。破坏圆石得沙砾,破坏沙砾得沙子。II级可以用压缩圆石和压缩沙砾。" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/smashment_item.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "粉碎强化大板", 3 | "icon": "contenttweaker:smashment", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "给匠魂工具强化,可使其增加$(l:smashment)粉碎$(/l)强化" 9 | }, 10 | { 11 | "type": "crafting", 12 | "recipe": "crafttweaker:smashment" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/soft.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "柔软", 3 | "category": "traits", 4 | "icon": "contenttweaker:plant_matter", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "将$(l:plant_matter_material)自然物质$(/l)作为工具材料,工具将有此属性。" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "有此属性的工具将没有任何伤害。" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/soul.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "摄魂", 3 | "category": "traits", 4 | "icon": "minecraft:soul_sand", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "将$(l:obgold_material)黑曜石金$(/l)作为工具顶端,工具将有此属性。" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "杀死怪物后,若副手拿着沙子,取其中1~4个转换为$(4)灵魂沙$()" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/tic_tools.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "四把工具", 3 | "icon": "tconstruct:pickaxe", 4 | "category": "tools", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "这是由匠魂空岛mod(Tinkers' Skyblock)提供的工具。它们无限耐久,但是只有专一的用途。在这里也做最简单的介绍。可以用/give-skyblock-tools [玩家名称] 指令再次获取。$(br)$(l:https://www.bilibili.com/video/av37763500)943的教程$(/l)" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "$(l)石头克星$()$(br2)这是把只能破坏石质方块的镐子。但是特殊的是,若你用这把工具是破坏刷石机的圆石时,接下来的圆石会瞬间生成,且挖下的圆石直接进入背包。这将大大加快你的刷石速率。但是,这时与连锁不兼容。" 13 | }, 14 | { 15 | "type": "text", 16 | "text": "$(l)树木克星$()$(br2)一把无限耐久的伐木斧。只能破坏原木的伐木斧,木板也不能破坏,仅此而已。" 17 | }, 18 | { 19 | "type": "text", 20 | "text": "$(l)树叶克星$()$(br2)可以破坏5×5×5范围(不包括该范围的四角)的树叶的镰刀。不能用来干其他事情。$(br)Bug:当树叶克星升级后,它就不能破坏树叶了。" 21 | }, 22 | { 23 | "type": "text", 24 | "text": "$(l)私人空间守卫锅$()$(br2)没有任何伤害的武器,但是有击退X附魔,可以轻易地把你的敌人打落虚空。" 25 | } 26 | ] 27 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/vibrant.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "生机", 3 | "category": "traits", 4 | "icon": "contenttweaker:plant_matter", 5 | "pages": [ 6 | { 7 | "type": "text", 8 | "text": "将$(l:plant_matter_material)自然物质$(/l)作为工具绑定节,工具将有此属性。" 9 | }, 10 | { 11 | "type": "text", 12 | "text": "使用该工具挖掘方块有几率额外掉落以下种子$(br2)$(li)$(l)5% 小麦种子$()$(li)3% $(l:grass_seed)草籽$(/l)$(li)2% 甘蔗$(li)0.5% 南瓜种子$(li)0.5% 西瓜种子$(li)0.3% 可可豆$(li)0.2% 仙人掌" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/wither_skull.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "凋灵骷髅头", 3 | "icon": "minecraft:skull:1", 4 | "category": "items", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "minecraft:skull:1", 9 | "text": "普通骷髅在被玩家杀死后有1.5%几率掉落凋灵骷髅头。你可以使用$(c)玩家陷阱$()或$(c)钻石锥刺方块$()自动杀怪(会掉落只有玩家击杀才会掉落的物品)。" 10 | } 11 | ] 12 | } -------------------------------------------------------------------------------- /patchouli_books/tinkers_skyisland/en_us/entries/wooden_hopper.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "木漏斗", 3 | "icon": "tconstruct:wooden_hopper", 4 | "category": "tools", 5 | "pages": [ 6 | { 7 | "type": "spotlight", 8 | "item": "tconstruct:wooden_hopper", 9 | "text": "更慢,更便宜的漏斗替代物。内部仅有一格的缓存空间。" 10 | }, 11 | { 12 | "type": "crafting", 13 | "recipe": "tconstruct:gadgets/wooden_hopper" 14 | }, 15 | { 16 | "type": "text", 17 | "text": "$(l)你知道吗?$()$(br2)木漏斗原来是匠魂空岛(Tinkers Skyblock)模组的内容,后来被移到匠魂本体中。" 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /resources/contenttweaker/blockstates/compressed_skystone.json: -------------------------------------------------------------------------------- 1 | { 2 | "forge_marker": 1, 3 | "defaults": { 4 | "textures": { 5 | "texture": "contenttweaker:blocks/compressed_skystone", 6 | "particle": "contenttweaker:blocks/compressed_skystone" 7 | }, 8 | "model": "base:storage", 9 | "uvlock": true, 10 | "transform": "forge:default-block" 11 | }, 12 | "variants": { 13 | "normal": [{}], 14 | "inventory": [{}] 15 | } 16 | } -------------------------------------------------------------------------------- /resources/contenttweaker/blockstates/compressed_skystone_crushed.json: -------------------------------------------------------------------------------- 1 | { 2 | "forge_marker": 1, 3 | "defaults": { 4 | "textures": { 5 | "texture": "contenttweaker:blocks/compressed_skystone_crushed", 6 | "particle": "contenttweaker:blocks/compressed_skystone_crushed" 7 | }, 8 | "model": "base:storage", 9 | "uvlock": true, 10 | "transform": "forge:default-block" 11 | }, 12 | "variants": { 13 | "normal": [{}], 14 | "inventory": [{}] 15 | } 16 | } -------------------------------------------------------------------------------- /resources/contenttweaker/blockstates/nether_essential.json: -------------------------------------------------------------------------------- 1 | { 2 | "forge_marker": 1, 3 | "defaults": { 4 | "model": "forge:fluid", 5 | "custom": { 6 | "fluid": "nether_essential" 7 | } 8 | }, 9 | "variants": { 10 | "normal": [{}] 11 | } 12 | } -------------------------------------------------------------------------------- /resources/contenttweaker/blockstates/obsidiangold.json: -------------------------------------------------------------------------------- 1 | { 2 | "forge_marker": 1, 3 | "defaults": { 4 | "model": "forge:fluid", 5 | "custom": { 6 | "fluid": "obsidiangold" 7 | } 8 | }, 9 | "variants": { 10 | "normal": [{}] 11 | } 12 | } -------------------------------------------------------------------------------- /resources/contenttweaker/blockstates/soulsand.json: -------------------------------------------------------------------------------- 1 | { 2 | "forge_marker": 1, 3 | "defaults": { 4 | "model": "forge:fluid", 5 | "custom": { 6 | "fluid": "soulsand" 7 | } 8 | }, 9 | "variants": { 10 | "normal": [{}] 11 | } 12 | } -------------------------------------------------------------------------------- /resources/contenttweaker/blockstates/xu_frame.json: -------------------------------------------------------------------------------- 1 | { 2 | "forge_marker": 1, 3 | "defaults": { 4 | "textures": { 5 | "top": "contenttweaker:blocks/machine_base", 6 | "bottom": "contenttweaker:blocks/machine_base_bottom", 7 | "side": "contenttweaker:blocks/machine_base_side" 8 | }, 9 | "model": "minecraft:cube_bottom_top", 10 | "transform": "forge:default-block" 11 | }, 12 | "variants": { 13 | "normal": [{}], 14 | "inventory": [{}] 15 | } 16 | } -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/aluminium_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/aquamarine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/aquamarine" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/aquamarinec.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/aquamarinec" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/ardite_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/blaze_melt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/blaze_melt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/clay_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/clay_sapling" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/cobalt_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/compressed_sticks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/compressed_sticks" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/copper_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/forestbat.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/forestbat" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/gildediron.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/gildediron" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/gold_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/grass_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/grass_seed" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/gunpower_in_bone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/gunpower_in_bone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/iridium_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/iron_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/lead_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/nether_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/nether_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/nickel_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/orement.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/orement" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/osmism_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/osmium_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/plant_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/plant_matter" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/platinum_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/quartz_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/quartz_shard" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/silver_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/smashment.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/smashment" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/soul_mixture.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/soul_mixture" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/tin_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/tiny_coal_coke.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/tiny_coal_coke" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/wheat_melt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/wheat_melt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/models/item/yellorium_piece.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "contenttweaker:items/piece" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /resources/contenttweaker/textures/blocks/compressed_skystone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/blocks/compressed_skystone.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/blocks/compressed_skystone_crushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/blocks/compressed_skystone_crushed.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/blocks/machine_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/blocks/machine_base.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/blocks/machine_base_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/blocks/machine_base_bottom.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/blocks/machine_base_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/blocks/machine_base_side.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/aquamarine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/aquamarine.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/aquamarinec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/aquamarinec.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/blaze_melt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/blaze_melt.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/clay_sapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/clay_sapling.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/compressed_sticks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/compressed_sticks.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/forestbat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/forestbat.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/gildediron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/gildediron.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/grass_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/grass_seed.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/gunpower_in_bone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/gunpower_in_bone.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/nether_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/nether_ingot.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/orement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/orement.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/piece.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/plant_matter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/plant_matter.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/quartz_shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/quartz_shard.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/smashment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/smashment.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/soul_mixture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/soul_mixture.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/soulwand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/soulwand.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/tiny_coal_coke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/tiny_coal_coke.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/wheat_melt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/wheat_melt.png -------------------------------------------------------------------------------- /resources/contenttweaker/textures/items/wither_ender_pearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/contenttweaker/textures/items/wither_ender_pearl.png -------------------------------------------------------------------------------- /resources/justthetips/texts/tips.txt: -------------------------------------------------------------------------------- 1 | 热力的硬化玻璃是最便宜的可以防止凋灵破坏的方块 2 | 向量板大法好 3 | 使用/forge tps或/cofh tps查看当前世界TPS,正常为20 4 | 使用/bq_admin default load加载任务(For OP) 5 | 使用/bq_admin complete 任务ID 强制完成某一任务(For OP) 6 | 若某种液体/气体无桶装形式,可用装有其的任意容器进行过滤标记 7 | 使用气体升级降低mek机器气体消耗量 8 | 纸箱为方便又imba的移动方块的工具 9 | 本整合有更好的建筑之杖mod,JEI搜索@better查看 10 | 不需要ME控制器也能做个极小的AE网络 11 | 热力机器配置中按住Shift点击正面可取消所有侧面配置 12 | 雪傀儡+ME破坏面板=无限雪球(注意雪傀儡刷雪的条件) 13 | 下半砖上不刷怪 14 | 善用使用者 15 | 想要游戏崩溃么,那就长按F3+C吧 16 | 耐酸铝等材料提供的环球旅行者特性可使掉落物直接传送到一个箱子里 17 | 压缩抽屉可以压缩矿物碎片 18 | 对着一个物品按T键后,有该物品的箱子会产生白色颗粒效果 19 | 可以用桶右击冶炼炉排液口往冶炼炉里倒流体 -------------------------------------------------------------------------------- /resources/mekatweaker/blockstates/fluids.json: -------------------------------------------------------------------------------- 1 | { 2 | "forge_marker": 1, 3 | "variants": { 4 | "example_fluid": { 5 | "model": "forge:fluid", 6 | "custom": { "fluid": "example_fluid" } 7 | }, 8 | "example_fluid_2": { 9 | "model": "forge:fluid", 10 | "custom": { "fluid": "example_fluid_2" } 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /resources/mekatweaker/lang/en_us.lang: -------------------------------------------------------------------------------- 1 | gas.soul=Soul -------------------------------------------------------------------------------- /resources/mekatweaker/lang/zh_cn.lang: -------------------------------------------------------------------------------- 1 | gas.soul=灵魂 -------------------------------------------------------------------------------- /resources/mekatweaker/textures/blocks/infuse/soul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/mekatweaker/textures/blocks/infuse/soul.png -------------------------------------------------------------------------------- /resources/modpack/gui/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/modpack/gui/background.png -------------------------------------------------------------------------------- /resources/modpack/gui/flying_road.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/modpack/gui/flying_road.png -------------------------------------------------------------------------------- /resources/modpack/gui/texts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friendlyhj/FlyingRoad3/ac6c9a8adeec92686613fb652f2cc97ab2bfdf75/resources/modpack/gui/texts.txt -------------------------------------------------------------------------------- /resources/pack.mcmeta: -------------------------------------------------------------------------------- 1 | {"pack":{"pack_format":3,"description":"B.A.S.E External Resources"}} -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- 1 | # 飞翔之路3的脚本 2 | * 根文件夹下为基本合成修改 3 | * tinkers_skyisland文件夹下为匠魂空岛的魔改脚本 4 | * classes文件夹下为部分youyihjLib的内容。 5 | -------------------------------------------------------------------------------- /scripts/banrename.zs: -------------------------------------------------------------------------------- 1 | #modloaded bathappymod 2 | .addTooltip("\u00A79已ban,请使用匠魂"); 3 | .addTooltip("\u00A79已ban,请使用匠魂"); 4 | .addTooltip("\u00A79已ban,请使用匠魂"); 5 | .addTooltip("\u00A79已ban,请使用匠魂"); 6 | .addTooltip("\u00A79已ban,请使用匠魂"); 7 | .addTooltip("\u00A79已ban,请使用匠魂"); 8 | .addTooltip("\u00A79已ban,请使用匠魂"); 9 | .addTooltip("\u00A79已ban,请使用匠魂"); 10 | .addTooltip("\u00A79已ban,请使用匠魂"); 11 | .addTooltip("\u00A79已ban,请使用匠魂"); 12 | .addTooltip("\u00A79已ban,勿念"); 13 | .addTooltip("\u00A79已ban,勿念"); 14 | .addTooltip("\u00A79已ban,勿念"); 15 | .addTooltip("\u00A79已ban,勿念"); -------------------------------------------------------------------------------- /scripts/classes/init.zs: -------------------------------------------------------------------------------- 1 | #priority 32766 2 | 3 | global youyihjLib as scripts.classes.youyihjLib.youyihjLib = scripts.classes.youyihjLib.getYouyihjLib(); -------------------------------------------------------------------------------- /scripts/classes/youyihjItemStack.zs: -------------------------------------------------------------------------------- 1 | #priority 32767 2 | import crafttweaker.item.IItemStack; 3 | import crafttweaker.item.IIngredient; 4 | import crafttweaker.item.IItemCondition; 5 | import crafttweaker.data.IData; 6 | 7 | 8 | zenClass youyihjItemStack { 9 | var stack as IItemStack = null; 10 | zenConstructor(para as IItemStack) { 11 | stack = para; 12 | } 13 | function setStack(stack as IItemStack) { 14 | this.stack = stack; 15 | } 16 | function onlyEmptyTag() as IItemStack { 17 | return this.stack.only(function(item) { 18 | return (item.tag == {}); 19 | }); 20 | } 21 | function withLore(para as string[]) as IItemStack { 22 | return this.stack.only(function(item) { 23 | val data as string = item.tag.asString(); 24 | var result as bool = true; 25 | for i in para { 26 | if (result) { 27 | result &= data.contains(i); 28 | } else break; 29 | } 30 | return result; 31 | }); 32 | } 33 | } -------------------------------------------------------------------------------- /scripts/desc.zs: -------------------------------------------------------------------------------- 1 | #modloaded bathappymod 2 | mods.jei.JEI.addDescription(,"查询蕴魔秘银块获得更多内容。"); 3 | mods.jei.JEI.addDescription(,"银矿石接触元始魔力后转换为蕴魔秘银矿石。"); 4 | mods.jei.JEI.addDescription(,"银块接触元始魔力后转换为蕴魔秘银块。"); 5 | mods.jei.JEI.addDescription(,"量子采石场虚拟采矿可以获取。"); 6 | 7 | .asBlock().definition.hardness = 3.0f; 8 | .asBlock().definition.hardness = 3.0f; 9 | .asBlock().definition.hardness = 3.0f; 10 | .asBlock().definition.setHarvestLevel("pickaxe", 1); -------------------------------------------------------------------------------- /scripts/fiuld.zs: -------------------------------------------------------------------------------- 1 | mods.tconstruct.Casting.addTableRecipe(, null, , 250, false, 60); 2 | mods.tconstruct.Casting.addTableRecipe(, null, , 250, false, 60); -------------------------------------------------------------------------------- /scripts/recipes.zs: -------------------------------------------------------------------------------- 1 | //This file was created via CT-GUI! Editing it is not advised! 2 | //Don't touch me! 3 | //#Remove 4 | recipes.removeShaped(, [[, , ],[, , ], [, , ]]); 5 | //Don't touch me! 6 | //#Add 7 | recipes.addShaped("essence_to_dragonbreath", * 4, [[, , ],[, , ], [, , ]]); 8 | //File End 9 | -------------------------------------------------------------------------------- /scripts/tinkers_skyisland/config.zs: -------------------------------------------------------------------------------- 1 | #priority 450 2 | #loader contenttweaker 3 | #modloaded bathappymod 4 | //The Config of Tinker's Skyisland 5 | //匠魂空岛的配置文件 6 | 7 | import crafttweaker.item.IItemStack; 8 | 9 | //Ores which can be obtained by Prospector trait 10 | //可以通过探矿特性获取的矿物 11 | static oreList as int[][string] = { 12 | //"name" : [color,chance,isNetherOre] (1 = 1‰) (isNetherOre = 0 means Overworld, 1 means Nether) 13 | "Iron" : [0xBF8040,200,0], 14 | "Gold" : [0xFFFF00,120,0], 15 | "Cobalt" : [0x3333FF,200,1], 16 | "Ardite" : [0xFF751A,140,1], 17 | "Copper" : [0xFF9933,175,0], 18 | "Tin" : [0xE6FFF2,145,0], 19 | "Aluminium" : [0xBFBFBF,120,0], 20 | "Lead" : [0x6779AD,120,0], 21 | "Silver" : [0xF2F2F2,125,0], 22 | "Nickel" : [0xFFFFCC,140,0], 23 | "Osmium" : [0xBBDDFF,130,0], 24 | "Yellorium" : [0xDCF400,10,0], 25 | "Platinum" : [0x69DAF0,8,0], 26 | "Iridium" : [0xC8C6DD,5,0] 27 | }; 28 | 29 | //Ores or Gems which can be obtained by Lapidary Calibration trait 30 | //可以通过宝石刻印校准获取的矿物 31 | static gemList as int[IItemStack] = { 32 | //IItemStack : chance (1 = 1%) 33 | : 18, 34 | : 8, 35 | : 1, 36 | : 1, 37 | : 6, 38 | : 6, 39 | : 9, 40 | : 1 41 | }; -------------------------------------------------------------------------------- /scripts/tinkers_skyisland/mekat.zs: -------------------------------------------------------------------------------- 1 | #loader mekatweaker 2 | #modloaded bathappymod 3 | import mods.mekatweaker.Gas; 4 | import mods.mekatweaker.GasFactory; 5 | 6 | var helium3 = GasFactory.createGas("soul"); 7 | helium3.setIcon("blocks/infuse/soul"); 8 | helium3.register(); --------------------------------------------------------------------------------