From 022c4091fd15b04cd9b5f760aa59df4cf66407ad Mon Sep 17 00:00:00 2001 From: TCreopargh Date: Sat, 3 Oct 2020 17:10:33 +0800 Subject: [PATCH] second commit --- nu-whitelist.txt | 25 ++ options.txt | 364 ++++++++++++++++++ optionsof.txt | 72 ++++ optionsshaders.txt | 19 + .../greedycraft_guide_book/book.json | 9 + .../en_us/categories/difficulty_category.json | 6 + .../en_us/categories/food_category.json | 6 + .../en_us/categories/gamestages_category.json | 6 + .../en_us/categories/guide_category.json | 6 + .../en_us/categories/misc_category.json | 6 + .../categories/quick_start_category.json | 6 + .../en_us/categories/skill_category.json | 6 + .../difficulty/difficulty_factors.json | 11 + .../difficulty/difficulty_introduction.json | 16 + .../en_us/entries/food/food_introduction.json | 21 + .../en_us/entries/food/kitchen.json | 25 ++ .../gamestages/gamestages_hardmode.json | 15 + .../gamestages/gamestages_introduction.json | 13 + .../entries/gamestages/gamestages_list.json | 31 ++ .../guide/guide_first_things_to_do.json | 23 ++ .../entries/guide/guide_hardmode_bosses.json | 107 +++++ .../en_us/entries/guide/guide_stages.json | 126 ++++++ .../en_us/entries/misc/backup.json | 11 + .../en_us/entries/misc/commands.json | 19 + .../en_us/entries/misc/creative_shards.json | 21 + .../en_us/entries/misc/dank_null.json | 15 + .../en_us/entries/misc/harvest_levels.json | 15 + .../en_us/entries/misc/lucky_clover.json | 16 + .../en_us/entries/misc/medals.json | 16 + .../en_us/entries/misc/misc_recipes.json | 160 ++++++++ .../en_us/entries/misc/music.json | 15 + .../en_us/entries/misc/purger.json | 15 + .../en_us/entries/quick_start/excavation.json | 16 + .../en_us/entries/quick_start/keybinds.json | 19 + .../entries/quick_start/performance_tips.json | 13 + .../entries/quick_start/perspective.json | 15 + .../en_us/entries/quick_start/pro_tips.json | 30 ++ .../en_us/entries/quick_start/quests.json | 28 ++ .../en_us/entries/quick_start/teleport.json | 17 + .../en_us/entries/quick_start/welcome.json | 18 + .../entries/skills/skills_introduction.json | 13 + 41 files changed, 1391 insertions(+) create mode 100644 nu-whitelist.txt create mode 100644 options.txt create mode 100644 optionsof.txt create mode 100644 optionsshaders.txt create mode 100644 patchouli_books/greedycraft_guide_book/book.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/categories/difficulty_category.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/categories/food_category.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/categories/gamestages_category.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/categories/guide_category.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/categories/misc_category.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/categories/quick_start_category.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/categories/skill_category.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_factors.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_introduction.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/food/food_introduction.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/food/kitchen.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_hardmode.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_introduction.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_list.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_first_things_to_do.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_hardmode_bosses.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_stages.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/backup.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/commands.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/creative_shards.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/dank_null.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/harvest_levels.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/lucky_clover.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/medals.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/misc_recipes.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/music.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/misc/purger.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/excavation.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/keybinds.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/performance_tips.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/perspective.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/pro_tips.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/quests.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/teleport.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/welcome.json create mode 100644 patchouli_books/greedycraft_guide_book/en_us/entries/skills/skills_introduction.json diff --git a/nu-whitelist.txt b/nu-whitelist.txt new file mode 100644 index 00000000..81e78544 --- /dev/null +++ b/nu-whitelist.txt @@ -0,0 +1,25 @@ +# !!! DONT REMOVE THIS LINE !!! # +minecraft.net +mojang.com +skin.prinzeugen.net +fleey.org +www.skinme.cc +json.tcreopargh.xyz +tcreopargh.xyz +pastebin.com +imgchr.com +imgur.com +mcbbs.net +theprogrammingturkey.com +bilibili.com +littleskin.cn +skinme.cc +namemc.com +mcmyskin.com +minecrack.fr.nf +skin.axdt.net +s3.amazonaws.com +skin.prinzeugen.net +games.glitchless.ru +mcskin.cn +downloader.meitangdehulu.com \ No newline at end of file diff --git a/options.txt b/options.txt new file mode 100644 index 00000000..d29f3f73 --- /dev/null +++ b/options.txt @@ -0,0 +1,364 @@ +version:1343 +invertYMouse:false +mouseSensitivity:0.5 +fov:0.0 +gamma:0.30985916 +saturation:0.0 +renderDistance:8 +guiScale:0 +particles:1 +bobView:false +anaglyph3d:false +maxFps:260 +fboEnable:true +difficulty:3 +fancyGraphics:true +ao:1 +renderClouds:false +resourcePacks:["Default+Improved+PBR+1.12.zip","Default+Improved+PBR+1.12+-+Biomes+O\u0027+Plenty.zip","Default+Improved+PBR+1.12+-+Quark.zip","Dark+Modern+GUIs+-+1.0.2.zip","Default+Improved+PBR+1.12+Inspirations.zip","Default+Improved+PBR+1.12+Base+Metals_thermalfoundation.zip","Default+Improved+1.12+-+Storage+Drawers+Addon.zip","Default+Improved+1.12+-+Storage+Drawers+Extras+Addon.zip","Minecraft-Mod-Language-Package.zip","GreedyPack.zip","MuteGhasts.zip","greedy_Localization_pack.zip","LetMeSleep_Localization_zh_cn.zip","hardcoreitemstages_tweaks.zip","GreedyColors.zip"] +incompatibleResourcePacks:[] +lastServer: +lang:zh_cn +chatVisibility:0 +chatColors:true +chatLinks:true +chatLinksPrompt:true +chatOpacity:1.0 +snooperEnabled:true +fullscreen:true +enableVsync:false +useVbo:true +hideServerAddress:false +advancedItemTooltips:true +pauseOnLostFocus:true +touchscreen:false +overrideWidth:0 +overrideHeight:0 +heldItemTooltips:true +chatHeightFocused:1.0 +chatHeightUnfocused:0.44366196 +chatScale:1.0 +chatWidth:1.0 +mipmapLevels:4 +forceUnicodeFont:false +reducedDebugInfo:false +useNativeTransport:true +entityShadows:true +mainHand:right +attackIndicator:1 +showSubtitles:false +realmsNotifications:true +enableWeakAttacks:false +autoJump:false +narrator:0 +tutorialStep:none +key_key.attack:-100 +key_key.use:-99 +key_key.forward:17 +key_key.left:30 +key_key.back:31 +key_key.right:32 +key_key.jump:57 +key_key.sneak:42 +key_key.sprint:29 +key_key.drop:181 +key_key.inventory:18 +key_key.chat:20 +key_key.playerlist:15 +key_key.pickItem:-98 +key_key.command:53 +key_key.screenshot:60 +key_key.togglePerspective:63 +key_key.smoothCamera:88 +key_key.fullscreen:87 +key_key.spectatorOutlines:0 +key_key.swapHands:33 +key_key.saveToolbarActivator:0 +key_key.loadToolbarActivator:0 +key_key.advancements:0 +key_key.hotbar.1:2 +key_key.hotbar.2:3 +key_key.hotbar.3:4 +key_key.hotbar.4:5 +key_key.hotbar.5:6 +key_key.hotbar.6:7 +key_key.hotbar.7:8 +key_key.hotbar.8:9 +key_key.hotbar.9:10 +key_of.key.zoom:46 +key_Change Caster Focus:0 +key_Misc Caster Toggle:0 +key_quark.keybind.dropoff:0 +key_quark.keybind.changeHotbar:184 +key_quark.keybind.lockBuilding:0 +key_quark.emote.no:0 +key_quark.emote.yes:0 +key_quark.emote.wave:0 +key_quark.emote.salute:0 +key_quark.emote.cheer:0 +key_quark.emote.clap:0 +key_quark.emote.think:0 +key_quark.emote.point:0 +key_quark.emote.shrug:0 +key_quark.emote.headbang:0 +key_quark.emote.weep:0 +key_quark.emote.facepalm:0 +key_quark.emote.dance:0 +key_quark.emote.tpose:0 +key_quark.emote.dab:0 +key_quark.emote.jet:0 +key_quark.emote.exorcist:0 +key_quark.emote.zombie:0 +key_quark.keybind.toggleAutojump:0 +key_keybind.baublesinventory:18:ALT +key_pe.key.armor_toggle:45:ALT +key_pe.key.charge:47:ALT +key_pe.key.extra_function:45:ALT +key_pe.key.fire_projectile:33:ALT +key_pe.key.mode:34:ALT +key_key.toggle_shaders:0 +key_key.ftbutilities.nbt:49:ALT +key_key.ftbutilities.trash:211 +key_key.ftbquests.quests:0 +key_key.ftbguides.guide:0 +key_key.fart.desc:78 +key_key.toastcontrol.clear:0 +key_key.findme.search:21 +key_key.conarm.toggle_helm.desc:0 +key_key.conarm.toggle_chest.desc:35 +key_key.conarm.toggle_leg.desc:0 +key_Options.Reload:25:ALT +key_Force Play:13:ALT +key_Options.Shortcut1:0 +key_Options.Shortcut2:0 +key_Options.Shortcut3:0 +key_Options.Shortcut4:0 +key_Options.Shortcut5:0 +key_Options.Ocarina1:200 +key_Options.Ocarina2:208 +key_Options.Ocarina3:205 +key_Options.Ocarina4:203 +key_Options.Ocarina5:157 +key_openblocks.keybind.vario_switch:47 +key_openblocks.keybind.vario_vol_up:0 +key_openblocks.keybind.vario_vol_down:0 +key_oreexcavation.key.excavate:41 +key_key.open_menu:19 +key_Difficulty Meter - Show:49 +key_Difficulty Meter - Show Always:0 +key_key.next_item.desc:0 +key_key.previous_item.desc:0 +key_key.open_danknull.desc:40 +key_key.togglehud.desc:0 +key_key.open_wct.desc:55 +key_key.cycle_magnet_mode.desc:79 +key_key.open_wft.desc:0 +key_key.open_wit.desc:0 +key_key.xu2.searchforitems:0 +key_key.ironbackpacks.equip:23:ALT +key_key.ironbackpacks.open:23 +key_key.betterfoliage.gui:66 +key_ChatFlow:68 +key_key.staff_mode.desc:77 +key_key.use_cage.desc:0 +key_key.configurator_mode.desc:0 +key_key.configurator_filter.desc:0 +key_key.configurator_path.desc:0 +key_keybind.hammercorerenderstack:77 +key_key.toggleFoVChanges:51:SHIFT +key_key.reloadSoundSystem:0 +key_key.toggleTimeOfDayOverlay:0 +key_key.togglePotionParticles:0 +key_Camera left:203 +key_Camera right:205 +key_Camera closer:200 +key_Camera farther:208 +key_Swap shoulder:43 +key_key.hooked.fire:16 +key_hiddenarmor.key.disableHiddenArmor:0 +key_dshuds.keybind.SelectionBox:37:ALT +key_dshuds.keybind.LightLevel:38:ALT +key_dshuds.keybind.ChunkBorders:36:ALT +key_key.infinity_armor.noclip:40 +key_key.pickup.item:0 +key_key.dismount:42 +key_key.narrator:0 +key_smoothfont.key.guiOpen:67 +key_key.toggle_focus.desc:0 +key_key.jei.toggleOverlay:24:CONTROL +key_key.jei.focusSearch:33:CONTROL +key_key.jei.toggleCheatMode:0 +key_key.jei.toggleEditMode:0 +key_key.jei.showRecipe:25 +key_key.jei.showUses:22 +key_key.jei.recipeBack:14 +key_key.jei.previousPage:201 +key_key.jei.nextPage:209 +key_key.jei.bookmark:48 +key_key.jei.toggleBookmarkOverlay:0 +key_mod.chiselsandbits.chiselmode.single:0 +key_mod.chiselsandbits.chiselmode.snap2:0 +key_mod.chiselsandbits.chiselmode.snap4:0 +key_mod.chiselsandbits.chiselmode.snap8:0 +key_mod.chiselsandbits.chiselmode.line:0 +key_mod.chiselsandbits.chiselmode.plane:0 +key_mod.chiselsandbits.chiselmode.connected_plane:0 +key_mod.chiselsandbits.chiselmode.cube_small:0 +key_mod.chiselsandbits.chiselmode.cube_medium:0 +key_mod.chiselsandbits.chiselmode.cube_large:0 +key_mod.chiselsandbits.chiselmode.same_material:0 +key_mod.chiselsandbits.chiselmode.drawn_region:0 +key_mod.chiselsandbits.chiselmode.connected_material:0 +key_mod.chiselsandbits.positivepatternmode.replace:0 +key_mod.chiselsandbits.positivepatternmode.additive:0 +key_mod.chiselsandbits.positivepatternmode.placement:0 +key_mod.chiselsandbits.positivepatternmode.impose:0 +key_mod.chiselsandbits.tapemeasure.bit:0 +key_mod.chiselsandbits.tapemeasure.block:0 +key_mod.chiselsandbits.tapemeasure.distance:0 +key_mod.chiselsandbits.other.mode:56 +key_mod.chiselsandbits.other.rotate.ccw:0 +key_mod.chiselsandbits.other.rotate.cw:0 +key_mod.chiselsandbits.other.pickbit:0 +key_mod.chiselsandbits.other.offgrid:0 +key_mod.chiselsandbits.other.undo:0 +key_mod.chiselsandbits.other.redo:0 +key_mod.chiselsandbits.other.add_to_clipboard:0 +key_key.cofh.multimode:41 +key_key.placeItem:0 +key_key.toolConfig:0 +key_key.toolProfileChange:26:ALT +key_key.armorProfileChange:27:ALT +key_key.toggleFlight:0 +key_key.toggleDislocator:0 +key_key.cycleDigAOE:0 +key_key.cycleAttackAOE:0 +key_key.toggleShields:0 +key_key.keyExtraInvo:73 +key_key.keyWheel:72 +key_key.keyExtraCraftin:71 +key_mekanism.key.mode:50:ALT +key_mekanism.key.armorMode:34:ALT +key_mekanism.key.feetMode:35 +key_mekanism.key.voice:22 +key_FpsReducer.key.guiOpen:207 +key_FpsReducer.key.forceIdle:197 +key_nei.options.keys.gui.botania_corporea_request:0 +key_jecalculation.key.gui_craft:0:ALT +key_jecalculation.key.gui_math:47:ALT +key_key.porterNextDestination:0 +key_key.porterPrevDestination:0 +key_key.debugDumpNBTItem:0 +key_key.debugDumpNBTBlock:0 +key_key.plustic_release_entity.desc:0 +key_key.plustic_toggle_gui.desc:52:ALT +key_key.plustic_set_portal.desc:210 +key_key.plustic_brown_magic.desc:199 +key_key.plustic_toggle_tool.desc:0 +key_key.plustic_fruit_salad.desc:12:ALT +key_key.plustic_mots.desc:13:ALT +key_key.toggleLiquids:83 +key_key.toggleVisible:83:ALT +key_keybinding.extrabitmanipulation.design:75:ALT +key_keybinding.extrabitmanipulation.throw.bit:39 +key_keybinding.extrabitmanipulation.throw.bit.bitbag:39 +key_keybinding.extrabitmanipulation.chiseledarmor:39:ALT +key_keybinding.extrabitmanipulation.chiseledarmor.slots:39 +key_keybinding.extrabitmanipulation.bitmapping:39:CONTROL +key_keybinding.extrabitmanipulation.shift:76:ALT +key_keybinding.extrabitmanipulation.control:77:ALT +key_keybinding.extrabitmanipulation.alt:45 +key_key.taiga.alt_action:16:ALT +key_Options Gui:64 +key_key.trashslot.toggle:0 +key_key.trashslot.delete:211 +key_key.trashslot.deleteAll:211:SHIFT +key_Reputation GUI:62 +key_key.craftingtweaks.rotate:0 +key_key.craftingtweaks.rotate_counter_clockwise:0 +key_key.craftingtweaks.balance:0 +key_key.craftingtweaks.spread:0 +key_key.craftingtweaks.clear:0 +key_key.craftingtweaks.force_clear:0 +key_key.craftingtweaks.toggleButtons:0 +key_key.craftingtweaks.compressOne:37:CONTROL +key_key.craftingtweaks.compressStack:37 +key_key.craftingtweaks.compressAll:37:SHIFT +key_key.craftingtweaks.decompressOne:0 +key_key.craftingtweaks.decompressStack:0 +key_key.craftingtweaks.decompressAll:0 +key_key.craftingtweaks.refill_last:15 +key_key.craftingtweaks.refill_last_stack:15 +key_Mo' Bends Menu:74 +key_Refresh Animations:0 +key_key.projectex.focusSearchBar:15 +key_binniecore.key.hold.for.help.tooltips:0 +key_key.sakura.sheath_in:47 +key_key.categories.naming:49:ALT +key_invtweaks.key.sort:19 +key_key.arms.desc:0 +key_key.mod.desc:65 +key_key.head.desc:0 +key_key.inventoryhud.toggle:76 +key_key.inventoryhud.openconfig:23:CONTROL +key_key.colytra.toggle.desc:34:CONTROL +key_key.options:24 +key_key.overload:0 +key_打开背包:37 +key_key.journeymap.zoom_in:13:ALT +key_key.journeymap.zoom_out:12:ALT +key_key.journeymap.minimap_type:44 +key_key.journeymap.minimap_preset:0 +key_key.journeymap.create_waypoint:48:CONTROL +key_key.journeymap.toggle_waypoints:0 +key_key.journeymap.fullscreen_create_waypoint:48:CONTROL +key_key.journeymap.fullscreen_chat_position:20:ALT +key_key.journeymap.map_toggle_alt:50 +key_key.journeymap.fullscreen_waypoints:48 +key_key.journeymap.minimap_toggle_alt:0 +key_key.journeymap.fullscreen_options:24:ALT +key_key.journeymap.fullscreen.north:200 +key_key.journeymap.fullscreen.south:208 +key_key.journeymap.fullscreen.east:205 +key_key.journeymap.fullscreen.west:203 +key_oeshapeselector.key:41:ALT +key_enderio.keybind.inventory:0 +key_enderio.keybind.dsu:0 +key_enderio.keybind.glidertoggle:0 +key_enderio.keybind.soundlocator:0 +key_enderio.keybind.nightvision:0 +key_enderio.keybind.gogglesofrevealing:0 +key_enderio.keybind.stepassist:0 +key_enderio.keybind.speed:0 +key_enderio.keybind.jump:0 +key_enderio.keybind.top:0 +key_enderio.keybind.tnt:0 +key_enderio.keybind.yetawrenchmode:0 +key_enderio.keybind.magnet:0 +key_enderio.keybind.fovreset:0 +key_enderio.keybind.fovunreset:0 +key_enderio.keybind.fovstore:0 +key_enderio.keybind.fovrecall:0 +key_enderio.keybind.fovplus:0 +key_enderio.keybind.fovminus:0 +key_enderio.keybind.fovplusfast:0 +key_enderio.keybind.fovminusfast:0 +soundCategory_master:1.0 +soundCategory_music:0.80985916 +soundCategory_record:1.0 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +soundCategory_ds_footsteps:0.5 +soundCategory_ds_biome:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/optionsof.txt b/optionsof.txt new file mode 100644 index 00000000..8522ee3f --- /dev/null +++ b/optionsof.txt @@ -0,0 +1,72 @@ +ofFogType:3 +ofFogStart:0.8 +ofMipmapType:0 +ofOcclusionFancy:false +ofSmoothFps:false +ofSmoothWorld:true +ofAoLevel:1.0 +ofClouds:3 +ofCloudsHeight:0.0 +ofTrees:0 +ofDroppedItems:0 +ofRain:0 +ofAnimatedWater:0 +ofAnimatedLava:0 +ofAnimatedFire:false +ofAnimatedPortal:true +ofAnimatedRedstone:false +ofAnimatedExplosion:true +ofAnimatedFlame:false +ofAnimatedSmoke:true +ofVoidParticles:false +ofWaterParticles:true +ofPortalParticles:false +ofPotionParticles:false +ofFireworkParticles:true +ofDrippingWaterLava:true +ofAnimatedTerrain:false +ofAnimatedTextures:true +ofRainSplash:false +ofLagometer:false +ofShowFps:true +ofAutoSaveTicks:3600 +ofBetterGrass:3 +ofConnectedTextures:2 +ofWeather:true +ofSky:true +ofStars:true +ofSunMoon:true +ofVignette:0 +ofChunkUpdates:1 +ofChunkUpdatesDynamic:true +ofTime:0 +ofClearWater:true +ofAaLevel:0 +ofAfLevel:1 +ofProfiler:false +ofBetterSnow:false +ofSwampColors:true +ofRandomEntities:true +ofSmoothBiomes:true +ofCustomFonts:false +ofCustomColors:true +ofCustomItems:true +ofCustomSky:true +ofShowCapes:true +ofNaturalTextures:false +ofEmissiveTextures:true +ofLazyChunkLoading:false +ofRenderRegions:true +ofSmartAnimations:true +ofDynamicFov:false +ofAlternateBlocks:true +ofDynamicLights:1 +ofScreenshotSize:1 +ofCustomEntityModels:true +ofCustomGuis:true +ofShowGlErrors:false +ofFullscreenMode:Default +ofFastMath:true +ofFastRender:false +ofTranslucentBlocks:0 +key_of.key.zoom:46 diff --git a/optionsshaders.txt b/optionsshaders.txt new file mode 100644 index 00000000..a4efb703 --- /dev/null +++ b/optionsshaders.txt @@ -0,0 +1,19 @@ +#Mon Sep 28 23:11:06 CST 2020 +shaderPack=9(Ĭ, eBSL޸İ9) eComplementaryShaders 3.05.zip +antialiasingLevel=0 +normalMapEnabled=true +specularMapEnabled=true +renderResMul=1.0 +shadowResMul=0.70710677 +handDepthMul=0.125 +cloudShadow=false +oldHandLight=default +oldLighting=default +tweakBlockDamage=false +shadowClipFrustrum=true +TexMinFilB=0 +TexMinFilN=0 +TexMinFilS=0 +TexMagFilB=0 +TexMagFilN=0 +TexMagFilS=0 diff --git a/patchouli_books/greedycraft_guide_book/book.json b/patchouli_books/greedycraft_guide_book/book.json new file mode 100644 index 00000000..0a6a333b --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/book.json @@ -0,0 +1,9 @@ +{ + "name": "§c贪婪整合包 §b§o从入门到精通", + "subtitle": "入门必读的贪婪整合包参考手册", + "landing_text": "$(2)欢迎,$(5)$(playername)$()$(br2)本书为$(#ff80ab)贪婪整合包$()的指导教程,以帮助你快速熟悉整合包内的机制和内容。\n请点击右边的目录以查看。", + "version": 14, + "pause_game": true, + "book_texture": "patchouli:textures/gui/book_red.png", + "model": "additions:greedycraft-guide_book" +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/categories/difficulty_category.json b/patchouli_books/greedycraft_guide_book/en_us/categories/difficulty_category.json new file mode 100644 index 00000000..3844dfe0 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/categories/difficulty_category.json @@ -0,0 +1,6 @@ +{ + "name": "§c难度机制", + "description": "贪婪整合包的难度机制介绍", + "icon": "mysticalagradditions:stuff:1", + "sortnum": 2 +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/categories/food_category.json b/patchouli_books/greedycraft_guide_book/en_us/categories/food_category.json new file mode 100644 index 00000000..dacfc5d5 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/categories/food_category.json @@ -0,0 +1,6 @@ +{ + "name": "§2食物机制", + "description": "关于食物和饥饿度的详解", + "icon": "minecraft:bread", + "sortnum": 3 +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/categories/gamestages_category.json b/patchouli_books/greedycraft_guide_book/en_us/categories/gamestages_category.json new file mode 100644 index 00000000..6548b456 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/categories/gamestages_category.json @@ -0,0 +1,6 @@ +{ + "name": "§3游戏阶段", + "description": "关于游戏阶段机制,以及大体的游戏流程。", + "icon": "additions:greedycraft-passport", + "sortnum": 4 +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/categories/guide_category.json b/patchouli_books/greedycraft_guide_book/en_us/categories/guide_category.json new file mode 100644 index 00000000..560763e6 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/categories/guide_category.json @@ -0,0 +1,6 @@ +{ + "name": "§d教程", + "description": "简单明确的教程,一看就会!", + "icon": "minecraft:iron_sword", + "sortnum": 6 +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/categories/misc_category.json b/patchouli_books/greedycraft_guide_book/en_us/categories/misc_category.json new file mode 100644 index 00000000..00866650 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/categories/misc_category.json @@ -0,0 +1,6 @@ +{ + "name": "§b杂项", + "description": "一些乱七八糟的东西", + "icon": "minecraft:command_block", + "sortnum": 100 +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/categories/quick_start_category.json b/patchouli_books/greedycraft_guide_book/en_us/categories/quick_start_category.json new file mode 100644 index 00000000..1d51166c --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/categories/quick_start_category.json @@ -0,0 +1,6 @@ +{ + "name": "§6快速开始", + "description": "你应该看的第一个章节,关于游戏初期的教程。$(br2)建议重点阅读$(9)带有颜色$()的条目。", + "icon": "minecraft:grass", + "sortnum": 1 +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/categories/skill_category.json b/patchouli_books/greedycraft_guide_book/en_us/categories/skill_category.json new file mode 100644 index 00000000..2020d3a7 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/categories/skill_category.json @@ -0,0 +1,6 @@ +{ + "name": "§9技能", + "description": "关于技能系统", + "icon": "minecraft:iron_chestplate", + "sortnum": 5 +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_factors.json b/patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_factors.json new file mode 100644 index 00000000..56ec9fb8 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_factors.json @@ -0,0 +1,11 @@ +{ + "name": "§5影响难度的因素", + "icon": "minecraft:bed:14", + "category": "patchouli:difficulty_category", + "pages": [ + { + "type": "text", + "text": "$(2)$(l)以下的关键事件会影响你当前的难度:$()$(li)进入暮色森林$(li)进入下界$(li)杀死凋零$(li)使用末影护符$(li)进入$(c)困难模式$()$(li)获得飞龙核心$(li)获得觉醒核心$(li)杀死混沌守卫$(li)获得混沌核心$(li)使用$(6)死亡金币$()开启$(c)超级困难模式$()$(li)获得无尽催化剂" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_introduction.json b/patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_introduction.json new file mode 100644 index 00000000..27e4b6da --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/difficulty/difficulty_introduction.json @@ -0,0 +1,16 @@ +{ + "name": "§c§n难度机制介绍", + "icon": "mysticalagradditions:stuff:1", + "category": "patchouli:difficulty_category", + "priority": "true", + "pages": [ + { + "type": "text", + "text": "难度机制影响怪物的血量和你受到的伤害量,也影响着精英怪的生成几率。难度会随着你所处的游戏阶段发生变化。$(br)在§c下界§r或§5末地§r和部分mod维度时,难度会额外增加一定的数值,当你离开这些维度时难度会恢复正常。" + }, + { + "type": "text", + "text": "难度会影响怪物的血量以及你受到的伤害,并且会§6极大地§r影响怪物的掉落物。在高难度时怪物和Boss掉落的经验、战利品都会大幅增加。关于难度随游戏阶段的影响,请参考下一篇内容。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/food/food_introduction.json b/patchouli_books/greedycraft_guide_book/en_us/entries/food/food_introduction.json new file mode 100644 index 00000000..79beea32 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/food/food_introduction.json @@ -0,0 +1,21 @@ +{ + "name": "§2§n食物机制介绍", + "icon": "minecraft:bread", + "category": "patchouli:food_category", + "priority": "true", + "pages": [ + { + "type": "text", + "text": "§3贪婪整合包对原版食物机制进行了较大改进:§r$(br)吃掉不同种类的食物可以增加§c生命值§r。当你把鼠标放到一个食物上时,如果该食物还没吃过,则会显示\"$(3)$(o)还没吃!尝起来怎么样?$()\"如果该食物已经吃过,则会显示\"$(2)吃下后:帮助你回复生命值$()\"。为了提升生命值,请积极地品尝没吃过地食物,$(7)包括腐肉之类看上去就很难吃的$()。" + }, + { + "type": "text", + "text": "当你的饥饿值越低时,你饥饿值的消耗速度就越慢。$(br)现在饥饿为0时一次扣2滴血,并且会随着难度增加。$(br)头几次吃最近没吃过的食物会有加成,但是$(4)如果你一直吃同一种食物,它所提供的饥饿值就会越来越少$(),并且吃掉它用的时间也会越来越长。你的食物历史记录的长度为$(3)32$(),这表明你在吃掉一种食物后,需要吃掉另外32个食物才能再次获得这种食物的全部饥饿值。$(br)为了方便地存储与食用不同种类的食物,你可以制作一个$(l:food/food_introduction#lunchbox)§9§n午餐盒§r$(/l)。按Shift+右键打开后即可随机食用里面的食物。" + }, + { + "type": "crafting", + "anchor": "lunchbox", + "recipe": "spiceoflife:lunchbox" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/food/kitchen.json b/patchouli_books/greedycraft_guide_book/en_us/entries/food/kitchen.json new file mode 100644 index 00000000..92b55b5c --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/food/kitchen.json @@ -0,0 +1,25 @@ +{ + "name": "多方块厨房", + "icon": "cookingforblockheads:fridge", + "category": "patchouli:food_category", + "pages": [ + { + "type": "text", + "text": "§3多方块厨房§r是一种多方块结构,能够便捷地制作不同种类的食物。本整合包有2000种左右的食物,并且吃不同种类的食物能够提升最大生命值,就让它来开启你的舌尖之旅吧!$(br)你可以在JEI中搜索§5@cookingforblockheads§r来查看多方块厨房的全部内容。$(br2)多方块厨房的使用非常简单,只要将所有方块简单地连接在一起即可。" + }, + { + "type": "text", + "text": "§3冰箱§r用于存储食材,你应该将你获得的所有食材都放在这里。§3烹饪桌§r是多方块厨房的核心组件,用于将食材制成食物或高级食材。§3烤箱§r用于烤熟生的食物,§3水槽§r可提供无限水,§3厨具架§r用于放置厨具,即:在食物配方中需要但不消耗的物品。§3牛奶罐§r用于存储牛奶。在牛奶罐上放一只牛并想方法用铁砧砸死牛就可以获得§3罐中奶牛§r,可以随时间而不断产生牛奶!还有其他的一些装饰方块,你可以自己研究。" + }, + { + "type": "crafting", + "recipe": "cookingforblockheads:fridge", + "recipe2": "cookingforblockheads:oven" + }, + { + "type": "crafting", + "recipe": "cookingforblockheads:cooking_table", + "recipe2": "cookingforblockheads:tool_rack" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_hardmode.json b/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_hardmode.json new file mode 100644 index 00000000..908ea427 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_hardmode.json @@ -0,0 +1,15 @@ +{ + "name": "§c困难模式", + "icon": "additions:greedycraft-death_coin", + "category": "patchouli:gamestages_category", + "pages": [ + { + "type": "text", + "text": "$(4)困难模式$()在玩家首次击败末影龙时开启,会导致怪物的难度大幅提升,世界生成新的矿物并出现新的怪物。同时大量的内容被解锁,包括龙之研究和无尽贪婪的内容。刚开启困难模式时是游戏最难的阶段,而在这一阶段取得进展也非常有成就感。" + }, + { + "type": "text", + "text": "要在困难模式下取得进展,首先你应该$(9)挖矿$()。$(6)匠魂宝典$()的TAIGA篇章能给你关于新生成的矿物的指引,你需要集齐大部分新生成的矿物,把它们丢进冶炼炉,直到做出最终的合金-$(d)精金$(),然后再合金出$(5)聚合矩阵$(),使用聚合矩阵做成的镐挖掘龙矿,直到做出$(5)飞龙金属$(),你的装备才会有质的飞跃。剩下的事情,就是继续龙之研究和开启无尽贪婪了。另外,还可以做出$(5)转化桌$()和$(6)数字型采矿机$(),这对你的发展将会有很大帮助。对于困难模式的Boss,请参阅$(9)$(n)$(l:guide/guide_hardmode_bosses)困难模式Boss$(/l)$()章节。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_introduction.json b/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_introduction.json new file mode 100644 index 00000000..1e0d3621 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_introduction.json @@ -0,0 +1,13 @@ +{ + "name": "§6§n游戏阶段介绍", + "icon": "additions:greedycraft-passport", + "category": "patchouli:gamestages_category", + "priority": true, + "pages": [{ + "type": "text", + "text": "$(6)游戏阶段$()机制规定了基本的游戏流程,让游戏在有一定自由度的同时也有一定的目标性。在你探索的过程中,不难发现一些名为\"$(d)未知物品$()\"的物品,它们无法被捡起或使用。除物品之外,还有一些怪物、方块、合成表、匠魂材料、匠魂武器和强化也受到游戏阶段的影响。$(br2)如果你处于创造模式并且想解锁所有阶段,可以从JEI里拿一个$(6)通行令牌$()。" + }, { + "type": "text", + "text": "$(2)关于游戏阶段的详细说明,请参考本章的其他内容。" + }] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_list.json b/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_list.json new file mode 100644 index 00000000..f0e981d7 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/gamestages/gamestages_list.json @@ -0,0 +1,31 @@ +{ + "name": "§2游戏阶段图鉴", + "icon": "additions:greedycraft-blueprint", + "category": "patchouli:gamestages_category", + "pages": [ + { + "type": "text", + "text": "$(2)本章介绍一些重要的游戏阶段的获取方法和作用。需要注意的是,当前版本并不是所有游戏阶段都有用。$(br)$(li)$(c)getting_started $(): 获得原木时解锁$(li)$(c)novice_tinker $(): 初级工匠,暂无作用$(li)$(c)skilled_tinker $(): 中级工匠,暂无作用$(li)$(c)master_tinker $(): 高级工匠,暂无作用" + }, + { + "type": "text", + "text": "$(li)$(c)novice_engineer $(): 初级工程师,做出热力感应炉后解锁,可解锁EnderIO的全部内容。$(li)$(c)skilled_engineer $(): 中级工程师,做出强化机器框架后解锁,可解锁Mekanism的全部内容。$(li)$(c)master_engineer $(): 高级工程师,做出数字型采矿机后解锁,可解锁RFTools维度的全部内容。$(li)$(c)novice_wizard $(): 初级魔法师,做出天辉祭坛后解锁,可解锁神秘时代的注魔合成。$(li)$(c)skilled_wizard $(): 中级魔法师,做出注魔稳定器后解锁,可解锁星辉魔法的后半段内容。" + }, + { + "type": "text", + "text": "$(li)$(c)master_wizard $(): 高级魔法师,使用$(d)奥术水晶球$()解锁,可解锁神秘时代的后期内容。$(li)$(c)twilight_shield $(): 使用$(d)暮色之庇护$()后获得,允许进入下界。$(li)$(c)ender_charm $(): 使用$(3)末影护符$()后获得,允许进入末地。$(li)$(c)hardmode $(): $(c)困难模式$(),这个阶段是如此重要,以至于有一篇单独的文章来讨论它。$(li)$(c)wither_slayer $(): 凋灵杀手,击杀凋灵后解锁。$(li)$(c)wielder_of_infinity $(): 做出无尽催化剂后解锁。" + }, + { + "type": "text", + "text": "$(li)$(c)challenger_a/b/c/d/e/f/g/all $(): 完成指定数量的挑战任务解锁,能够解锁神秘农业的等级作物和迷你刷怪场。$(li)$(c)nether $(): 进入下界后解锁。$(li)$(c)energy_matter_core $(): 做出$(3)质能转换核心$()后解锁,只有在这个阶段解锁后,物品的工具提示上才会显示该物品所具有的EMC值。$(li)$(c)abyssal_conquerer $(): 在深渊荒芜之地击败阿索斯后获得" + }, + { + "type": "text", + "text": "$(li)$(c)wyvern $(): 做出飞龙核心后解锁,影响游戏难度。$(li)$(c)awakened $(): 做出觉醒核心后解锁,影响游戏难度。也是创造式飞行的解锁条件。$(li)$(c)chaotic $(): 做出混沌核心后解锁,影响游戏难度。$(li)$(c)chaotic_dominator $(): 击败混沌守卫后解锁,影响游戏难度。$(li)$(c)wand/tactic/shuriken_blueprint $(): 使用对应的武器蓝图后解锁,能够解锁蓝图对应的匠魂武器。$(li)$(c)fearless_man $(): 使用$(6)勇气之证$()后解锁,允许进入恐惧之地。" + }, + { + "type": "text", + "text": "$(li)$(c)fusion_matrix $(): 做出聚合矩阵后获得$(li)$(c)descendant_of_the_sun $(): 击败太阳酋长后获得,具体内容请参阅“困难模式Boss”一章。$(li)$(c)graduated $(): 这个说明你毕业了!$(li)$(c)disabled $(): 这是被禁用的物品所归类的难度,除非你作弊或使用通行令牌,这些物品永远也不会解锁!$(li)$(c)$(k)qualified_ocd $(): $(k)You are now a qualified OCD patient." + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_first_things_to_do.json b/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_first_things_to_do.json new file mode 100644 index 00000000..0cb0d0df --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_first_things_to_do.json @@ -0,0 +1,23 @@ +{ + "name": "§2§n第一天的生存", + "icon": "additions:greedycraft-crude_hatchet", + "category": "patchouli:guide_category", + "priority": true, + "pages": [ + { + "type": "text", + "text": "$(2)当你进入这个世界时,会发现这里和你的经验不太一样。$()比如,树无法用手直接砍掉。为了度过生存的第一天并顺利做出工作台,你需要做如下几件事:$(li)空手右键地上的草丛,获取$(2)植物纤维$(7)(有一定概率)$();$(li)空手右键地上的散落石头,获取$(5)鹅卵石$();$(li)用手破坏树叶,获取$(6)木棍$();$(li)使用上述步骤得到的物品制作一个$(9)粗制手斧$(),然后就可以愉快地砍树了!是不是很简单?" + }, + { + "type": "spotlight", + "title": "§2散落石头长这样!", + "item": "pvj:stone_rocks", + "text": "$(br)$(2)提示:如果找不到散落石头的话,可以去矿洞入口看看,那里往往很容易找到。$()$(br)散落石头也不只有这一种,还有花岗岩、闪长岩等变体。$()$(br2)下一页列出了你需要用到的合成配方。" + }, + { + "type": "crafting", + "recipe": "crafttweaker:auto_gen_-1599197603", + "recipe2": "crafttweaker:auto_gen_-689226972" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_hardmode_bosses.json b/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_hardmode_bosses.json new file mode 100644 index 00000000..80ce67db --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_hardmode_bosses.json @@ -0,0 +1,107 @@ +{ + "name": "§c困难模式Boss", + "icon": "additions:greedycraft-sun_totem", + "category": "patchouli:guide_category", + "pages": [ + { + "type": "text", + "text": "$(c)要在困难模式中取得阶段性进展,你需要击败一些Boss。$(2)下面开始讲解在困难模式中你不得不遇见的Boss。$(br2)$(4)注意:在非休闲模式下,使用祭坛召唤的Boss存活时,如果有任何玩家死亡,Boss会立即消失。" + }, + { + "type": "entity", + "entity": "mowziesmobs:frostmaw", + "scale": 0.6, + "offset": 1, + "text": "$(5)雪地中的巨兽,虎视眈眈地等待着它的猎物。$()" + }, + { + "type": "text", + "text": "$(9)冰霜巨口$()需要手持$(9)巨兽之手$(8)$()Shift右键$(5)铸造祭坛$()(二者的合成配方如右图所示)进行召唤。$(c)注意:召唤需要祭坛周围有$(2)15 * 15$()$(c)的一块开阔平坦区域,在此区域内不能有其他方块并且地板不能有缺口。$(3)冰霜巨口只有在祭坛位于寒冷的生物群系且正在下雪时才能召唤。$()冰霜巨口是非休闲模式中获得第一块$(d)极寒锭$()的唯一方式,在$(5)600难度以上$()击败它可以获得随机数量的极寒锭,之后可以使用飞龙金属制成的工具在寒冷的生物群系挖掘极寒矿。$(br)注意:在非休闲模式下,冰霜巨口会在任意玩家死亡时消失,请为此做好准备。" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_100207823", + "recipe": "crafttweaker:auto_gen_-14951606" + }, + { + "type": "multiblock", + "text": "一个有效的Boss场地的示范。最中间的放置于石头上的方块为铸造祭坛。$(3)平台上的积雪会被看作为空气,因此无需扫雪。$()", + "symmertrical": true, + "multiblock": { + "mapping": { + "0": "zensummoning:altar", + "S": "minecraft:stone" + }, + "pattern": [ + [ + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " 0 ", + " ", + " ", + " ", + " ", + " ", + " ", + " " + ], + [ + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS", + "SSSSSSSSSSSSSSS" + ] + ] + } + }, + { + "type": "entity", + "entity": "mowziesmobs:barako", + "scale": 0.8, + "text": "$(6)世世代代侍奉太阳。$()" + }, + { + "type": "text", + "text": "$(5)太阳酋长$()需要手持$(9)太阳图腾$(8)(合成配方如右图所示)$()Shift右键$(5)铸造祭坛$()进行召唤。召唤方式基本与冰霜巨口相同,但是只有在天气晴朗的白天才能召唤成功。非休闲模式中,你必须击败太阳酋长才能获取$(6)永燃锭$()以制作神龙有关工具。在$(2)700以上难度$()击败它时必然会获得$(6)日耀之星$(),日耀之星使用后能够解锁永燃锭。$(br)注意:在非休闲模式下,太阳酋长同样也会在任意玩家死亡时消失,请为此做好准备。" + }, + { + "type": "crafting", + "recipe": "crafttweaker:auto_gen_1913024224" + }, + { + "type": "entity", + "entity": "draconicevolution:chaosguardian", + "scale": 1.5, + "offset": -6, + "text": "$(5)熵与无序的支配者。$()" + }, + { + "type": "text", + "text": "$(5)混沌守卫$()是你需要打的最后一个Boss。它生成在坐标为5000的整数倍的混沌岛处。$(8)(比如(-5000,5000), (5000,0), (0,5000), (5000,-10000)都会有混沌岛生成,但(0,0)除外,因为那里是末地主岛。)$()尽管混沌守卫可以在任何时候挑战,但是只有做出神龙相关装备之后前往才有意义,因为混沌守卫的混沌伤害可以轻易秒杀任何没有混沌防护的玩家,并且混沌碎片也无法在获得觉醒核心前使用。另外,最好拥有能持续飞行的手段(比如神龙护甲板),不然会非常难打。" + }, + { + "type": "text", + "text": "要想在混沌守卫的密集弹幕中存活,$(6)混沌抗性强化$()是必不可少的,只要将觉醒核心打到你的匠魂盔甲上就能获得混沌抗性效果,最高5级,每个盔甲的效果叠加,因此建议将所有盔甲全打上5级混沌强化再前往。在你能伤害混沌守卫之前,必须打掉所有的$(c)混沌水晶$()。$(5)混沌水晶是不会复活的,但是当所在的区块没被加载时可能会自动重置,建议在战斗前在视频设置中把渲染距离调大(12左右),以防止水晶复活。$()" + }, + { + "type": "text", + "text": "击败混沌守卫后,游戏难度会提升,并且你可以从混沌岛向下挖掘以获得$(5)混沌碎片$(),这是制作混沌核心的原料。在这之后,下一个要做的东西就是无尽催化剂了,请继续完善工业和魔法直到完成毕业设计。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_stages.json b/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_stages.json new file mode 100644 index 00000000..10e3fead --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/guide/guide_stages.json @@ -0,0 +1,126 @@ +{ + "name": "§5阶段流程", + "icon": "additions:greedycraft-twilight_gem", + "category": "patchouli:guide_category", + "pages": [ + { + "type": "text", + "text": "$(2)本章介绍困难模式之前的大体流程。$()$(li)首先你要挖到钻石并在植物魔法章节取得初步进展做出$(3)魔力钻石$(),使用魔力钻石做出$(d)暮光宝石$()。然后,搭建右图中的结构,把暮光宝石扔到中间的水里激活传送门,进入暮色森林。" + }, + { + "type": "multiblock", + "text": "往水中扔入$(d)暮光宝石$()以激活传送门。虞美人可以换成任意花、高草或树苗。", + "symmertrical": true, + "multiblock": { + "mapping": { + "F": "minecraft:red_flower", + "G": "minecraft:grass", + "D": "minecraft:dirt", + "W": "minecraft:water" + }, + "pattern": [ + [ + " FF ", + "F F", + "F 0F", + " FF " + ], + [ + " GG ", + "GWWG", + "GWWG", + " GG " + ], + [ + " ", + " DD ", + " DD ", + " " + ] + ] + } + }, + { + "type": "text", + "text": "下一步就是跟随暮色森林的任务线,击败boss,直到取得$(d)暮色之庇护$()。使用暮色之庇护,即可进入$(5)下界$()。" + }, + { + "type": "crafting", + "recipe": "crafttweaker:auto_gen_-226107769", + "recipe2": "crafttweaker:auto_gen_-1473452503" + }, + { + "type": "multiblock", + "text": "如果连这个都不会做就可以告别MC了。", + "multiblock": { + "mapping": { + "P": "minecraft:portal[axis=z]", + "O": "minecraft:obsidian", + "0": "minecraft:portal[axis=z]" + }, + "pattern": [ + [ + " OO " + ], + [ + "OPPO" + ], + [ + "OP0O" + ], + [ + "OPPO" + ], + [ + " OO " + ] + ] + } + }, + { + "type": "text", + "text": "下一步,你需要跟随$(3)深渊国度$()的任务线,直到打败$(4)堕落者阿索拉$()并取得$(3)深渊之眼$()。之后,就可以迎战凋灵了。$(br)关于深渊国度的详细流程,请参照任务线和百科全书中的$(2)死灵之书$()。注意摆放凋灵时,T字形灵魂沙结构的左下角和右下角不能有方块。" + }, + { + "type": "text", + "text": "之后的任务分为两条路线:一条是继续植物魔法的任务直到击败$(2)盖亚I$()(这条路线在打凋灵之前就能做了),另一条则是进入$(6)天境$(),击败$(6)女武神$(),然后用$(6)勇气之证$()进入$(4)恐惧之地$(),获得$(4)恐惧锭$()。两条路线都走完之后,便可以合成$(3)末影护符$(),进入末地了。$(8)(在太空球等不会生成结构的地图中可以使用$(9)prefab$(8)的$(9)末地门蓝图$(8)来制造末地门)$(),击败末影龙之后的游戏流程,请参阅\"$(c)困难模式$()\"一节。" + }, + { + "type": "multiblock", + "text": "搭好框架,然后向里面浇一桶水!", + "multiblock": { + "mapping": { + "P": "aether_legacy:aether_portal[axis=z]", + "O": "minecraft:glowstone", + "0": "aether_legacy:aether_portal[axis=z]" + }, + "pattern": [ + [ + " OO " + ], + [ + "OPPO" + ], + [ + "OP0O" + ], + [ + "OPPO" + ], + [ + " OO " + ] + ] + } + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1501549292", + "recipe": "crafttweaker:auto_gen_-696385933" + }, + { + "type": "crafting", + "recipe": "prefab:ender_gateway" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/backup.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/backup.json new file mode 100644 index 00000000..614911d1 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/backup.json @@ -0,0 +1,11 @@ +{ + "name": "§9备份", + "icon": "minecraft:record_13", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "游戏每隔一段时间会进行备份,默认每隔$(9)20$()分钟,当备份时聊天消息会有提示。系统会自动删除较长时间以前的备份。你可以在mod设置中找到 $(9)backupsmod$() 来调整备份设置。要恢复备份,请在世界选择界面点击“备份”。同时,你可以使用$(9)/backupsmod backup$()命令来手动备份。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/commands.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/commands.json new file mode 100644 index 00000000..972958c0 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/commands.json @@ -0,0 +1,19 @@ +{ + "name": "指令", + "icon": "minecraft:command_block", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "$(2)以下是一些本整合包添加的或其他mod中的实用指令。$(5)如无特殊说明,以下所有指令都可在任意模式使用。$()$(li)$(2)/purge$(): 清理所有掉落物品,可能会提升性能$(li)$(2)/hidescoreboard$(): 暂时隐藏计分板$(li)$(2)/sampler gc$(): (服务端)强制GC,可以清理内存并提高性能(单人游戏建议使用这个,而非客户端指令)" + }, + { + "type": "text", + "text": "$(li)$(2)/csampler gc$(): (客户端)强制GC,可以清理内存并提高性能(R键菜单中有快捷键)$(li)$(2)/forge tps$(): 查看TPS(每秒Tick数,20为正常,低于20可被认为是卡顿)$(li)$(2)/backupsmod backup$(): 手动创建存档备份,无论是手动还是自动创建的备份都可在世界选择菜单中恢复$(li)$(2)/mca$(): 一大堆凡家物语mod的指令$(li)$(2)/deathcounter$(): 显示死亡排行榜,除指令外也可以手持死亡计数器右键" + }, + { + "type": "text", + "text": "$(li)$(2)/trash_can$(): 打开一个大垃圾桶,放在里面的东西会在关闭界面时被销毁$(li)$(2)//$$(2)$(k)wussmode$(): 开启作弊模式,可以在非休闲模式中使用作弊指令。$(4)一旦开启就无法关闭$()" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/creative_shards.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/creative_shards.json new file mode 100644 index 00000000..58947cd0 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/creative_shards.json @@ -0,0 +1,21 @@ +{ + "name": "§5创造之魂", + "icon": "additions:greedycraft-creative_soul", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "$(5)创造之魂碎片$()能够用于制作一些创造模式专属的物品,它的更高级形式是$(d)创造之魂$()。创造碎片可以通过奖励箱和某些任务获取。$(br)创造之魂的合成需要借助龙之研究的聚合合成。请查阅JEI获取其合成表。" + }, + { + "type": "spotlight", + "item": "additions:greedycraft-creative_shard", + "text": "用于合成创造之魂。" + }, + { + "type": "spotlight", + "item": "additions:greedycraft-creative_soul", + "text": "仅仅是无限创造之力的一小部分。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/dank_null.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/dank_null.json new file mode 100644 index 00000000..22986294 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/dank_null.json @@ -0,0 +1,15 @@ +{ + "name": "§2/dank/null", + "icon": "danknull:dank_null_5", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "$(2)/dank/null$()可以理解为一个超大号的背包,能够超越Minecraft的物品叠加限制,每种物品都能放很多个。并且捡到的东西如果在/dank/null中有,将会被自动放入/dank/null。$(br)/dank/null有很多不同的等级,更好的等级有更多的栏位并且每个栏位能放置更多物品。当你挖到钻石时任务会送你用铁制成的/dank/null。为了更多的栏位,可以将其升级。" + }, + { + "type": "text", + "text": "$(9)$(l)/dank/null的一些使用方法如下:$()$(br)$(li)拿在手上时按住Shift右键打开/dank/null的界面$(li)按住Ctrl单击里面的物品可以切换提取模式,如果需要完全取出一种物品,请将提取模式设为“提取所有物品”$(li)按住Alt单击里面的物品可以将其设置为选中的物品,如果该物品是方块,则拿在手上右键/dank/null时会放置该方块。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/harvest_levels.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/harvest_levels.json new file mode 100644 index 00000000..06010679 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/harvest_levels.json @@ -0,0 +1,15 @@ +{ + "name": "挖掘等级", + "icon": "minecraft:iron_pickaxe", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "$(9)挖掘等级$()为挖掘一种方块并获得其掉落物所需的最低工具等级。本整合包对挖掘等级的名称进行了一些更改,更改后的挖掘等级名称会在方块信息显示和工具提示上显示,但是由于一些无法解决的问题,导致匠魂宝典上的挖掘等级显示仍为未更改的原版挖掘等级名称。因此在这里列出挖掘等级名称的对照表以供参考。$(br2)$(9)格式:$() $(9)等级$() - $(5)原版名称$() - $(2)修改后名称$()" + }, + { + "type": "text", + "text": "$(li)$(9)0$() - $(5)石头$() - $(2)脆弱$()$(li)$(9)1$() - $(5)铁$() - $(2)可靠$()$(li)$(9)2$() - $(5)钻石$() - $(2)坚固$()$(li)$(9)3$() - $(5)黑曜石$() - $(2)学徒$()$(li)$(9)4$() - $(5)钴$() - $(2)工匠$()$(li)$(9)5$() - $(5)杜兰特$() - $(2)巧匠$()$(li)$(9)6$() - $(5)瓦雷利亚$() - $(2)神匠$()$(li)$(9)7$() - $(5)振金$() - $(2)超凡$()$(li)$(9)8$() - $(5)无$() - $(2)天工$()$(li)$(9)9$() - $(5)无$() - $(2)传说$()$(li)$(9)10$() - $(5)无$() - $(2)神话$()$(li)$(9)11$() - $(5)无$() - $(2)超神$()$(li)$(9)12$() - $(5)无$() - $(2)弑神$()$(li)$(9)13$() - $(5)无$() - $(2)无双$()$(li)$(9)127$() - $(5)无$() - $(2)无尽$()" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/lucky_clover.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/lucky_clover.json new file mode 100644 index 00000000..5cea7036 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/lucky_clover.json @@ -0,0 +1,16 @@ +{ + "name": "§2幸运四叶草", + "icon": "additions:greedycraft-lucky_clover", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "$(2)幸运四叶草$()是合成幸运方块的材料,可以通过筛选高草获取。筛选高草,其实就是把用剪刀剪下来的草丛拿到手上然后右键,这一操作会消耗草,并有小概率获得四叶草。" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_1862248730", + "recipe": "crafttweaker:auto_gen_-1533033400" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/medals.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/medals.json new file mode 100644 index 00000000..ed55ead4 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/medals.json @@ -0,0 +1,16 @@ +{ + "name": "§6奖章", + "icon": "additions:greedycraft-ordinary_medal", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "$(6)奖章$()唯一的作用就是解锁最终的任务,你可以从奖励箱或某些任务奖励中得到$(6)平凡奖章$()。更高级的奖章则需要套娃合成。" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1484361380", + "recipe": "crafttweaker:auto_gen_-2096872370" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/misc_recipes.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/misc_recipes.json new file mode 100644 index 00000000..6eddb9d6 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/misc_recipes.json @@ -0,0 +1,160 @@ +{ + "name": "§3合成配方", + "icon": "minecraft:crafting_table", + "category": "patchouli:misc_category", + "pages": [{ + "type": "text", + "text": "$(9)以下是一些乱七八糟的合成配方,可能有用,也可能没用。" + }, + { + "type": "crafting", + "recipe2": "extrautils2:shortcut_stick", + "recipe": "extrautils2:shortcut_chest" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_684700803", + "recipe": "crafttweaker:auto_gen_-2104803001" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_6394519", + "recipe": "crafttweaker:auto_gen_-1874338203" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-2042519398", + "recipe": "crafttweaker:auto_gen_-1352061026" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-295393253", + "recipe": "crafttweaker:auto_gen_-1694793471" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-865558598", + "recipe": "crafttweaker:rotleather" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:tofustick", + "recipe": "crafttweaker:dragonegg" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:totundying", + "recipe": "crafttweaker:elytra" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1453796942", + "recipe": "crafttweaker:auto_gen_421398898" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_2051907122", + "recipe": "crafttweaker:auto_gen_-497967694" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1181238140", + "recipe": "crafttweaker:auto_gen_-402635342" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_1289690205", + "recipe": "crafttweaker:auto_gen_-1223296379" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_558684333", + "recipe": "crafttweaker:auto_gen_1805774062" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_826338285", + "recipe": "crafttweaker:auto_gen_-503951361" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_244244256", + "recipe": "crafttweaker:auto_gen_1124990531" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_747705352", + "recipe": "crafttweaker:auto_gen_1647035237" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_104947165", + "recipe": "crafttweaker:auto_gen_-1478408197" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_695668416", + "recipe": "crafttweaker:auto_gen_288981592" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-162477942", + "recipe": "crafttweaker:auto_gen_-1175705809" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1873046907", + "recipe": "crafttweaker:wood_to_charcoal" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1799280324", + "recipe": "crafttweaker:auto_gen_284734971" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1702953212", + "recipe": "crafttweaker:auto_gen_1921390605" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_21729634", + "recipe": "crafttweaker:auto_gen_1318457067" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:shadow_egg", + "recipe": "crafttweaker:cattail" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:sapling", + "recipe": "crafttweaker:auto_gen_-1848316431" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:shroom2", + "recipe": "crafttweaker:shroom1" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:sea_oat2", + "recipe": "crafttweaker:sea_oat1" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:rose_gold_dust", + "recipe": "crafttweaker:clam" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_-1342866062", + "recipe": "crafttweaker:auto_gen_1131299393" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:auto_gen_1397188541", + "recipe": "crafttweaker:auto_gen_1077378325" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/music.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/music.json new file mode 100644 index 00000000..79b94d3d --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/music.json @@ -0,0 +1,15 @@ +{ + "name": "音乐", + "icon": "ambience:soundnizer", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "本整合包会在Boss战、地下、村庄、被怪物包围等特殊情景下播放对应的音乐。建议佩戴耳机以获得最佳游戏体验。另外,如果你想在家就能听到某些音乐,你可以制作一个$(9)播音器$(),合成配方如右图所示。手持播音器左键一个方块,右键另一个方块,即可选定以这两条方块连线为对角线的长方体区域。此时再对着空气右键即可选定在该区域内播放的歌曲类别。" + }, + { + "type": "crafting", + "recipe": "crafttweaker:auto_gen_1438924738" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/misc/purger.json b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/purger.json new file mode 100644 index 00000000..5cff6bc3 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/misc/purger.json @@ -0,0 +1,15 @@ +{ + "name": "清理掉落物", + "icon": "additions:greedycraft-item_purger", + "category": "patchouli:misc_category", + "pages": [ + { + "type": "text", + "text": "如果你在跑图时觉得卡顿,可能是因为有大量掉落物造成的,因为区块生成时往往会产生很多掉落物。你可以使用$(6)超时空扫帚$()来清理它们。或者你也可以使用$(5)/purge$()指令清理。另外,R键菜单中的“清理内存”选项也有助于提升性能。" + }, + { + "type": "crafting", + "recipe": "crafttweaker:auto_gen_11266081" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/excavation.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/excavation.json new file mode 100644 index 00000000..aa6e6b96 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/excavation.json @@ -0,0 +1,16 @@ +{ + "name": "连锁挖掘", + "icon": "oeintegration:excavatemodifier", + "category": "patchouli:quick_start_category", + "pages": [ + { + "type": "text", + "text": "默认按住§c~§r键破坏方块时进行连锁挖掘,不过你并不能一开始就连锁挖掘。要连锁挖掘,你的工具上必须有$(d)挖掘附魔$(),如果是匠魂工具,需要有$(6)挖掘强化$()。挖掘强化使用工具装配台附到匠魂工具上即可。挖掘附魔和挖掘强化都有5级,只有满级才能发挥出连锁挖掘的全部效果。匠魂的挖掘强化不管多少级都只占用一个强化槽。与此相关的合成表如右图所示。$(c)注意: $(4)$(l)连锁挖掘会消耗巨量饥饿值。$()$(c)因此,建议在地下的巨型洞窟中探索以寻找矿物。" + }, + { + "type": "crafting", + "recipe": "crafttweaker:oemod1", + "recipe2": "crafttweaker:oebook" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/keybinds.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/keybinds.json new file mode 100644 index 00000000..38f7fe32 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/keybinds.json @@ -0,0 +1,19 @@ +{ + "name": "按键设置", + "icon": "minecraft:stone_button", + "category": "patchouli:quick_start_category", + "pages": [ + { + "type": "text", + "text": "$(li)§cR键§r: 打开R键菜单,默认情况下包含了很多功能,如显示难度、切换第一人称显示模式等。$(li)§cU键§r: 对着一个物品按U键可以在JEI中查询它的用途$(li)§cP键§r: 对着一个物品按P键可以在JEI中查询它的配方$(li)§cY键§r: 对着一个物品按Y键可以在附近的箱子中查找该物品,如果有箱子含有此物品则会发出白色烟雾效果$(li)§c方向键§r: 调整过肩第三人称视角的相机位置" + }, + { + "type": "text", + "text": "$(li)§cM键§r: 打开全屏地图$(li)§cApp键§3(位于右边ctrl键的左边)§r: 切换TheOneProbe信息显示(就是屏幕正上方的那个),按Alt+App键可切换流体显示 $(li)§c~键§r: 使用连锁挖掘(详细信息请参考$(l:quick_start/excavation)§5§n连锁挖掘§r$(/l)章节)$(li)§c小键盘上的/键§r: 扔出物品(因为Q太容易误触了)按住可以以更大的力气丢出物品$(li)§cDEL键§r: 将物品放进垃圾桶($(5)Shift+DEL$(4)删除所有同类物品$())$(li)§c小键盘的DEL(.)键§r: 开关方块信息流体显示" + }, + { + "type": "text", + "text": "$(li)§cAlt+小键盘Del键§r: 开关方块信息显示$(li)§cF3 + A§r: 重载所有区块$(li)§cF3 + S§r: 重载声音系统,如果插拔了耳机或者没有声音请按这个$(li)§cF8§r: 打开BetterFoliage(更好的树叶)mod菜单,如果遇到卡顿可以考虑在这里关闭更好的树叶mod$(li)§cF5§r: 切换第三人称视角$(li)§cF7§r: 切换真实第一人称视角$(li)§cK§r: 打开技能菜单$(li)§cB§r: 打开路径点管理器$(li)§cF3 + H§r: 显示/隐藏高级物品信息。是否切换取决于你想要更详细的物品id和矿物词典信息还是更简洁的物品提示框。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/performance_tips.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/performance_tips.json new file mode 100644 index 00000000..6fb34a3d --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/performance_tips.json @@ -0,0 +1,13 @@ +{ + "name": "性能和字体大小", + "icon": "rftools:computer_module", + "category": "patchouli:quick_start_category", + "pages": [{ + "type": "text", + "text": "$(#ffaa00)$(l)以下方法也许有助于提升性能。如果你觉得很卡的话可以试试。$(br)$(c)请仅在卡顿严重的时候尝试如下操作,否则可能会极大影响您的游戏体验。$()$(br2)$(li)关闭光影或换成低配版光影$(li)调低视距$(li)如果帧数低的厉害,请确保Minecraft是使用独立显卡运行的。N卡用户可以在桌面上右键打开Nvidia控制面板然后把首选图形处理器改成N卡" + }, + { + "type": "text", + "text": "$(li)按F11退出全屏模式$(li)关闭颗粒效果,把图形品质改为流畅$(li)使用$(9)/purge$()命令清理掉落物$(li)使用R键菜单中的清理内存$(li)使用$(9)F3 + A$()组合键重载区块$(li)如果字体过小,可在模组设定中找到Smooth Font点击字体选择调整字体大小。同时也可以将字体改为你计算机上安装的字体。" + }] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/perspective.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/perspective.json new file mode 100644 index 00000000..c3f0e9a2 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/perspective.json @@ -0,0 +1,15 @@ +{ + "name": "游戏视角", + "icon": "botania:thirdeye", + "category": "patchouli:quick_start_category", + "pages": [ + { + "type": "text", + "text": "游戏默认以$(2)过肩第三人称$()视角开始(和普通的第三人称视角不一样,注意准星的位置),你可以使用方向键来调整视角。推荐使用该视角,因为它能给你全新的游戏体验,即使习惯它可能需要一些时间。不过如果你还是不喜欢的话可以按$(5)F5$()切换为第一人称,第一人称也分为真实第一人称和原版第一人称,可以使用R键菜单中的选项切换第一人称视角模式。" + }, + { + "type": "text", + "text": "过肩视角比较智能,即使在矿洞之类狭窄的地方也可以自动缩放视角甚至变成类似第一人称的模式。然而,第三人称视角可能不太适合进行大量建筑作业或在空中搭路等情况。你可以在这种时候临时切换到第一人称模式。$(br2)您可以使用$(6)方向键$()来调整相机的位置,或是使用$(6)\\$()键切换到另一个肩膀。" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/pro_tips.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/pro_tips.json new file mode 100644 index 00000000..bd575173 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/pro_tips.json @@ -0,0 +1,30 @@ +{ + "name": "§9重要游戏机制§8及§6实用技巧", + "icon": "minecraft:torch", + "category": "patchouli:quick_start_category", + "pages": [{ + "type": "text", + "text": "$(#ff80ab)$(l)以下是一些重要的游戏机制或实用的小技巧,对你应该很有帮助。更多的小技巧可以在加载界面看到。$()$(br2)$(li)$(c)匠魂$()武器和盔甲应该是你的首选装备,对于材料的选择请参阅百科全书中的$(6)匠魂宝典$()和$(9)盔甲锻造手册$()$(li)你死亡时不会掉落物品,但会丢失$(2)75%$()的经验,回到死亡地点可以取回一部分丢失的经验。经验非常重要,有很多地方需要花费大量经验。" + }, { + "type": "text", + "text": "$(li)你可以在JEI中使用$(2)@$(3)mod名称$()的方式搜索所有对应mod的物品!$(li)Y键搜索对JEI中的物品也有用!$(li)做好万全的准备再去打凋灵和末影龙,因为击败它们后游戏的难度将会大幅上升!$(li) 拿着钓鱼竿时按O键可以打开自动钓鱼菜单。 自动钓鱼默认已开启。 $(li) 你可以直接拿着方块点击白雏菊以在它的周围放置方块。$(li)对着成熟的作物右键可以直接补种。$(li)玩家在获得$(6)awakened$()游戏阶段之前无法进行创造模式飞行。" + }, { + "type": "text", + "text": "$(li) 精英怪最多有10星, 星级越高战利品越好, 但难度较低时高星怪的生成概率很低。$(li)不要过于着急地推主线,请在主线明显感觉较难适当地进行支线任务。$(li)游戏中任何地方都可以使用章节符号。你可以用自定义字典的方式使你的输入法能快速输入此符号。$(li)在白天点击床可以设置重生点。$(li)在晚上按住Shift点击床可以只睡觉而不设定重生点。" + }, { + "type": "text", + "text": "$(li)使用同种矿物词典的矿物在采集时会自动归一化。即:你不需要好几个格子来存储不同mod的铜矿。 $(li) 心之容器碎片在击杀怪物时有低几率掉落。 $(li) 不同mod的导线和机器往往是通用的, 直接连接即可。 $(li) 等价交换的转化率为$(2)1/4$(), 即烧东西只能得到它$(2)1/4$()的EMC。 $(li) 路径石会在村庄生成, 路过时记得激活一下。 $(li) 在JEI中可以使用拼音搜索。 $(li) 可以用水桶和金锭合成无限水桶。" + }, { + "type": "text", + "text": "$(li) 当使用JEI将物品转移到合成台时, 按住shift点击“ + ”号可一次性转移所有物品!$(li) 点击任务界面右上角的按钮即可一键领取所有奖励。$(li) 物品栏人物右上角的戒指图标可以打开$(6)饰品栏$(),注意有些饰品有自动放置火把的功能!$(li) 你可以在冶炼炉中用牛奶在空的浇注台上浇注出奶酪(别问我为什么)$(li) 把僵尸猪人推进冶炼炉可以得到金子!$(li) 如果你想关闭光影的话请切换成“内置”而不是“关”,可以节省大量时间!" + }, { + "type": "text", + "text": "$(li) 你可以制作医疗包来在战斗中快速回复生命值!$(li) 你不能在黑暗的地方睡觉,否则会有怪物出现在你枕头边上。$(li) 如果你不喜欢真实的第一人称视角,可以在R键菜单里禁用。不过更推荐你使用过肩第三人称视角。$(li) 原版龙之研究工具和盔甲已被禁用,请使用$(5)龙金属$()这种匠魂材料。$(li) 把牛推进冶炼炉可以得到牛奶!$(li) 你可以用任意原版生物头颅和一个在铁砧改过名的命名牌合成命名牌名称对应玩家的头颅!" + }, { + "type": "text", + "text": "$(li) 用玩家头颅或命名牌和鸡蛋可以合成对应玩家的刷怪蛋! $(li) 可以用液态金浇注羽毛获得金翎羽!$(li) 在这个游戏里,不要相信任何东西... $(li)恭喜你发现了彩蛋!$(9)$(t:§c我刚说啥来着?)§n点击这里$(/t)$()即可获得10000无尽块!$(li) 你可以制作黑曜石船来在岩浆上航行!$(li)原版的武器和装备都遭到了削弱,钻石镐也无法挖掘黑曜石,你需要尽早发展出匠魂工具。$(li)在FTB声明区块页面按Shift点击声明过的区块可以让该区块保持加载。" + }, { + "type": "text", + "text": "$(li) 饰品可以具有前缀,前缀可以提供属性加成,你可以制造重锻站来消耗经验重铸饰品。 $(li) 建议尽早做出$(2)经验方块$()以存储经验。$(li) 刷怪笼具有刷怪次数限制,一个刷怪笼刷出一定数量的怪后就会被禁用,禁用的刷怪笼里面没有旋转的怪物模型。$(li)战斗高塔的大部分奖励需要打败高塔傀儡并获得钥匙后才能解锁。$(li) 大部分地上的小装饰(树枝、花斑等)都可以被捡起来。另外Shift+右键可以直接获得这些装饰的方块形式而非物品。" + }] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/quests.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/quests.json new file mode 100644 index 00000000..7e95459e --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/quests.json @@ -0,0 +1,28 @@ +{ + "name": "§2任务系统", + "icon": "ftbquests:book", + "category": "patchouli:quick_start_category", + "pages": [ + { + "type": "text", + "text": "本整合包采用FTB任务系统。你可以在物品栏界面的左上角找到打开任务界面的按钮。$(br)所有任务都有不同的奖励,请记得领取。当有未领取奖励的任务时,物品栏左上角的任务图标上会有红色的标记。$(br)可在JEI中搜索$(5)@FTBQuests$()来查找和任务系统有关的物品。$(br)有些任务$(c)(比如提交RF)$()需要$(5)任务显示器$(),以提交RF为例,放置任务显示器,右键将任务设定为需要提交RF的任务即可连接RF管道提交RF。" + }, + { + "type": "text", + "text": "§l百科全书§r$(br2)百科全书是你第一个任务的奖励,除此之外还可以通过用$(6)阿卡什宝典$()合成获得。将旧版的百科全书放入合成台也可以得到最新版的百科全书。百科全书包含了所有mod自带的指导手册,当你想发展某个mod时就看看百科全书里有没有对应mod的指导书。手拿百科全书右键可查看包含的所有指南书,点击一本书会使百科全书变成这本书并获得这本书的全部功能。" + }, + { + "type": "text", + "text": "在变成指南书的情况下,$(9)对着空气左键$()可以将其变回百科全书,这样就能查看其他手册了。另外,在变成一本指南书的情况下$(c)潜行$()并按丢弃物品键(默认为\"/\")就可以将这本书从百科全书里分离出来。" + }, + { + "type": "crafting", + "recipe2": "crafttweaker:encyclopedia", + "recipe": "akashictome:tome_1" + }, + { + "type": "crafting", + "recipe": "ftbquests:screens/screen_1x1" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/teleport.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/teleport.json new file mode 100644 index 00000000..689cfec0 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/teleport.json @@ -0,0 +1,17 @@ +{ + "name": "地图传送", + "icon": "waystones:waystone", + "category": "patchouli:quick_start_category", + "priority": "false", + "pages": [ + { + "type": "text", + "text": "为了您的游戏体验,本整合包不建议使用小地图路径点传送。本整合包提供了大量的传送方式,比如在村庄里必然可以见到一个$(d)指路石$()。看到村庄记得激活一下指路石,然后就可以在所有路径石之间无成本传送。同时还有各种其他mod提供的传送道具,玩家可以自己探索。" + }, + { + "type": "crafting", + "recipe": "waystones:waystone", + "recipe2": "crafttweaker:auto_gen_918073950" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/welcome.json b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/welcome.json new file mode 100644 index 00000000..78442c7e --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/quick_start/welcome.json @@ -0,0 +1,18 @@ +{ + "name": "§5欢迎游玩", + "icon": "minecraft:grass", + "category": "patchouli:quick_start_category", + "priority": "true", + "pages": [ + { + "type": "text", + "text": "欢迎游玩$(#ff80ab)贪婪整合包$(3)$(o) by TCreopargh$()。本书将对本整合包中的一些基本机制进行讲解。" + }, + { + "type": "link", + "text": "$(#f4511e)点击下面的链接打开贪婪整合包的官方网站。", + "url": "http://greedycraft.tcreopargh.xyz", + "link_text": "前往官网" + } + ] +} \ No newline at end of file diff --git a/patchouli_books/greedycraft_guide_book/en_us/entries/skills/skills_introduction.json b/patchouli_books/greedycraft_guide_book/en_us/entries/skills/skills_introduction.json new file mode 100644 index 00000000..3da78349 --- /dev/null +++ b/patchouli_books/greedycraft_guide_book/en_us/entries/skills/skills_introduction.json @@ -0,0 +1,13 @@ +{ + "name": "§9§n技能系统介绍", + "icon": "minecraft:chainmail_chestplate", + "category": "patchouli:skill_category", + "priority": true, + "pages": [{ + "type": "text", + "text": "$(6)技能菜单$()可以按K键打开,可以看到很多不同种类的技能。点击一项,便可查看该类技能的子技能。点击右上角的“+”号可以消耗你自身的经验并提升该类技能的等级。获得一定技能点数后,就可以学习子技能。$(c)一些物品需要某项技能达到特定的等级才能使用,如钻石剑需要攻击等级到达10级才能使用。" + }, { + "type": "text", + "text": "另外,提升战斗、防御和挖掘技能可以获得攻击力、防御力和挖掘速度的被动加成。如果你有很多经验无处使用,不妨试试提升下这几个等级。" + }] +} \ No newline at end of file