0.18 update
This commit is contained in:
@@ -1,364 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
bakedquad {
|
||||
# Classes where BakedQuad::new calls need to be redirected. As of 3.2, this should be done automatically, while the changes will show in the next launch - <default: [net.minecraft.client.renderer.block.model.FaceBakery]>
|
||||
S:classesThatCallBakedQuadCtor <
|
||||
lumien.randomthings.client.models.blocks.ModelCubeAll
|
||||
appeng.client.render.cablebus.QuadRotator
|
||||
org.cyclops.integrateddynamics.client.model.CableModelBase
|
||||
forestry.storage.models.ModelCrate
|
||||
codechicken.lib.util.VertexDataUtils
|
||||
net.minecraft.client.renderer.block.model.FaceBakery
|
||||
lumien.randomthings.client.models.blocks.ModelCubeOverlay
|
||||
appeng.client.render.model.AutoRotatingModel
|
||||
li.cil.oc.client.renderer.block.SmartBlockModelBase$class
|
||||
com.rwtema.extrautils2.utils.helpers.QuadHelper
|
||||
li.cil.oc.client.renderer.block.RobotModel$ItemModel$
|
||||
org.cyclops.cyclopscore.client.model.DynamicBaseModel
|
||||
com.rwtema.extrautils2.backend.model.PassthruModelItem$4$1
|
||||
com.rwtema.extrautils2.items.ItemSnowglobe
|
||||
buildcraft.lib.client.model.MutableQuad
|
||||
com.elytradev.architecture.client.render.target.RenderTargetBaked
|
||||
appeng.thirdparty.codechicken.lib.model.Quad
|
||||
thaumcraft.client.lib.obj.MeshModel
|
||||
com.rwtema.extrautils2.backend.model.Box
|
||||
appeng.client.render.model.ColorApplicatorBakedModel
|
||||
com.rwtema.careerbees.ProxyClient$ModelBark
|
||||
codechicken.lib.render.buffer.BakingVertexBuffer
|
||||
li.cil.oc.client.renderer.block.SmartBlockModelBase$$anonfun$bakeQuads$1
|
||||
dan200.computercraft.client.render.ModelTransformer$BakedQuadBuilder
|
||||
openblocks.client.renderer.item.devnull.DevNullItemOverride
|
||||
com.jaquadro.minecraft.chameleon.render.ChamRenderLL
|
||||
>
|
||||
|
||||
# Classes that extend BakedQuad need to be handled separately. This should be done automatically, while the changes will show in the next launch - <default: []>
|
||||
S:classesThatExtendBakedQuad <
|
||||
|
||||
>
|
||||
|
||||
# Log classes that need their BakedQuad::new calls redirected - <default: true>
|
||||
B:logClassesThatCallBakedQuadCtor=true
|
||||
|
||||
# Allows bucket models to re-use UnpackedBakedQuads - <default: true>
|
||||
B:reuseBucketQuads=true
|
||||
|
||||
# Saves RAM by removing BakedQuad instance variables, redirecting BakedQuad creation to specific BakedQuad child classes. This will be forcefully turned off when Optifine is installed as it is incompatible - <default: true>
|
||||
B:squashBakedQuads=true
|
||||
}
|
||||
|
||||
|
||||
canonicalization {
|
||||
# Deduplicate ASMData related Strings - <default: true>
|
||||
B:asmDataStringCanonicalization=true
|
||||
|
||||
# Deduplicate Java's FilePermission cache's names within SecureClassLoader - <default: true>
|
||||
B:filePermissionsCacheCanonicalization=false
|
||||
|
||||
# Deduplicate LockCode when reading from NBT - <default: true>
|
||||
B:lockCodeCanonicalization=true
|
||||
|
||||
# Deduplicate Model Conditions. Enable this if you do not have Foamfix installed - <default: false>
|
||||
B:modelConditionCanonicalization=false
|
||||
|
||||
# Deduplicate String keys in NBTTagCompound - <default: true>
|
||||
B:nbtBackingMapStringCanonicalization=true
|
||||
|
||||
# Deduplicate Strings in NBTTagString - <default: true>
|
||||
B:nbtTagStringBackingStringCanonicalization=true
|
||||
|
||||
# Deduplicate package strings when Forge gathers them when mod candidates are loaded - <default: true>
|
||||
B:packageStringCanonicalization=true
|
||||
|
||||
# Deduplicate ResourceLocation and ModelResourceLocation instances - <default: true>
|
||||
B:resourceLocationCanonicalization=true
|
||||
|
||||
# Deduplicate TextureAtlasSprite's names - <default: true>
|
||||
B:spriteNameCanonicalization=true
|
||||
|
||||
# EXPERIMENTAL: Deduplicate BakedQuad's Vertex Data array. If you see any artifacting in-game, turn this off and report it on github - <default: true>
|
||||
B:vertexDataCanonicalization=true
|
||||
}
|
||||
|
||||
|
||||
capability {
|
||||
# Delays ItemStack's capabilities from being initialized until they needed to be - <default: true>
|
||||
B:delayItemStackCapabilityInit=true
|
||||
|
||||
# Fixes Astral Sorcery applying AmuletHolderCapability to large amount of ItemStacks when it isn't needed. This option will be ignored when Astral Sorcery isn't installed - <default: true>
|
||||
B:fixAmuletHolderCapability=true
|
||||
}
|
||||
|
||||
|
||||
datastructures {
|
||||
# Improve hashing performances of various objects - <default: true>
|
||||
B:efficientHashing=true
|
||||
|
||||
# Clears and trims ModelManager data structures after models are loaded and baked - <default: true>
|
||||
B:moreModelManagerCleanup=true
|
||||
|
||||
# Optimizing FurnaceRecipes. FastFurnace will see very little benefit when this option is turned on - <default: true>
|
||||
B:optimizeFurnaceRecipeStore=true
|
||||
|
||||
# Optimize NBTTagCompound's backing map structure - <default: true>
|
||||
B:optimizeNBTTagCompoundBackingMap=true
|
||||
|
||||
# Optimizes registries - <default: true>
|
||||
B:optimizeRegistries=true
|
||||
|
||||
# If JEI/HEI is installed, replace vanilla search trees with JEI's, decreases memory usage, loading time and adds more features to normal creative menu searching - <default: true>
|
||||
B:replaceSearchTreeWithJEISearching=true
|
||||
|
||||
# EXPERIMENTAL: Strips ItemStack of some of its fields as it stores some near-useless references - <default: true>
|
||||
B:stripNearUselessItemStackFields=true
|
||||
}
|
||||
|
||||
|
||||
events {
|
||||
# [EXPERIMENTAL]: Stops mass object creation when Forge is firing events, this can decrease Garbage Collection pressure - <default: false>
|
||||
B:makeEventsSingletons=false
|
||||
}
|
||||
|
||||
|
||||
forgefixes {
|
||||
# Fixes Forge's EntityEntry calling a slow Constructor::newInstance call every time an entity spawns, it is replaced with a fast Function::get generated from LambdaMetafactory#metafactory - <default: true>
|
||||
B:fasterEntitySpawnPreparation=true
|
||||
|
||||
# Works around a crash when too many dimensions are registered, caused by JVM optimization issues. - <default: true>
|
||||
B:fixDimensionTypesInliningCrash=true
|
||||
|
||||
# Fixes Forge's mistake of annotating FillBucketEvent#getFilledBucket as @Nonnull when the contract isn't fulfilled nor checked. First discovered here: https://github.com/Divine-Journey-2/main/issues/295 - <default: true>
|
||||
B:fixFillBucketEventNullPointerException=true
|
||||
|
||||
# Fixes a vanilla-forge code interaction bug leading to a possible ConcurrentModificationException/StackOverflowError crash. First discovered here: https://github.com/GregTechCE/GregTech/issues/1256 - <default: true>
|
||||
B:fixTileEntityOnLoadCME=true
|
||||
|
||||
# EXPERIMENTAL: Forcibly remove Forge's FMLSecurityManager that adds very very slight overheads in calls that requires permission checks - <default: false>
|
||||
B:removeForgeSecurityManager=false
|
||||
}
|
||||
|
||||
|
||||
furnace {
|
||||
# When optimizeFurnaceRecipeStore is true, experience is determined by who registers the entry first, this is also the fallback option if all three options aren't true - <default: true>
|
||||
B:furnaceExperienceFCFS=true
|
||||
|
||||
# When optimizeFurnaceRecipeStore is true, experience is determined by whichever entry gives the most experience - <default: false>
|
||||
B:furnaceExperienceMost=false
|
||||
|
||||
# When optimizeFurnaceRecipeStore is true, experience is determined the vanilla way, this method is the most inefficient and random - <default: false>
|
||||
B:furnaceExperienceVanilla=false
|
||||
}
|
||||
|
||||
|
||||
launchwrapper {
|
||||
# Invalidate and clean cache entries when the game finishes loading (onto the main screen). Loading into the first world may take longer. This option wouldn't do anything if 'cleanupLaunchClassLoaderLate' is 'true' - <default: false>
|
||||
B:cleanCachesOnGameLoad=false
|
||||
|
||||
# Cleanup some redundant data structures in LaunchClassLoader at the earliest point possible (when LoliASM is loaded). Helpful for those that don't have enough RAM to load into the game. This can induce slowdowns while loading the game in exchange for more available RAM - <default: false>
|
||||
B:cleanupLaunchClassLoaderEarly=false
|
||||
|
||||
# Cleanup some redundant data structures in LaunchClassLoader at the latest point possible (when the game reaches the Main Screen). This is for those that have enough RAM to load the game and do not want any slowdowns while loading. Note: if 'cleanupLaunchClassLoaderEarly' is 'true', this option will be ignored - <default: true>
|
||||
B:cleanupLaunchClassLoaderLate=true
|
||||
|
||||
# Disable the unusused Package Manifest map. This option coincides with Foamfix's 'removePackageManifestMap' option - <default: true>
|
||||
B:disablePackageManifestMap=true
|
||||
|
||||
# Disabling caching of classes. This will induce major slowdowns to game/world loads in exchange for more available RAM - <default: false>
|
||||
B:noClassCache=false
|
||||
|
||||
# Disabling caching of resources (Class Bytes). This will induce slowdowns to game/world loads in exchange for more available RAM - <default: false>
|
||||
B:noResourceCache=false
|
||||
|
||||
# Weaken the caching of classes. This allows the GC to free up more space when the caches are no longer needed. If 'noClassCache' is 'true', this option will be ignored - <default: true>
|
||||
B:weakClassCache=true
|
||||
|
||||
# Weaken the caching of resources (Class Bytes). This allows the GC to free up more space when the caches are no longer needed. If 'noResourceCache' is 'true', this option will be ignored. This option coincides with Foamfix's 'weakenResourceCache' option - <default: true>
|
||||
B:weakResourceCache=true
|
||||
}
|
||||
|
||||
|
||||
logging {
|
||||
# Allow the game to keep running after crashes as well as adding more information and deobfuscating the crash reports, inspired by VanillaFix - <default: true>
|
||||
B:crashReportImprovements=true
|
||||
|
||||
# When crashReportImprovements is true, disallow toasts from popping up and carry on playing while keeping crashes silent - <default: true>
|
||||
B:hideToastsAndContinuePlaying=true
|
||||
|
||||
# When crashReportImprovements is true, allow the player to return to the main menu when a crash occurs, inspired by VanillaFix - <default: true>
|
||||
B:returnToMainMenuAfterCrash=true
|
||||
|
||||
# Rewrite logging output with deobfuscated names when applicable, inspired by VanillaFix - <default: true>
|
||||
B:rewriteLoggingWithDeobfuscatedNames=true
|
||||
}
|
||||
|
||||
|
||||
mcfixes {
|
||||
# Fixes MC-129057: https://bugs.mojang.com/browse/MC-129057 - <default: true>
|
||||
B:fixMC129057=true
|
||||
|
||||
# Fixes MC-129556: https://bugs.mojang.com/browse/MC-129556 - <default: true>
|
||||
B:fixMC129556=true
|
||||
|
||||
# Fixes MC-186052: https://bugs.mojang.com/browse/MC-186052 - <default: true>
|
||||
B:fixMC186052=true
|
||||
|
||||
# Fixes MC-30845: https://bugs.mojang.com/browse/MC-30845 - <default: true>
|
||||
B:fixMC30845=true
|
||||
|
||||
# Fixes MC-31681: https://bugs.mojang.com/browse/MC-31681 - <default: true>
|
||||
B:fixMC31681=true
|
||||
|
||||
# Fixes MC-88176: https://bugs.mojang.com/browse/MC-88176 - <default: true>
|
||||
B:fixMC88176=true
|
||||
|
||||
# Limits skin downloading threads to a maximum of half of available CPU cores - <default: true>
|
||||
B:limitSkinDownloadingThreads=true
|
||||
|
||||
# Resolves MC-2071: https://bugs.mojang.com/browse/MC-2071 - <default: true>
|
||||
B:resolveMC2071=true
|
||||
}
|
||||
|
||||
|
||||
misc {
|
||||
# Process screenshots and print to chat asynchronously - <default: true>
|
||||
B:asyncScreenshot=true
|
||||
|
||||
# [W.I.P] - EXPERIMENTAL: Yet another attempt at caching classes between loads - <default: false>
|
||||
B:classCaching=false
|
||||
|
||||
# Copy image after screenshotting to clipboard - <default: false>
|
||||
B:copyScreenshotToClipboard=false
|
||||
|
||||
# Use updated CA Certs that was included in 8u311. This most notably fixes 8u51 certs issues - <default: true>
|
||||
B:outdatedCaCertsFix=true
|
||||
|
||||
# Optimizes FluidRegistry::enableUniversalBucket check - <default: true>
|
||||
B:quickerEnableUniversalBucketCheck=true
|
||||
|
||||
# For some reason Mojang decided to cache int buffers and arrays after a screenshot is taken, this makes sure they're never cached - <default: true>
|
||||
B:releaseScreenshotCache=true
|
||||
|
||||
# Removes forced garbage collection calls, inspired by VanillaFix, can make world loading faster - <default: true>
|
||||
B:removeExcessiveGCCalls=true
|
||||
|
||||
# Allows changing of dimensions to be smooth and nearly instantaneous, inspired by VanillaFix - <default: true>
|
||||
B:smoothDimensionChange=true
|
||||
|
||||
# Strips the boring instanced Random object from SoundEventAccessors and uses ThreadLocalRandom instead - <default: true>
|
||||
B:stripInstancedRandomFromSoundEventAccessor=true
|
||||
|
||||
# Adjust thread priorities to improve performance on systems with few cores - <default: true>
|
||||
B:threadPriorityFix=true
|
||||
}
|
||||
|
||||
|
||||
modfixes {
|
||||
# When Better with Mods is installed, optimize Blasting Oil related events. The original implementation harms server performance at any given moment. This option will be ignored when Better with Mods isn't installed - <default: true>
|
||||
B:bwmBlastingOilOptimization=true
|
||||
|
||||
# EXPERIMENTAL: When ChickenASM (Library of CodeChickenLib and co.) is installed, ClassHierarchyManager can cache a lot of Strings and seem to be unused in any transformation purposes. This clears ClassHierarchyManager of those redundant strings. This option will be ignored when ChickenASM isn't installed - <default: true>
|
||||
B:cleanupChickenASMClassHierarchyManager=true
|
||||
|
||||
# When Extra Utilities 2 is installed, disable the crafter's rendering of the item being crafted, this can reduce lag, ignores fixXU2CrafterCrash config option - <default: false>
|
||||
B:disableXU2CrafterRendering=false
|
||||
|
||||
# When Immersive Engineering is installed, sometimes it or it's addons can induce an ArrayIndexOutOfBoundsException in BlockIEBase#getPushReaction. This option will be ignored when IE isn't installed - <default: true>
|
||||
B:fixBlockIEBaseArrayIndexOutOfBoundsException=true
|
||||
|
||||
# When TerraFirmaCraft is installed, fix the falling block's false starting position - <default: true>
|
||||
B:fixTFCFallingBlockFalseStartingTEPos=true
|
||||
|
||||
# When Extra Utilities 2 is installed, fix and optimize mechanical crafter's rendering - <default: true>
|
||||
B:fixXU2CrafterCrash=true
|
||||
|
||||
# When Just Enough Items is installed, it deduplicates strings in the generated generalized suffix trees' edge labels. This option will be ignored when Just Enough Items isn't installed - <default: true>
|
||||
B:labelCanonicalization=true
|
||||
|
||||
# Optimizes Astral Sorcery's Resplendent Prism related functions. This option will be ignored when Astral Sorcery isn't installed - <default: true>
|
||||
B:optimizeAmuletRelatedFunctions=true
|
||||
|
||||
# When Electroblob's Wizardry is installed, optimize the search for arcane locked tile entities to render - <default: true>
|
||||
B:optimizeArcaneLockRendering=true
|
||||
|
||||
# When QMD is installed, optimize its BeamRenderer. The original implementation harms client performance heavily (takes ~5% of each tick time). This option will be ignored when QMD isn't installed - <default: true>
|
||||
B:optimizeQMDBeamRenderer=true
|
||||
|
||||
# When EvilCraft Compat + EnderIO is installed, repair the compatibility module - <default: true>
|
||||
B:repairEvilCraftEIOCompat=true
|
||||
|
||||
# When CraftTweaker is installed, large modpacks tend to stall in the last stage of loading, when CraftTweaker inexplicably recalculates search trees. This option will be ignored when CraftTweaker isn't installed - <default: true>
|
||||
B:skipCraftTweakerRecalculatingSearchTrees=true
|
||||
}
|
||||
|
||||
|
||||
remapper {
|
||||
# Optimizing Forge's Remapper for not storing redundant entries - <default: true>
|
||||
B:optimizeFMLRemapper=true
|
||||
}
|
||||
|
||||
|
||||
rendering {
|
||||
# Optimizes some rendering features, not game-breaking; however, negligible at times - <default: true>
|
||||
B:optimizeSomeRendering=true
|
||||
|
||||
# Strip unnecessary locals in RenderHelper::enableStandardItemLighting, no idea why it's there - <default: true>
|
||||
B:stripUnnecessaryLocalsInRenderHelper=true
|
||||
}
|
||||
|
||||
|
||||
spark {
|
||||
# Allow LoliASM's Spark profiling to include all threads that are present - <default: true>
|
||||
B:includeAllThreadsWhenProfiling=true
|
||||
|
||||
# When Spark is installed, profile the loading of FMLConstructionEvent stage - <default: false>
|
||||
B:sparkProfileConstructionStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of coremods, but only those that load after LoliASM - <default: false>
|
||||
B:sparkProfileCoreModLoading=false
|
||||
|
||||
# When Spark is installed, profile the loading of the game in its entirety - <default: false>
|
||||
B:sparkProfileEntireGameLoad=false
|
||||
|
||||
# When Spark is installed, profile the loading of the world in its entirety - <default: false>
|
||||
B:sparkProfileEntireWorldLoad=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLModIdMappingEvent stage, this is the last event fired before the game is finalized - <default: false>
|
||||
B:sparkProfileFinalizingStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLInitializationEvent stage - <default: false>
|
||||
B:sparkProfileInitializationStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLLoadCompleteEvent stage - <default: false>
|
||||
B:sparkProfileLoadCompleteStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLPostInitializationEvent stage - <default: false>
|
||||
B:sparkProfilePostInitializationStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLPreInitializationEvent stage - <default: false>
|
||||
B:sparkProfilePreInitializationStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLServerAboutToStartEvent stage - <default: false>
|
||||
B:sparkProfileWorldAboutToStartStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLServerStartedEvent stage - <default: false>
|
||||
B:sparkProfileWorldStartedStage=false
|
||||
|
||||
# When Spark is installed, profile the loading of FMLServerStartingEvent stage - <default: false>
|
||||
B:sparkProfileWorldStartingStage=false
|
||||
|
||||
# When Spark is installed, summarize the heap space (/spark heapsummary) when the game finishes loading - <default: false>
|
||||
B:sparkSummarizeHeapSpaceAfterGameLoads=false
|
||||
|
||||
# When Spark is installed, summarize the heap space (/spark heapsummary) when the world finishes loading - <default: false>
|
||||
B:sparkSummarizeHeapSpaceAfterWorldLoads=false
|
||||
}
|
||||
|
||||
|
||||
textures {
|
||||
# Calculate and send animated textures only when needed to the GPU, better than VanillaFix's textureFixes config - <default: true>
|
||||
B:onDemandAnimatedTextures=false
|
||||
|
||||
# Releases TextureAtlasSprite's framesTextureData. Won't touch custom TextureAtlasSprite implementations - <default: true>
|
||||
B:releaseSpriteFramesCache=true
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Configuration file
|
||||
|
||||
cache {
|
||||
S:digest=eb13d3c1362a9ee1c23a2d8b2b2710f0
|
||||
S:digest=7a9f1321721d78bfa92f9c5d8c704db8
|
||||
|
||||
# Caching can save processing time, if there are a lot of items. [default: true]
|
||||
B:enableCache=true
|
||||
@@ -19,4 +19,3 @@ general {
|
||||
B:exportItemNames=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
cache {
|
||||
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
|
||||
I:interval=24
|
||||
S:lastCheck=1745629696771
|
||||
S:lastCheck=1746750604605
|
||||
}
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ general {
|
||||
B:enabled=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"mods":
|
||||
{
|
||||
"text" : "fml.menu.mods",
|
||||
"hoverText" : "Powered by AoA",
|
||||
"hoverText" : "AoA为主框架",
|
||||
"posX" : -100,
|
||||
"posY" : 96,
|
||||
"width" : 200,
|
||||
@@ -62,7 +62,7 @@
|
||||
"options":
|
||||
{
|
||||
"text" : "menu.options",
|
||||
"hoverText" : "Check keybinds!",
|
||||
"hoverText" : "查看按键绑定!",
|
||||
"posX" : -100,
|
||||
"posY" : 144,
|
||||
"width" : 98,
|
||||
@@ -76,8 +76,8 @@
|
||||
|
||||
"performance":
|
||||
{
|
||||
"text" : "Improve Performance",
|
||||
"hoverText" : "Faster load times!",
|
||||
"text" : "改进性能",
|
||||
"hoverText" : "加载速度更快!",
|
||||
"posX" : -100,
|
||||
"posY" : 192,
|
||||
"width" : 200,
|
||||
@@ -85,14 +85,14 @@
|
||||
"action" :
|
||||
{
|
||||
"type": "openLink",
|
||||
"link": "https://github.com/sainagh/meatballcraft/wiki/%5B0.17.0%5D-Improving-Performance"
|
||||
"link": "https://github.com/sainagh/meatballcraft/wiki/%5B0.18%5D-Improving-Performance"
|
||||
}
|
||||
},
|
||||
|
||||
"quit":
|
||||
{
|
||||
"text" : "menu.quit",
|
||||
"hoverText" : "See ya!",
|
||||
"hoverText" : "再见!",
|
||||
"posX" : 2,
|
||||
"posY" : 144,
|
||||
"width" : 98,
|
||||
@@ -136,7 +136,7 @@
|
||||
"discord":
|
||||
{
|
||||
"text" : "Discord",
|
||||
"hoverText" : "Join the meatballs!",
|
||||
"hoverText" : "加入肉丸!",
|
||||
"posX" : -100,
|
||||
"posY" : 120,
|
||||
"width" : 200,
|
||||
@@ -152,8 +152,8 @@
|
||||
{
|
||||
"mojang":
|
||||
{
|
||||
"text" : "Copyright Mojang AB. Do not distribute!",
|
||||
"hoverText" : "�nCopyright Mojang AB. Do not distribute!",
|
||||
"text" : "© Mojang AB 请勿二次分发!",
|
||||
"hoverText" : "�n© Mojang AB 请勿二次分发!",
|
||||
"posX" : -197,
|
||||
"posY" : -10,
|
||||
"color" : -1,
|
||||
@@ -166,8 +166,8 @@
|
||||
},
|
||||
"soundtrack":
|
||||
{
|
||||
"text" : "Soundtrack:\n It's not over - Darren Curtis Music",
|
||||
"hoverText" : "Soundtrack:\n AhAhAhAHAHH",
|
||||
"text" : "配乐:\n It's not over - Darren Curtis Music",
|
||||
"hoverText" : "配乐:\n AhAhAhAHAHH",
|
||||
"posX" : -197,
|
||||
"posY" : -30,
|
||||
"color" : -1,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#Inventory Tweaks Configuration
|
||||
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
|
||||
#Sat Apr 26 10:18:12 PDT 2025
|
||||
#Thu May 08 18:25:57 PDT 2025
|
||||
enableMiddleClick=true
|
||||
showChestButtons=true
|
||||
enableSortingOnPickup=false
|
||||
@@ -19,4 +19,4 @@ shortcutKeyOneItem=LCONTROL, RCONTROL
|
||||
shortcutKeyToUpperSection=UP
|
||||
shortcutKeyToLowerSection=DOWN
|
||||
shortcutKeyDrop=LALT, RALT
|
||||
version=1.63+release.109.220f184
|
||||
version=1.63+release.109.220f184
|
||||
+178
-30
@@ -477,36 +477,6 @@
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"423": [
|
||||
{
|
||||
"item": "xreliquary:rod_of_lyssa",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_enscriber",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"170": [
|
||||
{
|
||||
"item": "xreliquary:rod_of_lyssa",
|
||||
@@ -791,6 +761,14 @@
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_1",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_2",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"1": [
|
||||
@@ -827,6 +805,126 @@
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"420": [
|
||||
{
|
||||
"item": "abyssalcraft:scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_enscriber",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_1",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_2",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"421": [
|
||||
{
|
||||
"item": "abyssalcraft:scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_enscriber",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_1",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_2",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"422": [
|
||||
{
|
||||
"item": "abyssalcraft:scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_enscriber",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_1",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_2",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"423": [
|
||||
{
|
||||
"item": "abyssalcraft:scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_enscriber",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_1",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_2",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"146": [
|
||||
{
|
||||
"item": "xreliquary:rod_of_lyssa",
|
||||
@@ -1375,6 +1473,14 @@
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_1",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:charm_of_life_2",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"813": [
|
||||
@@ -1596,6 +1702,48 @@
|
||||
"item": "twilightforest:charm_of_life_2",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"427": [
|
||||
{
|
||||
"item": "ae2fc:wireless_fluid_pattern_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:wireless_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:wireless_crafting_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:wireless_pattern_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:wireless_fluid_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "appliedenergistics2:wireless_interface_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "ae2exttable:wireless_basic_crafting_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "ae2exttable:wireless_advanced_crafting_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "ae2exttable:wireless_elite_crafting_terminal",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "ae2exttable:wireless_ultimate_crafting_terminal",
|
||||
"damage": "*"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
@@ -56,7 +56,7 @@ mapperconfigurations {
|
||||
I:divinerpgpriority=1
|
||||
I:equivalentenergisticspriority=1
|
||||
|
||||
# Priority for Mod with ModId = expequiv. Values: 3950 [range: 0 ~ 512, default: 1]
|
||||
# Priority for Mod with ModId = expequiv. Values: 3953 [range: 0 ~ 512, default: 1]
|
||||
I:expequivpriority=1
|
||||
I:metallurgypriority=1
|
||||
|
||||
@@ -245,7 +245,7 @@ mapperconfigurations {
|
||||
apicustomconversionmapper {
|
||||
|
||||
allow {
|
||||
# Allow Mod expequiv to add its 82398 Recipes to the EMC Calculation [default: true]
|
||||
# Allow Mod expequiv to add its 82390 Recipes to the EMC Calculation [default: true]
|
||||
B:expequiv=true
|
||||
}
|
||||
|
||||
@@ -253,4 +253,3 @@ mapperconfigurations {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -238,10 +238,13 @@ general {
|
||||
# CONCURRENT_LINKED_HASHMAP
|
||||
S:"Tile Entity Map"=CONCURRENT_LINKED_HASHMAP
|
||||
|
||||
# Always builds village structures with biome-specific blocks
|
||||
# Improves compatibility with mods such as BiomeTweaker
|
||||
B:"Village Component Parts"=true
|
||||
|
||||
# Fixes witch hut structure data not accounting for the height it is generated at
|
||||
B:"Witch Huts"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -215,6 +215,10 @@ general {
|
||||
mekanism {
|
||||
# Fixes various duplication exploits
|
||||
B:"Duplication Fixes"=true
|
||||
|
||||
# Fixes a logic error allowing extracting fluids from fluid tanks regardless of requested fluid
|
||||
# Has no effect when playing with Mekanism CEu
|
||||
B:"Fluid Tank Extraction"=true
|
||||
}
|
||||
|
||||
"mob stages" {
|
||||
@@ -470,65 +474,56 @@ general {
|
||||
}
|
||||
|
||||
"tinkers' construct" {
|
||||
# Fixes various duplication exploits
|
||||
B:"Duplication Fixes"=true
|
||||
|
||||
# Excludes gaseous fluids from being transferable via faucets
|
||||
B:"Ceramics: Gaseous Fluids"=false
|
||||
B:"Duplication Fixes"=true
|
||||
B:"Gaseous Fluids"=false
|
||||
|
||||
# Hides tool/bow materials in the 'Materials and You' book
|
||||
# Syntax: material
|
||||
# Enabling debug logging prints all materials on game launch
|
||||
S:"Material Blacklist" <
|
||||
>
|
||||
|
||||
# Determines the maximum number of possible items to display before not rendering any to prevent substantial lag
|
||||
# 0 to disable rendering items in the smeltery entirely
|
||||
# -1 for the default, which is always rendering items
|
||||
I:"Maximum Items to Render in Smeltery"=-1
|
||||
|
||||
# Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand
|
||||
B:"Offhand Shuriken"=true
|
||||
|
||||
# Caches all ore dictionary smelting recipes to speed up game loading
|
||||
B:"Ore Dictionary Cache"=true
|
||||
|
||||
# Fixes server world being leaked to various particles
|
||||
B:"Particle Fixes"=true
|
||||
|
||||
# Despawns unbreakable projectiles faster to improve framerates
|
||||
B:"Projectile Despawning"=true
|
||||
|
||||
# Enables usage of tweaks in below category to customize Tinkers' tools stats
|
||||
B:"Tool Customization"=true
|
||||
|
||||
"tool customization" {
|
||||
S:"Attack Damage Decay Rate"=0.9
|
||||
D:"Cleaver Attack Damage Cutoff"=75.0
|
||||
D:"General Attack Damage Cutoff"=15.0
|
||||
D:"Longsword Attack Damage Cutoff"=65.0
|
||||
D:"PlusTiC: Katana Attack Damage Cutoff"=22.0
|
||||
D:"Rapier Attack Damage Cutoff"=55.0
|
||||
|
||||
# Enables usage of tweaks in below category to customize Tinkers' tools stats
|
||||
B:"[1] Tool Customization"=true
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for any Tinkers' tool not listed here
|
||||
# Default value: 15.0
|
||||
D:"[2] General Attack Damage Cutoff"=15.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the cleaver
|
||||
# Default value: 25.0
|
||||
D:"[3] Cleaver Attack Damage Cutoff"=25.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the longsword
|
||||
# Default value: 18.0
|
||||
D:"[4] Longsword Attack Damage Cutoff"=18.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the rapier
|
||||
# Default value: 13.0
|
||||
D:"[5] Rapier Attack Damage Cutoff"=13.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the PlusTiC katana
|
||||
# Default value: 22.0
|
||||
D:"[6] PlusTiC: Katana Attack Damage Cutoff"=22.0
|
||||
|
||||
# Sets the rate at which a tool's attack damage incrementally decays depending on its damage cutoff
|
||||
# Default value: 0.9
|
||||
# Range: 0.0 - 1.0
|
||||
# Note: A rate of 1.0 means there is no damage decay
|
||||
# Note: The damage curve will cap the maximum value to (tool's damage cutoff)/(1 - decay rate)
|
||||
S:"Attack Damage Decay Rate"=0.9
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the cleaver
|
||||
# Default value: 25.0
|
||||
D:"Cleaver Attack Damage Cutoff"=75.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for any Tinkers' tool not listed here
|
||||
# Default value: 15.0
|
||||
D:"General Attack Damage Cutoff"=15.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the longsword
|
||||
# Default value: 18.0
|
||||
D:"Longsword Attack Damage Cutoff"=65.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the PlusTiC katana
|
||||
# Default value: 22.0
|
||||
D:"PlusTiC: Katana Attack Damage Cutoff"=22.0
|
||||
|
||||
# Sets the attack damage cutoff at which diminishing returns start for the rapier
|
||||
# Default value: 13.0
|
||||
D:"Rapier Attack Damage Cutoff"=55.0
|
||||
S:"[7] Attack Damage Decay Rate"=0.9
|
||||
}
|
||||
|
||||
}
|
||||
@@ -680,6 +675,9 @@ general {
|
||||
}
|
||||
|
||||
evilcraft {
|
||||
# Avoid repeatedly running intensive calculations involving spawning a random Vengeance Spirit
|
||||
B:"Vengeance Spirit Random Performance"=true
|
||||
|
||||
# Cache the result of Vengeance Spirit checks against the config, which may attempt to build and check against hundreds of Regex Patterns every tick
|
||||
B:"Vengeance Spirit Regex Cache"=true
|
||||
}
|
||||
@@ -735,6 +733,10 @@ general {
|
||||
B:"Baubles Compatibility"=true
|
||||
}
|
||||
|
||||
"gaia dimension" {
|
||||
# Safely access a nullable array when checking recipes in the Restructurer
|
||||
B:"Fix Restructurer Crash"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +14,6 @@ general {
|
||||
|
||||
# Determines how tall cacti can grow
|
||||
I:"Cactus Size"=3
|
||||
|
||||
# Allows placing End Crystals without requiring Obsidian or Bedrock below
|
||||
B:"End Crystal Placing"=false
|
||||
|
||||
# Determines the numerator of the block drop formula on explosions
|
||||
@@ -196,6 +194,23 @@ general {
|
||||
anvil {
|
||||
# Sets the experience level cap for anvil recipes
|
||||
I:"Anvil XP Level Cap"=40
|
||||
|
||||
# Allows repairing damaged anvils by right-clicking them with a repair item
|
||||
B:"Repairable Anvil Toggle"=false
|
||||
|
||||
##########################################################################################################
|
||||
# repairable anvil items
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# List of items which can be used to repair damaged anvils and their amount
|
||||
# Syntax: modid:block, amount
|
||||
# Syntax: oredict, amount
|
||||
##########################################################################################################
|
||||
|
||||
"repairable anvil items" {
|
||||
I:blockIron=1
|
||||
I:"minecraft:iron_ingot"=9
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
piston {
|
||||
@@ -208,6 +223,24 @@ general {
|
||||
>
|
||||
}
|
||||
|
||||
"end crystal placement" {
|
||||
# Allows placing end crystals on more blocks than obsidian or bedrock below
|
||||
B:"[1] End Crystal Placement Toggle"=false
|
||||
|
||||
# List of blocks concerning placement of end crystals
|
||||
# Behavior depends on the list mode
|
||||
# Syntax: modid:block
|
||||
S:"[2] Block List" <
|
||||
>
|
||||
|
||||
# Blacklist Mode: Blocks that don't allow placing of end crystals, others do
|
||||
# Whitelist Mode: Blocks that allow placing of end crystals, others don't
|
||||
# Valid values:
|
||||
# WHITELIST
|
||||
# BLACKLIST
|
||||
S:"[3] List Mode"=BLACKLIST
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
entities {
|
||||
@@ -310,6 +343,13 @@ general {
|
||||
# When viewing in third person, don't stop the camera on non-solid blocks
|
||||
B:"Third Person Ignores Non-solid Blocks"=false
|
||||
|
||||
# Controls villager professions in specified biomes
|
||||
# Syntax: whitelist/blacklist;modid:biome=modid:profession,modid:profession,...
|
||||
# Example 1: whitelist;minecraft:plains=minecraft:librarian,minecraft:priest
|
||||
# Example 2: blacklist;minecraft:desert=minecraft:farmer
|
||||
S:"Villager Profession Biome Restriction" <
|
||||
>
|
||||
|
||||
# Allows creating Iron Golems with non-air blocks in the bottom corners of the structure
|
||||
B:"Weaken Golem Structure Requirements"=false
|
||||
|
||||
@@ -849,8 +889,6 @@ general {
|
||||
misc {
|
||||
# Always displays the actual potion duration instead of `**:**`
|
||||
B:"Accurate Potion Duration"=true
|
||||
|
||||
# Silently takes a screenshot every time an advancement is achieved
|
||||
B:"Advancement Screenshot"=false
|
||||
|
||||
# Always returns the player to the main menu when quitting the game
|
||||
@@ -1278,6 +1316,25 @@ general {
|
||||
B:"Broadcast Wither Death Sound"=true
|
||||
}
|
||||
|
||||
"advancement screenshot" {
|
||||
# Silently takes a screenshot every time an advancement is achieved
|
||||
B:"[1] Advancement Screenshot Toggle"=false
|
||||
|
||||
# Syntax: modid:advancement
|
||||
S:"[2] Advancement List" <
|
||||
>
|
||||
|
||||
# Blacklist Mode: Advancements which are not captured, others are
|
||||
# Whitelist Mode: Advancements which are captured, others are not
|
||||
# Valid values:
|
||||
# WHITELIST
|
||||
# BLACKLIST
|
||||
S:"[3] List Mode"=BLACKLIST
|
||||
|
||||
# Cooldown in ticks after each capture to prevent lag through screenshot spam
|
||||
I:"[4] Screenshot Cooldown"=20
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
performance {
|
||||
@@ -1490,4 +1547,3 @@ general {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
general {
|
||||
B:enableMixin=true
|
||||
B:enableRandomTickEvent=false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
##########################################################################################################
|
||||
|
||||
data {
|
||||
# [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [enderio:witherarrow:5], [enderio:soulbound:1], [enderio:repellent:1], [enderio:witherweapon:5], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [mod_lavacow:critical_boost:2], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]]
|
||||
# [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:autosmelt:2], [endercore:xpboost:5], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [enderio:witherweapon:5], [enderio:soulbound:1], [enderio:witherarrow:5], [enderio:repellent:1], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [mod_lavacow:critical_boost:2], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]]
|
||||
S:data <
|
||||
minecraft:protection:10
|
||||
minecraft:fire_protection:5
|
||||
@@ -66,4 +66,3 @@ data {
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -16,6 +16,22 @@ balance {
|
||||
general {
|
||||
# Blocks that won't work at all with the wands. E.g. 'minecraft:bedrock/0'
|
||||
S:blacklisted_blocks <
|
||||
projectex:power_flower/0
|
||||
projectex:power_flower/1
|
||||
projectex:power_flower/2
|
||||
projectex:power_flower/3
|
||||
projectex:power_flower/4
|
||||
projectex:power_flower/5
|
||||
projectex:power_flower/6
|
||||
projectex:power_flower/7
|
||||
projectex:power_flower/8
|
||||
projectex:power_flower/9
|
||||
projectex:power_flower/10
|
||||
projectex:power_flower/11
|
||||
projectex:power_flower/12
|
||||
projectex:power_flower/13
|
||||
projectex:power_flower/14
|
||||
projectex:power_flower/15
|
||||
>
|
||||
|
||||
# Enable recipe for diamond builder's wand
|
||||
@@ -42,4 +58,3 @@ why_not {
|
||||
B:straymav_ultimate_wand=false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ general {
|
||||
B:"Use Quest Bookmark"=true
|
||||
|
||||
# If view mode enabled, User can view all quests [default: false]
|
||||
B:"View mode"=true
|
||||
B:"View mode"=false
|
||||
|
||||
# Zoom in on cursor. If false, zooms in on center of screen. [default: true]
|
||||
B:"Zoom In on Cursor"=true
|
||||
@@ -53,4 +53,3 @@ general {
|
||||
S:"Zoom Speed"=1.25
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -5032,804 +5032,825 @@
|
||||
"y:3": -120
|
||||
},
|
||||
"717:10": {
|
||||
"id:3": 189570972,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3168,
|
||||
"y:3": 96
|
||||
},
|
||||
"718:10": {
|
||||
"id:3": 191189457,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3744,
|
||||
"y:3": -12
|
||||
},
|
||||
"718:10": {
|
||||
"719:10": {
|
||||
"id:3": 262948337,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -264
|
||||
},
|
||||
"719:10": {
|
||||
"720:10": {
|
||||
"id:3": 267368053,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3564,
|
||||
"y:3": 60
|
||||
},
|
||||
"720:10": {
|
||||
"721:10": {
|
||||
"id:3": 283823173,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": 24
|
||||
},
|
||||
"721:10": {
|
||||
"722:10": {
|
||||
"id:3": 285554142,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 1548,
|
||||
"y:3": 24
|
||||
},
|
||||
"722:10": {
|
||||
"723:10": {
|
||||
"id:3": 292319552,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3456,
|
||||
"y:3": 60
|
||||
},
|
||||
"723:10": {
|
||||
"724:10": {
|
||||
"id:3": 299237608,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3096,
|
||||
"y:3": 24
|
||||
},
|
||||
"724:10": {
|
||||
"725:10": {
|
||||
"id:3": 331342148,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -444
|
||||
},
|
||||
"725:10": {
|
||||
"726:10": {
|
||||
"id:3": 352701878,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": -12
|
||||
},
|
||||
"726:10": {
|
||||
"727:10": {
|
||||
"id:3": 358789496,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": -48
|
||||
},
|
||||
"727:10": {
|
||||
"728:10": {
|
||||
"id:3": 404913088,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3492,
|
||||
"y:3": 96
|
||||
},
|
||||
"728:10": {
|
||||
"729:10": {
|
||||
"id:3": 457497037,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3384,
|
||||
"y:3": -84
|
||||
},
|
||||
"729:10": {
|
||||
"730:10": {
|
||||
"id:3": 478677150,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3456,
|
||||
"y:3": 132
|
||||
},
|
||||
"730:10": {
|
||||
"731:10": {
|
||||
"id:3": 482221128,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 360,
|
||||
"y:3": 24
|
||||
},
|
||||
"731:10": {
|
||||
"732:10": {
|
||||
"id:3": 509587062,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3240,
|
||||
"y:3": -156
|
||||
},
|
||||
"732:10": {
|
||||
"733:10": {
|
||||
"id:3": 548069164,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3204,
|
||||
"y:3": -84
|
||||
},
|
||||
"733:10": {
|
||||
"734:10": {
|
||||
"id:3": 585232112,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": -84
|
||||
},
|
||||
"734:10": {
|
||||
"735:10": {
|
||||
"id:3": 608217835,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": -48
|
||||
},
|
||||
"735:10": {
|
||||
"736:10": {
|
||||
"id:3": 609304222,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -408
|
||||
},
|
||||
"736:10": {
|
||||
"737:10": {
|
||||
"id:3": 619388708,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": -192
|
||||
},
|
||||
"737:10": {
|
||||
"738:10": {
|
||||
"id:3": 627303045,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3672,
|
||||
"y:3": -120
|
||||
},
|
||||
"738:10": {
|
||||
"739:10": {
|
||||
"id:3": 648075999,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3672,
|
||||
"y:3": -156
|
||||
},
|
||||
"739:10": {
|
||||
"740:10": {
|
||||
"id:3": 648991311,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3240,
|
||||
"y:3": -84
|
||||
},
|
||||
"740:10": {
|
||||
"741:10": {
|
||||
"id:3": 651565677,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -12
|
||||
},
|
||||
"741:10": {
|
||||
"742:10": {
|
||||
"id:3": 655786821,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3348,
|
||||
"y:3": -120
|
||||
},
|
||||
"742:10": {
|
||||
"743:10": {
|
||||
"id:3": 656465562,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": -228
|
||||
},
|
||||
"743:10": {
|
||||
"744:10": {
|
||||
"id:3": 690563211,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3384,
|
||||
"y:3": -156
|
||||
},
|
||||
"744:10": {
|
||||
"745:10": {
|
||||
"id:3": 695054604,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -48
|
||||
},
|
||||
"745:10": {
|
||||
"746:10": {
|
||||
"id:3": 714682973,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 1836,
|
||||
"y:3": -264
|
||||
},
|
||||
"746:10": {
|
||||
"747:10": {
|
||||
"id:3": 716708024,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3312,
|
||||
"y:3": -120
|
||||
},
|
||||
"747:10": {
|
||||
"748:10": {
|
||||
"id:3": 718654576,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3564,
|
||||
"y:3": -12
|
||||
},
|
||||
"748:10": {
|
||||
"749:10": {
|
||||
"id:3": 726098530,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3240,
|
||||
"y:3": -48
|
||||
},
|
||||
"749:10": {
|
||||
"750:10": {
|
||||
"id:3": 745089078,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3276,
|
||||
"y:3": -48
|
||||
},
|
||||
"750:10": {
|
||||
"751:10": {
|
||||
"id:3": 769610759,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3384,
|
||||
"y:3": -48
|
||||
},
|
||||
"751:10": {
|
||||
"752:10": {
|
||||
"id:3": 770001395,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 108,
|
||||
"y:3": 96
|
||||
},
|
||||
"752:10": {
|
||||
"753:10": {
|
||||
"id:3": 790616998,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": 24
|
||||
},
|
||||
"753:10": {
|
||||
"754:10": {
|
||||
"id:3": 809768846,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3672,
|
||||
"y:3": -228
|
||||
},
|
||||
"754:10": {
|
||||
"755:10": {
|
||||
"id:3": 813659679,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3672,
|
||||
"y:3": -192
|
||||
},
|
||||
"755:10": {
|
||||
"756:10": {
|
||||
"id:3": 814979819,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -156
|
||||
},
|
||||
"756:10": {
|
||||
"757:10": {
|
||||
"id:3": 826305078,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 1764,
|
||||
"y:3": 96
|
||||
},
|
||||
"757:10": {
|
||||
"758:10": {
|
||||
"id:3": 946204526,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3024,
|
||||
"y:3": 60
|
||||
},
|
||||
"758:10": {
|
||||
"759:10": {
|
||||
"id:3": 946686645,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 504,
|
||||
"y:3": -480
|
||||
},
|
||||
"759:10": {
|
||||
"760:10": {
|
||||
"id:3": 946808945,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": 168
|
||||
},
|
||||
"760:10": {
|
||||
"761:10": {
|
||||
"id:3": 951871488,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3132,
|
||||
"y:3": -156
|
||||
},
|
||||
"761:10": {
|
||||
"762:10": {
|
||||
"id:3": 970927034,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -84
|
||||
},
|
||||
"762:10": {
|
||||
"763:10": {
|
||||
"id:3": 982745465,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3492,
|
||||
"y:3": -48
|
||||
},
|
||||
"763:10": {
|
||||
"764:10": {
|
||||
"id:3": 996129961,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3456,
|
||||
"y:3": -120
|
||||
},
|
||||
"764:10": {
|
||||
"765:10": {
|
||||
"id:3": 1047249538,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3168,
|
||||
"y:3": -192
|
||||
},
|
||||
"765:10": {
|
||||
"766:10": {
|
||||
"id:3": 1065510600,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3204,
|
||||
"y:3": -192
|
||||
},
|
||||
"766:10": {
|
||||
"767:10": {
|
||||
"id:3": 1066250269,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3564,
|
||||
"y:3": -84
|
||||
},
|
||||
"767:10": {
|
||||
"768:10": {
|
||||
"id:3": 1096669152,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3564,
|
||||
"y:3": 96
|
||||
},
|
||||
"768:10": {
|
||||
"769:10": {
|
||||
"id:3": 1111658403,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -228
|
||||
},
|
||||
"769:10": {
|
||||
"770:10": {
|
||||
"id:3": 1126830519,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3708,
|
||||
"y:3": 24
|
||||
},
|
||||
"770:10": {
|
||||
"771:10": {
|
||||
"id:3": 1142834944,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 1944,
|
||||
"y:3": -120
|
||||
},
|
||||
"771:10": {
|
||||
"772:10": {
|
||||
"id:3": 1151267866,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 2088,
|
||||
"y:3": 96
|
||||
},
|
||||
"772:10": {
|
||||
"773:10": {
|
||||
"id:3": 1155741702,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3708,
|
||||
"y:3": 60
|
||||
},
|
||||
"773:10": {
|
||||
"774:10": {
|
||||
"id:3": 1167022541,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": -156
|
||||
},
|
||||
"774:10": {
|
||||
"775:10": {
|
||||
"id:3": 1210666494,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3492,
|
||||
"y:3": 132
|
||||
},
|
||||
"775:10": {
|
||||
"776:10": {
|
||||
"id:3": 1230893198,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -336
|
||||
},
|
||||
"776:10": {
|
||||
"777:10": {
|
||||
"id:3": 1248230501,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 972,
|
||||
"y:3": -120
|
||||
},
|
||||
"778:10": {
|
||||
"id:3": 1281489751,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": -192
|
||||
},
|
||||
"777:10": {
|
||||
"779:10": {
|
||||
"id:3": 1283790114,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3024,
|
||||
"y:3": 24
|
||||
},
|
||||
"778:10": {
|
||||
"780:10": {
|
||||
"id:3": 1313815980,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3384,
|
||||
"y:3": -12
|
||||
},
|
||||
"779:10": {
|
||||
"781:10": {
|
||||
"id:3": 1337626444,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3420,
|
||||
"y:3": -12
|
||||
},
|
||||
"780:10": {
|
||||
"782:10": {
|
||||
"id:3": 1338651064,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3564,
|
||||
"y:3": 24
|
||||
},
|
||||
"781:10": {
|
||||
"783:10": {
|
||||
"id:3": 1342545885,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -192
|
||||
},
|
||||
"782:10": {
|
||||
"784:10": {
|
||||
"id:3": 1343888287,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3240,
|
||||
"y:3": -120
|
||||
},
|
||||
"783:10": {
|
||||
"785:10": {
|
||||
"id:3": 1359221554,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3708,
|
||||
"y:3": -48
|
||||
},
|
||||
"784:10": {
|
||||
"786:10": {
|
||||
"id:3": 1382366189,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3276,
|
||||
"y:3": -192
|
||||
},
|
||||
"785:10": {
|
||||
"787:10": {
|
||||
"id:3": 1403059773,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3204,
|
||||
"y:3": -120
|
||||
},
|
||||
"786:10": {
|
||||
"788:10": {
|
||||
"id:3": 1415320476,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3276,
|
||||
"y:3": -156
|
||||
},
|
||||
"787:10": {
|
||||
"789:10": {
|
||||
"id:3": 1455291383,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -300
|
||||
},
|
||||
"788:10": {
|
||||
"790:10": {
|
||||
"id:3": 1479405903,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3276,
|
||||
"y:3": -120
|
||||
},
|
||||
"789:10": {
|
||||
"791:10": {
|
||||
"id:3": 1501196473,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3492,
|
||||
"y:3": -12
|
||||
},
|
||||
"790:10": {
|
||||
"792:10": {
|
||||
"id:3": 1501755393,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -372
|
||||
},
|
||||
"791:10": {
|
||||
"793:10": {
|
||||
"id:3": 1503761052,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3168,
|
||||
"y:3": -84
|
||||
},
|
||||
"792:10": {
|
||||
"794:10": {
|
||||
"id:3": 1514902796,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": 168
|
||||
},
|
||||
"793:10": {
|
||||
"795:10": {
|
||||
"id:3": 1521131802,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": -120
|
||||
},
|
||||
"794:10": {
|
||||
"796:10": {
|
||||
"id:3": 1522720224,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": 96
|
||||
},
|
||||
"795:10": {
|
||||
"797:10": {
|
||||
"id:3": 1539715922,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3708,
|
||||
"y:3": 96
|
||||
},
|
||||
"796:10": {
|
||||
"798:10": {
|
||||
"id:3": 1577699709,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3708,
|
||||
"y:3": -120
|
||||
},
|
||||
"797:10": {
|
||||
"799:10": {
|
||||
"id:3": 1582606702,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": -120
|
||||
},
|
||||
"798:10": {
|
||||
"800:10": {
|
||||
"id:3": 1597993732,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 1044,
|
||||
"y:3": -120
|
||||
},
|
||||
"799:10": {
|
||||
"801:10": {
|
||||
"id:3": 1611384648,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3456,
|
||||
"y:3": 96
|
||||
},
|
||||
"800:10": {
|
||||
"802:10": {
|
||||
"id:3": 1647333921,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 648,
|
||||
"y:3": -228
|
||||
},
|
||||
"803:10": {
|
||||
"id:3": 1660051088,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3672,
|
||||
"y:3": -12
|
||||
},
|
||||
"801:10": {
|
||||
"804:10": {
|
||||
"id:3": 1671058553,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3060,
|
||||
"y:3": 24
|
||||
},
|
||||
"802:10": {
|
||||
"805:10": {
|
||||
"id:3": 1681217594,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3348,
|
||||
"y:3": -48
|
||||
},
|
||||
"803:10": {
|
||||
"806:10": {
|
||||
"id:3": 1681849124,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3204,
|
||||
"y:3": -156
|
||||
},
|
||||
"804:10": {
|
||||
"807:10": {
|
||||
"id:3": 1699700070,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3348,
|
||||
"y:3": -156
|
||||
},
|
||||
"805:10": {
|
||||
"808:10": {
|
||||
"id:3": 1703495878,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": 60
|
||||
},
|
||||
"806:10": {
|
||||
"809:10": {
|
||||
"id:3": 1713406254,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3276,
|
||||
"y:3": -84
|
||||
},
|
||||
"807:10": {
|
||||
"810:10": {
|
||||
"id:3": 1724085619,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": 60
|
||||
},
|
||||
"808:10": {
|
||||
"811:10": {
|
||||
"id:3": 1727374336,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3456,
|
||||
"y:3": -12
|
||||
},
|
||||
"809:10": {
|
||||
"812:10": {
|
||||
"id:3": 1829243204,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3636,
|
||||
"y:3": -12
|
||||
},
|
||||
"810:10": {
|
||||
"813:10": {
|
||||
"id:3": 1830502096,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": -480
|
||||
},
|
||||
"811:10": {
|
||||
"814:10": {
|
||||
"id:3": 1836563922,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3780,
|
||||
"y:3": -12
|
||||
},
|
||||
"812:10": {
|
||||
"815:10": {
|
||||
"id:3": 1843441452,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3564,
|
||||
"y:3": -48
|
||||
},
|
||||
"813:10": {
|
||||
"816:10": {
|
||||
"id:3": 1900648883,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3672,
|
||||
"y:3": -84
|
||||
},
|
||||
"814:10": {
|
||||
"817:10": {
|
||||
"id:3": 1947473444,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3564,
|
||||
"y:3": -120
|
||||
},
|
||||
"815:10": {
|
||||
"818:10": {
|
||||
"id:3": 1979802923,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3060,
|
||||
"y:3": -120
|
||||
},
|
||||
"816:10": {
|
||||
"819:10": {
|
||||
"id:3": 1980945817,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 1116,
|
||||
"y:3": -84
|
||||
},
|
||||
"817:10": {
|
||||
"820:10": {
|
||||
"id:3": 2009829659,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3384,
|
||||
"y:3": 24
|
||||
},
|
||||
"818:10": {
|
||||
"821:10": {
|
||||
"id:3": 2022468480,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3240,
|
||||
"y:3": -192
|
||||
},
|
||||
"819:10": {
|
||||
"822:10": {
|
||||
"id:3": 2035349863,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3600,
|
||||
"y:3": 132
|
||||
},
|
||||
"820:10": {
|
||||
"823:10": {
|
||||
"id:3": 2044693951,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 720,
|
||||
"y:3": -372
|
||||
},
|
||||
"821:10": {
|
||||
"824:10": {
|
||||
"id:3": 2052397510,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 1836,
|
||||
"y:3": -228
|
||||
},
|
||||
"822:10": {
|
||||
"825:10": {
|
||||
"id:3": 2066003189,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3384,
|
||||
"y:3": -120
|
||||
},
|
||||
"823:10": {
|
||||
"826:10": {
|
||||
"id:3": 2070436398,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3492,
|
||||
"y:3": 60
|
||||
},
|
||||
"824:10": {
|
||||
"827:10": {
|
||||
"id:3": 2074294565,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3528,
|
||||
"y:3": 96
|
||||
},
|
||||
"825:10": {
|
||||
"828:10": {
|
||||
"id:3": 2078654107,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3240,
|
||||
"y:3": 24
|
||||
},
|
||||
"826:10": {
|
||||
"829:10": {
|
||||
"id:3": 2088399499,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3708,
|
||||
"y:3": -12
|
||||
},
|
||||
"827:10": {
|
||||
"830:10": {
|
||||
"id:3": 2106186542,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3348,
|
||||
"y:3": -84
|
||||
},
|
||||
"828:10": {
|
||||
"831:10": {
|
||||
"id:3": 2117123475,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3492,
|
||||
"y:3": -84
|
||||
},
|
||||
"829:10": {
|
||||
"832:10": {
|
||||
"id:3": 2125675950,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3420,
|
||||
"y:3": -48
|
||||
},
|
||||
"830:10": {
|
||||
"833:10": {
|
||||
"id:3": 2133694398,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 3456,
|
||||
"y:3": 24
|
||||
},
|
||||
"831:10": {
|
||||
"834:10": {
|
||||
"id:3": 2143131475,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
|
||||
@@ -2100,153 +2100,174 @@
|
||||
"y:3": -468
|
||||
},
|
||||
"298:10": {
|
||||
"id:3": 400947744,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -72,
|
||||
"y:3": -276
|
||||
},
|
||||
"299:10": {
|
||||
"id:3": 566141768,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -408,
|
||||
"y:3": 12
|
||||
},
|
||||
"299:10": {
|
||||
"300:10": {
|
||||
"id:3": 593507433,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 48,
|
||||
"y:3": -468
|
||||
},
|
||||
"300:10": {
|
||||
"301:10": {
|
||||
"id:3": 596821559,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -516
|
||||
},
|
||||
"301:10": {
|
||||
"302:10": {
|
||||
"id:3": 622606550,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 48,
|
||||
"y:3": -516
|
||||
},
|
||||
"302:10": {
|
||||
"303:10": {
|
||||
"id:3": 673076831,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -492
|
||||
},
|
||||
"303:10": {
|
||||
"304:10": {
|
||||
"id:3": 746862659,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -24,
|
||||
"y:3": -276
|
||||
},
|
||||
"305:10": {
|
||||
"id:3": 804922623,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -432,
|
||||
"y:3": 60
|
||||
},
|
||||
"306:10": {
|
||||
"id:3": 805049422,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 48,
|
||||
"y:3": -180
|
||||
},
|
||||
"304:10": {
|
||||
"307:10": {
|
||||
"id:3": 807924350,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 48,
|
||||
"y:3": -492
|
||||
},
|
||||
"305:10": {
|
||||
"308:10": {
|
||||
"id:3": 810176091,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -468
|
||||
},
|
||||
"306:10": {
|
||||
"309:10": {
|
||||
"id:3": 850659984,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -456,
|
||||
"y:3": 36
|
||||
},
|
||||
"307:10": {
|
||||
"310:10": {
|
||||
"id:3": 871786931,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 24,
|
||||
"y:3": -468
|
||||
},
|
||||
"308:10": {
|
||||
"311:10": {
|
||||
"id:3": 984531997,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 24,
|
||||
"y:3": -516
|
||||
},
|
||||
"309:10": {
|
||||
"312:10": {
|
||||
"id:3": 1053008472,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -348
|
||||
},
|
||||
"310:10": {
|
||||
"313:10": {
|
||||
"id:3": 1302355832,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -48,
|
||||
"y:3": -252
|
||||
},
|
||||
"311:10": {
|
||||
"314:10": {
|
||||
"id:3": 1326761132,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 24,
|
||||
"y:3": -324
|
||||
},
|
||||
"312:10": {
|
||||
"315:10": {
|
||||
"id:3": 1370359542,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 48,
|
||||
"y:3": -300
|
||||
},
|
||||
"313:10": {
|
||||
"316:10": {
|
||||
"id:3": 1461929411,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -324
|
||||
},
|
||||
"314:10": {
|
||||
"317:10": {
|
||||
"id:3": 1494150833,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 24,
|
||||
"y:3": -300
|
||||
},
|
||||
"315:10": {
|
||||
"318:10": {
|
||||
"id:3": 1567883667,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 264,
|
||||
"y:3": -96
|
||||
},
|
||||
"316:10": {
|
||||
"319:10": {
|
||||
"id:3": 1837024033,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 48,
|
||||
"y:3": -324
|
||||
},
|
||||
"317:10": {
|
||||
"320:10": {
|
||||
"id:3": 1907230724,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 24,
|
||||
"y:3": -492
|
||||
},
|
||||
"318:10": {
|
||||
"321:10": {
|
||||
"id:3": 1913343585,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 24,
|
||||
"y:3": -348
|
||||
},
|
||||
"319:10": {
|
||||
"322:10": {
|
||||
"id:3": 2034373847,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
|
||||
@@ -3149,90 +3149,111 @@
|
||||
"y:3": -264
|
||||
},
|
||||
"448:10": {
|
||||
"id:3": 736384140,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": -444
|
||||
},
|
||||
"449:10": {
|
||||
"id:3": 795857967,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -252,
|
||||
"y:3": 60
|
||||
},
|
||||
"449:10": {
|
||||
"450:10": {
|
||||
"id:3": 949656804,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 504,
|
||||
"y:3": -444
|
||||
},
|
||||
"451:10": {
|
||||
"id:3": 1031147864,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -156
|
||||
},
|
||||
"450:10": {
|
||||
"452:10": {
|
||||
"id:3": 1083627567,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 576,
|
||||
"y:3": -264
|
||||
},
|
||||
"451:10": {
|
||||
"453:10": {
|
||||
"id:3": 1091209787,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 432,
|
||||
"y:3": -480
|
||||
},
|
||||
"454:10": {
|
||||
"id:3": 1272834460,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 576,
|
||||
"y:3": -300
|
||||
},
|
||||
"452:10": {
|
||||
"455:10": {
|
||||
"id:3": 1304340834,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": -264
|
||||
},
|
||||
"453:10": {
|
||||
"456:10": {
|
||||
"id:3": 1365120258,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 612,
|
||||
"y:3": 24
|
||||
},
|
||||
"454:10": {
|
||||
"457:10": {
|
||||
"id:3": 1403757701,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -228
|
||||
},
|
||||
"455:10": {
|
||||
"458:10": {
|
||||
"id:3": 1430343507,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -192
|
||||
},
|
||||
"456:10": {
|
||||
"459:10": {
|
||||
"id:3": 1453897011,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 108,
|
||||
"y:3": 132
|
||||
},
|
||||
"457:10": {
|
||||
"460:10": {
|
||||
"id:3": 1553598788,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": -300
|
||||
},
|
||||
"458:10": {
|
||||
"461:10": {
|
||||
"id:3": 1596066184,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 108,
|
||||
"y:3": -156
|
||||
},
|
||||
"459:10": {
|
||||
"462:10": {
|
||||
"id:3": 1799610165,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -180,
|
||||
"y:3": 60
|
||||
},
|
||||
"460:10": {
|
||||
"463:10": {
|
||||
"id:3": 2087826195,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"betterquesting:10": {
|
||||
"editmode:1": 0,
|
||||
"home_image:8": "meatballcraft:textures/gui/title_card.png",
|
||||
"home_image:8": "meatballcraft:textures/gui/default_title.png",
|
||||
"home_offset_y:3": 155,
|
||||
"pack_name:8": "Meatballcraft"
|
||||
},
|
||||
"format:8": "2.1.0"
|
||||
|
||||
@@ -41,19 +41,6 @@
|
||||
}
|
||||
},
|
||||
"2:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "minecraft:written_book",
|
||||
"tag:10": {
|
||||
"author:8": "Meatballcraft",
|
||||
"pages:9": {
|
||||
"0:8": "{\"text\":\"为了优化游戏在不同硬件平台上的性能表现,部分游戏内动画(例如火焰)默认为关闭状态。\\n\\n查看下一页\"}",
|
||||
"1:8": "{\"text\":\"我知道有些玩家很在乎视觉体验。\\n\\n要重新启用这些动画,将AlternativeConfigs目录下的loliasm.cfg文件复制到config目录下。\\n\\n查看下一页\"}",
|
||||
"2:8": "{\"text\":\"警告:这样可能会影响性能表现,甚至可能完全玩不了。\"}"
|
||||
},
|
||||
"title:8": "没有动画"
|
||||
}
|
||||
},
|
||||
"3:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "minecraft:written_book",
|
||||
"tag:10": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_donaeth_rusen"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自丹奈斯・鲁森的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 1111658403,
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"TrophyColorBlue:3": 0,
|
||||
"TrophyColorGreen:3": 0,
|
||||
"TrophyColorRed:3": 0,
|
||||
"TrophyEarnedAt:4": 1728496836,
|
||||
"TrophyItem:10": {
|
||||
"Count:1": 1,
|
||||
"Damage:2": 0,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_kurald_emurlahn"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自库拉德・暗穆兰的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 1230893198,
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
152
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "§7§oRockets and space stations are cool, but unfortunately sometimes they bug out.\nFor those that do not want to deal with the possible issues from using Advanced Rocketry, there\u0027s the Bee Stargate!\n\n§fWow, of course Bees have developed extremely advanced Wormhole technology. I love the Bees!\nStepping through a Stargate, that feels quite cool, I will not deny it...\nIt seems like these structures play an important role in the history, tradition, and culture of Bees. Those that are capable of producing components for these Stargates appear to be highly regarded by the rest of the Bees. This reminds me of how priests and monks are treated by humans. I wonder if their religion has something to do with Stargates...",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:bee_stargate"
|
||||
},
|
||||
"name:8": "The Bee Stargate"
|
||||
}
|
||||
},
|
||||
"questID:3": 1248230501,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:stargate_sand"
|
||||
},
|
||||
"1:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:stargate_chevron_block"
|
||||
},
|
||||
"2:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:stargate_ring_block"
|
||||
},
|
||||
"3:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:stargate_controller_block"
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
},
|
||||
"1:10": {
|
||||
"index:3": 1,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:bee_stargate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:optional_retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25,7 +25,6 @@
|
||||
"TrophyColorBlue:3": 0,
|
||||
"TrophyColorGreen:3": 100,
|
||||
"TrophyColorRed:3": 100,
|
||||
"TrophyEarnedAt:4": 1727205582,
|
||||
"TrophyItem:10": {
|
||||
"Count:1": 1,
|
||||
"Damage:2": 0,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_omtose_phellack"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自欧姆托斯・费拉克的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 1342545885,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_kurald_thyrllan"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自库拉德・泰尔兰的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 1455291383,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_kurald_galain"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自库拉德・加莱的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 1501755393,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_ahkrast_korvalain"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自阿克拉斯特・科瓦莱恩的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 1521131802,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "§7§o空间站和跃迁引擎多方块结构用于航行至多个不同星球(查看后续任务)。\n\n高级火箭模组处理起来可能有一点麻烦,所以我提供了可选的跃迁器配方。这些跃迁器必须在空间站内使用,所以你还是得往轨道上拍一个空间站。",
|
||||
"desc:8": "§7§o空间站和跃迁引擎多方块结构用于航行至多个不同星球(查看上方任务)。\n\n",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:infused_sol_stone"
|
||||
@@ -23,16 +23,5 @@
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
},
|
||||
"1:10": {
|
||||
"index:3": 1,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:bee_stargate"
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:optional_retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
198
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
"tag:10": {
|
||||
"Amount:3": 1000,
|
||||
"FluidName:8": "bewitched_essence_salts"
|
||||
}
|
||||
},
|
||||
"name:8": "巫师之盐"
|
||||
}
|
||||
},
|
||||
"questID:3": 1647333921,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
"tag:10": {
|
||||
"Amount:3": 1000,
|
||||
"FluidName:8": "bewitched_essence_salts"
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
},
|
||||
"1:10": {
|
||||
"index:3": 1,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:xp_assimilator"
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:optional_retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,12 +4,12 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"desc:8": "§7§oNerdySpider负责了第10章的绝大部分纹理!非常感谢!",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:warren_creation_fabrial"
|
||||
},
|
||||
"name:8": "Kashan, the Warren of Actualization"
|
||||
"name:8": "卡尚,显化之迷道"
|
||||
}
|
||||
},
|
||||
"questID:3": 1727374336,
|
||||
|
||||
@@ -36,9 +36,26 @@
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:taerrapiatta_warper"
|
||||
},
|
||||
"1:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:wormhole_field_module"
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
},
|
||||
"1:10": {
|
||||
"index:3": 1,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:wormhole_field_generator"
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:optional_retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "§7§o自动化神圣RPG和虚无世界模组的矿物!(当然不是唯一的方法……)\n\n§f泰拉上的鸡与虽能与各类物质共鸣,但实际使用时却相当有局限性。\n不过借助星辉魔法的改造,我可以培育出改良版本的鸡!\n终于不用为寻找[虚无]蓝宝石发愁了!",
|
||||
"desc:8": "§7§o自动化神圣RPG和虚无世界模组的矿物!(当然不是唯一的方法……)\n\n§f泰拉上的鸡与虽能与各类物质共鸣,但实际使用时却相当有局限性。\n不过借助星辉魔法的改造,我可以培育出改良版本的鸡!\n终于不用为寻找[飞升]蓝宝石发愁了!",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:resplendent_ingot"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"desc:8": "§7§oCongratulations! You reached the canon ending for the modpack! \nIf you still crave some more, you can reach alternative endings by completing some side quests in this chapter!",
|
||||
"frame:8": "STAR4_ON_DIAGONAL_STAR4",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
2268
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:lively_tree_callstone"
|
||||
},
|
||||
"name:8": "Lively Tree is Lively"
|
||||
}
|
||||
},
|
||||
"questID:3": 189570972,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:lively_tree_callstone"
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,6 @@
|
||||
"TrophyColorBlue:3": 0,
|
||||
"TrophyColorGreen:3": 0,
|
||||
"TrophyColorRed:3": 0,
|
||||
"TrophyEarnedAt:4": 1727129438,
|
||||
"TrophyItem:10": {
|
||||
"Count:1": 1,
|
||||
"Damage:2": 0,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_tellan"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自泰兰的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 262948337,
|
||||
|
||||
@@ -47,16 +47,6 @@
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
},
|
||||
"1:10": {
|
||||
"index:3": 1,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "aoa3:distorting_artifact"
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:optional_retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -39,6 +39,16 @@
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
},
|
||||
"1:10": {
|
||||
"index:3": 1,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "aoa3:distorting_artifact"
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:optional_retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
"Lore:9": {
|
||||
"0:8": "§d§o超限附魔§r"
|
||||
},
|
||||
"Name:8": "§6§oDragnipur§r"
|
||||
"Name:8": "§6§o噬灵者§r"
|
||||
},
|
||||
"ench:9": {
|
||||
"0:10": {
|
||||
@@ -41,7 +41,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"name:8": "Warren Whisperer"
|
||||
"name:8": "艾兰特"
|
||||
}
|
||||
},
|
||||
"questID:3": 331342148,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_starvald_demelain"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自斯塔沃・德梅兰的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 609304222,
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:eleint_stone"
|
||||
"id:8": "contenttweaker:power_wrought_brightsteel_alloy_plate"
|
||||
},
|
||||
"name:8": "The Eleint"
|
||||
"name:8": "The Power"
|
||||
}
|
||||
},
|
||||
"questID:3": 813659679,
|
||||
@@ -19,7 +19,7 @@
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:eleint_stone"
|
||||
"id:8": "contenttweaker:power_wrought_brightsteel_alloy_plate"
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "No Description",
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forge:bucketfilled",
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_verdith_anath"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自维狄萨斯・安纳斯的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 814979819,
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"TrophyColorBlue:3": 1,
|
||||
"TrophyColorGreen:3": 1,
|
||||
"TrophyColorRed:3": 1,
|
||||
"TrophyEarnedAt:4": 1726529097,
|
||||
"TrophyItem:10": {
|
||||
"Count:1": 1,
|
||||
"Damage:2": 0,
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"FluidName:8": "whisper_of_thel"
|
||||
}
|
||||
},
|
||||
"name:8": "New Quest"
|
||||
"name:8": "来自瑟尔的明信片"
|
||||
}
|
||||
},
|
||||
"questID:3": 970927034,
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"FluidName:8": "caesium"
|
||||
}
|
||||
},
|
||||
"name:8": "Cesium"
|
||||
"name:8": "铯"
|
||||
}
|
||||
},
|
||||
"questID:3": 342,
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
893
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:wormhole_field_generator"
|
||||
}
|
||||
},
|
||||
"name:8": "虫洞场发生器"
|
||||
}
|
||||
},
|
||||
"questID:3": 400947744,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:wormhole_field_generator"
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
893
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:bee_stargate"
|
||||
}
|
||||
},
|
||||
"name:8": "蜜蜂星门"
|
||||
}
|
||||
},
|
||||
"questID:3": 746862659,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:bee_stargate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
20538
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:xp_assimilator"
|
||||
}
|
||||
},
|
||||
"name:8": "经验浴池"
|
||||
}
|
||||
},
|
||||
"questID:3": 804922623,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "modularmachinery:itemblueprint",
|
||||
"tag:10": {
|
||||
"dynamicmachine:8": "modularmachinery:xp_assimilator"
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,315 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
1253,
|
||||
585706829
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forestry:bee_queen_ge",
|
||||
"tag:10": {
|
||||
"Genome:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.UniversalConstellation",
|
||||
"UID1:8": "gendustry.bee.UniversalConstellation"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlow",
|
||||
"UID1:8": "forestry.speedSlow"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShort",
|
||||
"UID1:8": "forestry.lifespanShort"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityNormal",
|
||||
"UID1:8": "forestry.fertilityNormal"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceDown2",
|
||||
"UID1:8": "forestry.toleranceDown2"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersNether",
|
||||
"UID1:8": "forestry.flowersNether"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlowest",
|
||||
"UID1:8": "forestry.floweringSlowest"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectAggressive",
|
||||
"UID1:8": "forestry.effectAggressive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Health:3": 30,
|
||||
"IsAnalyzed:1": 0,
|
||||
"Mate:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.UniversalConstellation",
|
||||
"UID1:8": "gendustry.bee.UniversalConstellation"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlow",
|
||||
"UID1:8": "forestry.speedSlow"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShort",
|
||||
"UID1:8": "forestry.lifespanShort"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityNormal",
|
||||
"UID1:8": "forestry.fertilityNormal"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceDown2",
|
||||
"UID1:8": "forestry.toleranceDown2"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersNether",
|
||||
"UID1:8": "forestry.flowersNether"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlowest",
|
||||
"UID1:8": "forestry.floweringSlowest"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectAggressive",
|
||||
"UID1:8": "forestry.effectAggressive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaxH:3": 30
|
||||
}
|
||||
},
|
||||
"name:8": "宇宙星座蜜蜂"
|
||||
}
|
||||
},
|
||||
"questID:3": 1091209787,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forestry:bee_queen_ge",
|
||||
"tag:10": {
|
||||
"Genome:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.UniversalConstellation",
|
||||
"UID1:8": "gendustry.bee.UniversalConstellation"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlow",
|
||||
"UID1:8": "forestry.speedSlow"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShort",
|
||||
"UID1:8": "forestry.lifespanShort"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityNormal",
|
||||
"UID1:8": "forestry.fertilityNormal"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceDown2",
|
||||
"UID1:8": "forestry.toleranceDown2"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersNether",
|
||||
"UID1:8": "forestry.flowersNether"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlowest",
|
||||
"UID1:8": "forestry.floweringSlowest"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectAggressive",
|
||||
"UID1:8": "forestry.effectAggressive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Health:3": 30,
|
||||
"IsAnalyzed:1": 0,
|
||||
"Mate:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.UniversalConstellation",
|
||||
"UID1:8": "gendustry.bee.UniversalConstellation"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlow",
|
||||
"UID1:8": "forestry.speedSlow"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShort",
|
||||
"UID1:8": "forestry.lifespanShort"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityNormal",
|
||||
"UID1:8": "forestry.fertilityNormal"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceDown2",
|
||||
"UID1:8": "forestry.toleranceDown2"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolTrue",
|
||||
"UID1:8": "forestry.boolTrue"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersNether",
|
||||
"UID1:8": "forestry.flowersNether"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlowest",
|
||||
"UID1:8": "forestry.floweringSlowest"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectAggressive",
|
||||
"UID1:8": "forestry.effectAggressive"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaxH:3": 30
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"name:8": "[虚无]紫晶"
|
||||
"name:8": "[飞升]紫晶"
|
||||
}
|
||||
},
|
||||
"questID:3": 1525,
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"name:8": "[虚无]翡翠"
|
||||
"name:8": "[飞升]翡翠"
|
||||
}
|
||||
},
|
||||
"questID:3": 1530,
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"name:8": "[虚无]蓝宝石"
|
||||
"name:8": "[飞升]蓝宝石"
|
||||
}
|
||||
},
|
||||
"questID:3": 1533,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "§7§o石精华和下界精华可用于制作拥有神话性质的矿物。\n\n一份矿物可制成一块矿石……\n\n一块矿石能产出多份矿物,特别是在工业磨粉机中!\n\n可循环进行这一过程以实现产量的指数增长(前提是有足量的精华)。\n\n适用矿物类型:卢比、阿勒石、现石、玫石、褐铁、炎岩、血宝石、余烬石。",
|
||||
"desc:8": "§7§o石精华和下界精华可用于制作拥有神话性质的矿物。\n\n一份矿物可制成一块矿石……\n\n一块矿石能产出多份矿物,特别是在工业磨粉机中!\n\n可循环进行这一过程以实现产量的指数增长(前提是有足量的精华)。\n\n适用矿物类型:卢比、阿勒石、现石、玫石、褐铁、炎岩、血宝石、余烬石、符文、[飞升]翡翠、[飞升]蓝宝石、[飞升]紫晶。",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "mysticalagriculture:stone_essence"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "§7§o完成药剂师监狱钥匙谜题。",
|
||||
"desc:8": "§7§o完成药师监狱钥匙谜题。",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forestry:bee_queen_ge",
|
||||
@@ -153,7 +153,7 @@
|
||||
"MaxH:3": 50
|
||||
}
|
||||
},
|
||||
"name:8": "药剂师蜜蜂"
|
||||
"name:8": "药师蜜蜂"
|
||||
}
|
||||
},
|
||||
"questID:3": 2108,
|
||||
|
||||
@@ -0,0 +1,315 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
1253,
|
||||
585706829
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forestry:bee_queen_ge",
|
||||
"tag:10": {
|
||||
"Genome:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.Gallifreyan",
|
||||
"UID1:8": "gendustry.bee.Gallifreyan"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Health:3": 20,
|
||||
"IsAnalyzed:1": 0,
|
||||
"Mate:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.Gallifreyan",
|
||||
"UID1:8": "gendustry.bee.Gallifreyan"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaxH:3": 20
|
||||
}
|
||||
},
|
||||
"name:8": "伽里弗雷蜜蜂"
|
||||
}
|
||||
},
|
||||
"questID:3": 736384140,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forestry:bee_queen_ge",
|
||||
"tag:10": {
|
||||
"Genome:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.Gallifreyan",
|
||||
"UID1:8": "gendustry.bee.Gallifreyan"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Health:3": 20,
|
||||
"IsAnalyzed:1": 0,
|
||||
"Mate:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.Gallifreyan",
|
||||
"UID1:8": "gendustry.bee.Gallifreyan"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaxH:3": 20
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,315 @@
|
||||
{
|
||||
"preRequisites:11": [
|
||||
1253,
|
||||
585706829
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forestry:bee_queen_ge",
|
||||
"tag:10": {
|
||||
"Genome:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.TreeOfLife",
|
||||
"UID1:8": "gendustry.bee.TreeOfLife"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Health:3": 20,
|
||||
"IsAnalyzed:1": 0,
|
||||
"Mate:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.TreeOfLife",
|
||||
"UID1:8": "gendustry.bee.TreeOfLife"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaxH:3": 20
|
||||
}
|
||||
},
|
||||
"name:8": "生命之树蜜蜂"
|
||||
}
|
||||
},
|
||||
"questID:3": 949656804,
|
||||
"tasks:9": {
|
||||
"0:10": {
|
||||
"index:3": 0,
|
||||
"requiredItems:9": {
|
||||
"0:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "forestry:bee_queen_ge",
|
||||
"tag:10": {
|
||||
"Genome:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.TreeOfLife",
|
||||
"UID1:8": "gendustry.bee.TreeOfLife"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Health:3": 20,
|
||||
"IsAnalyzed:1": 0,
|
||||
"Mate:10": {
|
||||
"Chromosomes:9": {
|
||||
"0:10": {
|
||||
"Slot:1": 0,
|
||||
"UID0:8": "gendustry.bee.TreeOfLife",
|
||||
"UID1:8": "gendustry.bee.TreeOfLife"
|
||||
},
|
||||
"1:10": {
|
||||
"Slot:1": 1,
|
||||
"UID0:8": "forestry.speedSlowest",
|
||||
"UID1:8": "forestry.speedSlowest"
|
||||
},
|
||||
"2:10": {
|
||||
"Slot:1": 2,
|
||||
"UID0:8": "forestry.lifespanShorter",
|
||||
"UID1:8": "forestry.lifespanShorter"
|
||||
},
|
||||
"3:10": {
|
||||
"Slot:1": 3,
|
||||
"UID0:8": "forestry.fertilityHigh",
|
||||
"UID1:8": "forestry.fertilityHigh"
|
||||
},
|
||||
"4:10": {
|
||||
"Slot:1": 4,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"5:10": {
|
||||
"Slot:1": 5,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"6:10": {
|
||||
"Slot:1": 6,
|
||||
"UID0:8": "forestry.toleranceNone",
|
||||
"UID1:8": "forestry.toleranceNone"
|
||||
},
|
||||
"7:10": {
|
||||
"Slot:1": 7,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"8:10": {
|
||||
"Slot:1": 8,
|
||||
"UID0:8": "forestry.boolFalse",
|
||||
"UID1:8": "forestry.boolFalse"
|
||||
},
|
||||
"9:10": {
|
||||
"Slot:1": 9,
|
||||
"UID0:8": "forestry.flowersVanilla",
|
||||
"UID1:8": "forestry.flowersVanilla"
|
||||
},
|
||||
"10:10": {
|
||||
"Slot:1": 10,
|
||||
"UID0:8": "forestry.floweringSlower",
|
||||
"UID1:8": "forestry.floweringSlower"
|
||||
},
|
||||
"11:10": {
|
||||
"Slot:1": 11,
|
||||
"UID0:8": "forestry.territoryAverage",
|
||||
"UID1:8": "forestry.territoryAverage"
|
||||
},
|
||||
"12:10": {
|
||||
"Slot:1": 12,
|
||||
"UID0:8": "forestry.effectNone",
|
||||
"UID1:8": "forestry.effectNone"
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaxH:3": 20
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskID:8": "bq_standard:retrieval"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
"Count:3": 1,
|
||||
"id:8": "aoa3:sapphire"
|
||||
},
|
||||
"name:8": "[虚无]蓝宝石"
|
||||
"name:8": "[飞升]蓝宝石"
|
||||
}
|
||||
},
|
||||
"questID:3": 2350,
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"Count:3": 1,
|
||||
"id:8": "aoa3:jade"
|
||||
},
|
||||
"name:8": "[虚无]翡翠"
|
||||
"name:8": "[飞升]翡翠"
|
||||
}
|
||||
},
|
||||
"questID:3": 70068,
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"Count:3": 1,
|
||||
"id:8": "aoa3:amethyst"
|
||||
},
|
||||
"name:8": "[虚无]紫晶"
|
||||
"name:8": "[飞升]紫晶"
|
||||
}
|
||||
},
|
||||
"questID:3": 70073,
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
@@ -307,6 +307,7 @@ values {
|
||||
ocelot;100
|
||||
pig;100
|
||||
rabbit;100
|
||||
testdummy:dummy;0
|
||||
>
|
||||
|
||||
# Will rewrite any default meteor types with new versions.
|
||||
@@ -317,4 +318,3 @@ values {
|
||||
B:wellOfSufferingDrops=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
+44
-1
@@ -66,6 +66,28 @@ countermeasures {
|
||||
twilightforest:charm_of_life_2 dimension: 52
|
||||
twilightforest:charm_of_life_1 dimension: 623
|
||||
twilightforest:charm_of_life_2 dimension: 623
|
||||
twilightforest:charm_of_life_1 dimension: 800
|
||||
twilightforest:charm_of_life_2 dimension: 800
|
||||
twilightforest:charm_of_life_1 dimension: 802
|
||||
twilightforest:charm_of_life_2 dimension: 802
|
||||
twilightforest:charm_of_life_1 dimension: 420
|
||||
twilightforest:charm_of_life_2 dimension: 420
|
||||
twilightforest:charm_of_life_1 dimension: 421
|
||||
twilightforest:charm_of_life_2 dimension: 421
|
||||
twilightforest:charm_of_life_1 dimension: 422
|
||||
twilightforest:charm_of_life_2 dimension: 422
|
||||
twilightforest:charm_of_life_1 dimension: 423
|
||||
twilightforest:charm_of_life_2 dimension: 423
|
||||
ae2fc:wireless_fluid_pattern_terminal dimension: 427
|
||||
appliedenergistics2:wireless_terminal dimension: 427
|
||||
appliedenergistics2:wireless_crafting_terminal dimension: 427
|
||||
appliedenergistics2:wireless_pattern_terminal dimension: 427
|
||||
appliedenergistics2:wireless_fluid_terminal dimension: 427
|
||||
appliedenergistics2:wireless_interface_terminal dimension: 427
|
||||
ae2exttable:wireless_basic_crafting_terminal dimension: 427
|
||||
ae2exttable:wireless_advanced_crafting_terminal dimension: 427
|
||||
ae2exttable:wireless_elite_crafting_terminal dimension: 427
|
||||
ae2exttable:wireless_ultimate_crafting_terminal dimension: 427
|
||||
>
|
||||
}
|
||||
|
||||
@@ -114,6 +136,28 @@ countermeasures {
|
||||
twilightforest:charm_of_life_2 dimension: 52
|
||||
twilightforest:charm_of_life_1 dimension: 623
|
||||
twilightforest:charm_of_life_2 dimension: 623
|
||||
twilightforest:charm_of_life_1 dimension: 800
|
||||
twilightforest:charm_of_life_2 dimension: 800
|
||||
twilightforest:charm_of_life_1 dimension: 802
|
||||
twilightforest:charm_of_life_2 dimension: 802
|
||||
twilightforest:charm_of_life_1 dimension: 420
|
||||
twilightforest:charm_of_life_2 dimension: 420
|
||||
twilightforest:charm_of_life_1 dimension: 421
|
||||
twilightforest:charm_of_life_2 dimension: 421
|
||||
twilightforest:charm_of_life_1 dimension: 422
|
||||
twilightforest:charm_of_life_2 dimension: 422
|
||||
twilightforest:charm_of_life_1 dimension: 423
|
||||
twilightforest:charm_of_life_2 dimension: 423
|
||||
ae2fc:wireless_fluid_pattern_terminal dimension: 427
|
||||
appliedenergistics2:wireless_terminal dimension: 427
|
||||
appliedenergistics2:wireless_crafting_terminal dimension: 427
|
||||
appliedenergistics2:wireless_pattern_terminal dimension: 427
|
||||
appliedenergistics2:wireless_fluid_terminal dimension: 427
|
||||
appliedenergistics2:wireless_interface_terminal dimension: 427
|
||||
ae2exttable:wireless_basic_crafting_terminal dimension: 427
|
||||
ae2exttable:wireless_advanced_crafting_terminal dimension: 427
|
||||
ae2exttable:wireless_elite_crafting_terminal dimension: 427
|
||||
ae2exttable:wireless_ultimate_crafting_terminal dimension: 427
|
||||
>
|
||||
}
|
||||
|
||||
@@ -279,4 +323,3 @@ general {
|
||||
S:mode=DENY_LIST
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# The buildcraft detailed configuration file. This contains a lot of miscellaneous options that have no affect on gameplay.
|
||||
# You should refer to the BC source code for a detailed description of what these do. (https://github.com/BuildCraft/BuildCraft)
|
||||
# This file will be overwritten every time that buildcraft starts, so don't change anything other than the values.
|
||||
#Sat Apr 26 10:16:24 PDT 2025
|
||||
render.pipe.misc.inside.shade=0.725
|
||||
#Thu May 08 18:24:08 PDT 2025
|
||||
render.pipe.misc.inside.shade=0.725
|
||||
@@ -1,413 +0,0 @@
|
||||
{
|
||||
"name": "cm3ar:spacelaser",
|
||||
|
||||
"disabled": false,
|
||||
|
||||
"target-item": "advancedrocketry:spacelaser",
|
||||
"target-count": 1,
|
||||
|
||||
"duration": 200,
|
||||
"symmetrical": true,
|
||||
|
||||
"catalyst": "contenttweaker:multiblock_preview",
|
||||
"catalyst-meta": 0,
|
||||
|
||||
|
||||
"input-types": {
|
||||
"a": {
|
||||
"id": "libvulpesdvstructuremachine",
|
||||
"meta": 0
|
||||
},
|
||||
"b": {
|
||||
"id": "advancedrocketry:vacuumlaser",
|
||||
"meta": 1,
|
||||
"item": {
|
||||
"id": "advancedrocketry:vacuumlaser",
|
||||
"count": 48
|
||||
}
|
||||
},
|
||||
"c": {
|
||||
"id": "advancedrocketry:blocklens",
|
||||
"meta": 0
|
||||
},
|
||||
"d": {
|
||||
"id": "libvulpes:forgepowerinput",
|
||||
"meta": 0
|
||||
},
|
||||
"e": {
|
||||
"id": "libvulpes:hatch",
|
||||
"meta": 1
|
||||
},
|
||||
"f": {
|
||||
"id": "advancedrocketry:spacelaser",
|
||||
"meta": 0,
|
||||
"item": {
|
||||
"id": "advancedrocketry:spacelaser",
|
||||
"count": 1
|
||||
}
|
||||
},
|
||||
"g": {
|
||||
"id": "libvulpes:structuremachine",
|
||||
"meta": 0
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"a",
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"c",
|
||||
"c",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"c",
|
||||
"_",
|
||||
"g",
|
||||
"a",
|
||||
"g"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"c",
|
||||
"a",
|
||||
"a",
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"c",
|
||||
"_",
|
||||
"g",
|
||||
"a",
|
||||
"g"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"c",
|
||||
"c",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"c",
|
||||
"c",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"e",
|
||||
"f",
|
||||
"e"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"c",
|
||||
"_",
|
||||
"g",
|
||||
"g",
|
||||
"g"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"c",
|
||||
"g",
|
||||
"g",
|
||||
"g"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"c",
|
||||
"_",
|
||||
"g",
|
||||
"g",
|
||||
"g"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"c",
|
||||
"c",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -27,11 +27,10 @@
|
||||
"d": {
|
||||
"id": "minecraft:wool",
|
||||
"meta": 0
|
||||
}
|
||||
},
|
||||
"input-nbt": {
|
||||
"a:A": {
|
||||
"nbt": "{rotation:0b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_revolver\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"e": {
|
||||
"id": "modularmachinery:dyson_abater_controller",
|
||||
"meta": 0
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
@@ -63,7 +62,7 @@
|
||||
],
|
||||
[
|
||||
[
|
||||
"a:A"
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"d"
|
||||
@@ -84,7 +83,7 @@
|
||||
"b"
|
||||
],
|
||||
[
|
||||
"a:A"
|
||||
"e"
|
||||
]
|
||||
],
|
||||
[
|
||||
|
||||
@@ -34,17 +34,6 @@
|
||||
"meta": 2
|
||||
}
|
||||
},
|
||||
"input-nbt": {
|
||||
"a:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator_top\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"d:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator_bottom\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"e:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator\",statusTag:{type:0b,message:\"\"}}"
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
@@ -54,7 +43,7 @@
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"a:A"
|
||||
"a"
|
||||
]
|
||||
],
|
||||
[
|
||||
@@ -114,7 +103,7 @@
|
||||
],
|
||||
[
|
||||
[
|
||||
"e:A"
|
||||
"e"
|
||||
],
|
||||
[
|
||||
"b"
|
||||
@@ -186,7 +175,7 @@
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d:A"
|
||||
"d"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
@@ -34,17 +34,6 @@
|
||||
"meta": 2
|
||||
}
|
||||
},
|
||||
"input-nbt": {
|
||||
"a:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator_top\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"d:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator_bottom\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"e:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator\",statusTag:{type:0b,message:\"\"}}"
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
@@ -54,7 +43,7 @@
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"a:A"
|
||||
"a"
|
||||
]
|
||||
],
|
||||
[
|
||||
@@ -114,7 +103,7 @@
|
||||
],
|
||||
[
|
||||
[
|
||||
"e:A"
|
||||
"e"
|
||||
],
|
||||
[
|
||||
"b"
|
||||
@@ -186,7 +175,7 @@
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d:A"
|
||||
"d"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
"input-types": {
|
||||
"a": {
|
||||
"id": "modularmachinery:dyson_irradiator_top_controller",
|
||||
@@ -34,17 +33,6 @@
|
||||
"meta": 2
|
||||
}
|
||||
},
|
||||
"input-nbt": {
|
||||
"a:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator_top\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"d:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator_bottom\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"e:A": {
|
||||
"nbt": "{rotation:2b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_irradiator\",statusTag:{type:0b,message:\"\"}}"
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
@@ -54,7 +42,7 @@
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"a:A"
|
||||
"a"
|
||||
]
|
||||
],
|
||||
[
|
||||
@@ -114,7 +102,7 @@
|
||||
],
|
||||
[
|
||||
[
|
||||
"e:A"
|
||||
"e"
|
||||
],
|
||||
[
|
||||
"b"
|
||||
@@ -186,7 +174,7 @@
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"d:A"
|
||||
"d"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
@@ -23,18 +23,10 @@
|
||||
"meta": 0
|
||||
}
|
||||
},
|
||||
"input-nbt": {
|
||||
"a:A": {
|
||||
"nbt": "{rotation:0b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_scatterer\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"c:A": {
|
||||
"nbt": "{rotation:0b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_revolver\",statusTag:{type:0b,message:\"\"}}"
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
"a:A"
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"_"
|
||||
@@ -63,7 +55,7 @@
|
||||
"b"
|
||||
],
|
||||
[
|
||||
"c:A"
|
||||
"c"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
@@ -47,14 +47,6 @@
|
||||
"meta": 0
|
||||
}
|
||||
},
|
||||
"input-nbt": {
|
||||
"a:A": {
|
||||
"nbt": "{rotation:0b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_dynamizer\",statusTag:{type:0b,message:\"\"}}"
|
||||
},
|
||||
"h:A": {
|
||||
"nbt": "{rotation:0b,owner:\"8c381e15-592d-4003-ae11-6367e203127b\",ForgeCaps:{\"abyssalcraft:itemtransfer\":{configurations:[],isRunning:0b},\"nuclearcraft:capability_default_radiation_resistance\":{radiationResistance:0.0d}},casingColor:16730368,id:\"minecraft:tilemachinecontroller\",items:{inSlots:[I;],outSlots:[I;],miscSlots:[I;0],inventoryArray:[{holderId:0,holderEmpty:1b}],sides:[I;0,1,2,3,4,5]},parentMachine:\"modularmachinery:dyson_scatterer\",statusTag:{type:0b,message:\"\"}}"
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
@@ -85,12 +77,12 @@
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"h:A"
|
||||
"h"
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"a:A"
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"c"
|
||||
|
||||
@@ -0,0 +1,322 @@
|
||||
{
|
||||
"name": "compactmachines3:flint_furnace_structure",
|
||||
"target-item": "contenttweaker:flint_and_furnace",
|
||||
"target-meta": 0,
|
||||
"target-count": 1,
|
||||
|
||||
"duration": 200,
|
||||
|
||||
"catalyst": "contenttweaker:multiblock_preview",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
"input-types": {
|
||||
"a": {
|
||||
"id": "extrautils2:compressedcobblestone",
|
||||
"meta": 2
|
||||
},
|
||||
"c": {
|
||||
"id": "minecraft:coal_block",
|
||||
"meta": 0
|
||||
},
|
||||
"d": {
|
||||
"id": "extrautils2:compressedcobblestone",
|
||||
"meta": 3
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"d",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"d",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"d",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"d",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"c",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"c",
|
||||
"c",
|
||||
"c",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"c",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"a",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
}
|
||||
@@ -0,0 +1,226 @@
|
||||
{
|
||||
"name": "compactmachines3:vibe_warper_structure",
|
||||
"target-item": "contenttweaker:vibe_warper",
|
||||
"target-meta": 0,
|
||||
"target-count": 1,
|
||||
|
||||
"duration": 200,
|
||||
|
||||
"catalyst": "contenttweaker:multiblock_preview",
|
||||
|
||||
|
||||
|
||||
|
||||
"input-types": {
|
||||
"a": {
|
||||
"id": "thaumcraft:metal_alchemical_advanced",
|
||||
"meta": 0
|
||||
},
|
||||
"b": {
|
||||
"id": "thaumcraft:stone_arcane_brick",
|
||||
"meta": 0
|
||||
},
|
||||
"c": {
|
||||
"id": "aoa3:ancient_rock",
|
||||
"meta": 0
|
||||
}
|
||||
},
|
||||
"shape": [
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"a",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"a"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"a",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"b",
|
||||
"_",
|
||||
"b",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"b",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"b"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"b",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"b"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"b",
|
||||
"_",
|
||||
"b",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
],
|
||||
[
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"b",
|
||||
"c",
|
||||
"b",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"c",
|
||||
"b",
|
||||
"b",
|
||||
"b"
|
||||
],
|
||||
[
|
||||
"b",
|
||||
"c",
|
||||
"c",
|
||||
"c",
|
||||
"c",
|
||||
"c",
|
||||
"b"
|
||||
],
|
||||
[
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"c",
|
||||
"b",
|
||||
"b",
|
||||
"b"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"b",
|
||||
"c",
|
||||
"b",
|
||||
"_",
|
||||
"_"
|
||||
],
|
||||
[
|
||||
"_",
|
||||
"_",
|
||||
"b",
|
||||
"b",
|
||||
"b",
|
||||
"_",
|
||||
"_"
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
}
|
||||
@@ -1401,6 +1401,8 @@ modpacks {
|
||||
rftoolsdim_terrain_absorber
|
||||
rftoolsdim:feature_absorber
|
||||
rftoolsdim:time_absorber
|
||||
xnet:controller
|
||||
packagedexcrafting:marked_pedestal
|
||||
>
|
||||
|
||||
# Crops & leaves that are blocked from harvesting (Brush Scythe and Tree Scythe). A star is for a wildcard [default: [terraqueous:pergola], [harvestcraft:*_sapling]]
|
||||
@@ -1739,4 +1741,3 @@ modpacks {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ key_key.erebus.glide:0:NONE
|
||||
key_key.erebus.poweredglide:0:NONE
|
||||
key_key.erebus.beetleram:0:NONE
|
||||
key_key.erebus.beetlemine:56:NONE
|
||||
key_Open sound muffler screen:0:NONE
|
||||
key_keybind.hammercorerenderstack:77:NONE
|
||||
key_key.xu2.searchforitems:31:SHIFT
|
||||
key_key.findme.search:23:SHIFT
|
||||
@@ -127,6 +128,11 @@ key_key.open_wireless_terminal.desc:20:CONTROL
|
||||
key_key.open_wireless_crafting_terminal.desc:18:CONTROL
|
||||
key_key.open_wireless_pattern_terminal.desc:19:CONTROL
|
||||
key_key.open_wireless_fluid_terminal.desc:33:CONTROL
|
||||
key_key.open_wireless_interface_terminal.desc:23:SHIFT
|
||||
key_key.open_basic_extended_wireless_crafting_terminal:0:NONE
|
||||
key_key.open_advanced_extended_wireless_crafting_terminal:0:NONE
|
||||
key_key.open_elite_extended_wireless_crafting_terminal:0:NONE
|
||||
key_key.open_ultimate_extended_wireless_crafting_terminal:0:NONE
|
||||
key_key.aether.accessory_menu:0:NONE
|
||||
key_key.keyExtraInvo:0:NONE
|
||||
key_key.keyWheel:0:NONE
|
||||
@@ -175,7 +181,7 @@ key_key.porterNextDestination:27:NONE
|
||||
key_key.porterPrevDestination:26:NONE
|
||||
key_key.debugDumpNBTItem:0:NONE
|
||||
key_key.debugDumpNBTBlock:0:NONE
|
||||
key_invtweaks.key.sort:19:SHIFT
|
||||
key_invtweaks.key.sort:0:NONE
|
||||
key_key.jeiutilities.displayRecipe:29:NONE
|
||||
key_key.jeiutilities.pickBookmark:-98:NONE
|
||||
key_key.jeiutilities.transferRecipe:17:CONTROL
|
||||
@@ -254,4 +260,4 @@ key_enderio.keybind.fovrecall:0:NONE
|
||||
key_enderio.keybind.fovplus:0:NONE
|
||||
key_enderio.keybind.fovminus:0:NONE
|
||||
key_enderio.keybind.fovplusfast:0:NONE
|
||||
key_enderio.keybind.fovminusfast:0:NONE
|
||||
key_enderio.keybind.fovminusfast:0:NONE
|
||||
@@ -0,0 +1,56 @@
|
||||
# Configuration file
|
||||
|
||||
anchors {
|
||||
# Disable the Anchors?
|
||||
B:disableAnchors=false
|
||||
}
|
||||
|
||||
|
||||
general {
|
||||
# Volume set when pressed the mute button by default
|
||||
# Min: 0.0
|
||||
# Max: 0.99
|
||||
D:defaultMuteVolume=0.0
|
||||
|
||||
# Blacklisted Sounds - add the name of the sounds to blacklist, separated with comma
|
||||
S:forbiddenSounds <
|
||||
ui.
|
||||
music.
|
||||
ambient.
|
||||
>
|
||||
|
||||
# Hide non-recent muffled sounds from the recent sounds list
|
||||
B:hideMuffledFromRecent=true
|
||||
|
||||
# Allow the "ALL" sounds list to include the blacklisted sounds?
|
||||
B:lawfulAllList=false
|
||||
|
||||
# Move the muffle and play buttons to the left side of the GUI
|
||||
B:leftButtons=false
|
||||
|
||||
# Show tips in the Muffler screen?
|
||||
B:showTip=true
|
||||
|
||||
# Whether or not use the dark theme
|
||||
B:useDarkTheme=false
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# inventory_button
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Buttons can be moved by holding CTRL and LMB over the button and dragging it around
|
||||
##########################################################################################################
|
||||
|
||||
inventory_button {
|
||||
# Disable the Muffle button in the player inventory?
|
||||
B:disableInventoryButton=false
|
||||
|
||||
# X coordinate of the Muffler button in the player inventory.
|
||||
I:invButtonX=75
|
||||
|
||||
# Y coordinate of the Muffler button in the player inventory.
|
||||
I:invButtonY=7
|
||||
}
|
||||
|
||||
|
||||
@@ -2805,7 +2805,6 @@ if HaveForestryModule Bees <<
|
||||
mutation: 55% "gendustry.bee.Radiant" + "magicbees.speciesArcane" => "gendustry.bee.Serenading" Req Temperature Normal
|
||||
mutation: 55% "gendustry.bee.Bomber" + "careerbees.phd" => "gendustry.bee.Nucleartechnician" Req Temperature Normal
|
||||
mutation: 55% "magicbees.speciesTEPyro" + "careerbees.phd" => "gendustry.bee.Thermallyexpanded" Req Temperature Normal
|
||||
mutation: 55% "magicbees.speciesTEPyro" + "careerbees.phd" => "gendustry.bee.Thermallyexpanded" Req Temperature Normal
|
||||
mutation: 36% "gendustry.bee.Oxygen" + "gendustry.bee.Deeplearner" => "gendustry.bee.Helium" Req Temperature Normal
|
||||
mutation: 36% "gendustry.bee.Oxygen" + "gendustry.bee.Helium" => "gendustry.bee.Fluorine" Req Temperature Normal
|
||||
mutation: 42% "forestry.speciesPhantasmal" + "magicbees.speciesEmerald" => "gendustry.bee.NerdySpider" Req Temperature Normal
|
||||
@@ -2816,8 +2815,7 @@ if HaveForestryModule Bees <<
|
||||
mutation: 60% "magicbees.speciesSorcerous" + "careerbees.acceleration" => "gendustry.bee.LordRaine" Req Temperature Normal
|
||||
mutation: 20% "extrabees.species.bone" + "magicbees.speciesScholarly" => "gendustry.bee.Aedial" Req Temperature Normal
|
||||
mutation: 22% "gendustry.bee.Ringbearer" + "extrabees.species.granite" => "gendustry.bee.Mathias" Req Temperature Normal
|
||||
mutation: 99% "extrabees.species.energetic" + "magicbees.speciesSavants" => "gendustry.bee.ChaosStrikez" Req Temperature Normal
|
||||
mutation: 99% "careerbees.energy" + "gendustry.bee.Balanced" => "gendustry.bee.TreeOfLife" Req Temperature Normal
|
||||
mutation: 99% "extrabees.species.energetic" + "magicbees.speciesSavant" => "gendustry.bee.ChaosStrikez" Req Temperature Normal
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -107,3 +107,15 @@ gendustry.honeycomb.fluorine.name=Fluorine Comb
|
||||
gendustry.honeycomb.helium.name=Helium Comb
|
||||
gendustry.allele.flowers.woodLog=Wood Logs
|
||||
gendustry.allele.flowers.sideralSteel=Steel
|
||||
gendustry.bees.species.Connor=Connor
|
||||
gendustry.bees.species.Kurrycat=KurryCat
|
||||
gendustry.bees.species.Gallifreyan=Gallifreyan
|
||||
gendustry.bees.species.Aedial=Aedial
|
||||
gendustry.bees.species.NerdySpider=NerdySpider
|
||||
gendustry.bees.species.ChaosStrikez=ChaosStrikez
|
||||
gendustry.bees.species.UniversalConstellation=Universal Constellation
|
||||
gendustry.bees.species.TreeOfLife=Tree of Life
|
||||
gendustry.bees.species.Mathias=Mathias
|
||||
gendustry.bees.species.SpoonyPanda=SpoonyPanda
|
||||
gendustry.bees.species.LordRaine=LordRaine
|
||||
gendustry.bees.species.Freeky=Freeky
|
||||
|
||||
@@ -76,8 +76,8 @@ gendustry.bees.species.Deeplearner=深度学习
|
||||
gendustry.bees.species.Salty=咸盐
|
||||
gendustry.bees.species.Stormborn=飓风之子
|
||||
gendustry.bees.species.Pyromaniacal=Pyromaniacal
|
||||
gendustry.bees.species.Apothecary=药剂师
|
||||
gendustry.honeycomb.apothecary.name=药剂师蜂窝
|
||||
gendustry.bees.species.Apothecary=药师
|
||||
gendustry.honeycomb.apothecary.name=药师蜂窝
|
||||
gendustry.honeycomb.isekai.name=异世界蜂窝
|
||||
gendustry.honeycomb.twilightnether.name=深层暮光蜂窝
|
||||
gendustry.honeycomb.soulsucking.name=吸魂蜂窝
|
||||
@@ -107,3 +107,15 @@ gendustry.honeycomb.fluorine.name=氟蜂窝
|
||||
gendustry.honeycomb.helium.name=氦蜂窝
|
||||
gendustry.allele.flowers.woodLog=原木
|
||||
gendustry.allele.flowers.sideralSteel=钢
|
||||
gendustry.bees.species.Connor=Connor
|
||||
gendustry.bees.species.Kurrycat=KurryCat
|
||||
gendustry.bees.species.Gallifreyan=伽里弗雷
|
||||
gendustry.bees.species.Aedial=Aedial
|
||||
gendustry.bees.species.NerdySpider=NerdySpider
|
||||
gendustry.bees.species.ChaosStrikez=ChaosStrikez
|
||||
gendustry.bees.species.UniversalConstellation=宇宙星座
|
||||
gendustry.bees.species.TreeOfLife=生命之树
|
||||
gendustry.bees.species.Mathias=Mathias
|
||||
gendustry.bees.species.SpoonyPanda=SpoonyPanda
|
||||
gendustry.bees.species.LordRaine=LordRaine
|
||||
gendustry.bees.species.Freeky=Freeky
|
||||
|
||||
@@ -70,7 +70,7 @@ module {
|
||||
I:versionNotificationTypes=0
|
||||
|
||||
# Don't change this.
|
||||
I:versionSave=26
|
||||
I:versionSave=8
|
||||
}
|
||||
|
||||
}
|
||||
@@ -88,4 +88,3 @@ module {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -301,6 +301,7 @@ advanced {
|
||||
tconstruct:shovel:0:alumite,alumite,alumite
|
||||
openblocks:tank:hassium;
|
||||
enderio:item_broken_spawner:Primordial Wizard
|
||||
enderio:item_broken_spawner:Spectral Golem
|
||||
enderio:item_broken_spawner:Creep
|
||||
openblocks:tank:universal_matter;
|
||||
openblocks:tank:binnie.whiskey.wheat;
|
||||
@@ -349,6 +350,7 @@ advanced {
|
||||
tconstruct:lumberaxe:0:elementium,elementium,elementium,elementium
|
||||
enderio:item_soul_vial:Carrotop
|
||||
extracells:pattern.fluid:refined_biofuel;m=0
|
||||
enderio:item_broken_spawner:Invasion Cyberman
|
||||
tconstruct:shortbow:0:stone,stone,string
|
||||
tconstruct:hatchet:0:amethyst,amethyst,amethyst
|
||||
extracells:pattern.fluid:oganesson;m=0
|
||||
@@ -846,6 +848,7 @@ advanced {
|
||||
openblocks:tank:oganesson;
|
||||
openblocks:tank:abyssite;
|
||||
enderio:item_broken_spawner:Lesser Shoggoth
|
||||
enderio:item_broken_spawner:Lightning Dragon
|
||||
tconstruct:cleaver:0:ma.intermedium,ma.intermedium,ma.intermedium,ma.intermedium
|
||||
enderio:item_soul_vial:Mystic Lottoman
|
||||
tconstruct:hammer:0:terrasteel,terrasteel,terrasteel,terrasteel
|
||||
@@ -1157,6 +1160,7 @@ advanced {
|
||||
enderio:item_broken_spawner:Volar
|
||||
tconstruct:shuriken:0:jade,jade,jade,jade
|
||||
enderio:item_soul_vial:Leafy Giant
|
||||
enderio:item_broken_spawner:Revenant
|
||||
enderio:item_soul_vial:Carminite Broodling
|
||||
tconstruct:shuriken:0:fierymetal,fierymetal,fierymetal,fierymetal
|
||||
tconstruct:arrow:0:wood,refinediron,feather
|
||||
@@ -1426,6 +1430,7 @@ advanced {
|
||||
tconstruct:hatchet:0:desert_myrmex,desert_myrmex,desert_myrmex
|
||||
openblocks:tank:rocketfuel;
|
||||
tconstruct:frypan:0:end_steel,end_steel
|
||||
enderio:item_broken_spawner:Enigmoth
|
||||
extracells:pattern.fluid:zinc;m=0
|
||||
extracells:pattern.fluid:neutrons;m=0
|
||||
enderio:item_soul_vial:Sabretooth
|
||||
@@ -1451,6 +1456,7 @@ advanced {
|
||||
extracells:pattern.fluid:fuel_mixed_heavy_heat_1;m=0
|
||||
tconstruct:hatchet:0:iridium,iridium,iridium
|
||||
tconstruct:hatchet:0:ardite,ardite,ardite
|
||||
enderio:item_broken_spawner:Barako, the Sun Chief
|
||||
tconstruct:longsword:0:blood_infused_wood,blood_infused_wood,blood_infused_wood
|
||||
tconstruct:broadsword:0:refinedglowstone,refinedglowstone,refinedglowstone
|
||||
tconstruct:rapier:0:weezer,weezer,weezer
|
||||
@@ -1619,6 +1625,7 @@ advanced {
|
||||
enderio:item_broken_spawner:Spider
|
||||
openblocks:tank:fuel_lecm_245_fluoride_flibe;
|
||||
tconstruct:hatchet:0:cactus,cactus,cactus
|
||||
enderio:item_broken_spawner:entity.companion.name
|
||||
tconstruct:scythe:0:cactus,cactus,cactus,cactus
|
||||
tconstruct:longbow:0:osmium,osmium,osmium,string
|
||||
extracells:pattern.fluid:uranium;m=0
|
||||
@@ -1646,6 +1653,7 @@ advanced {
|
||||
tconstruct:hatchet:0:mirion,mirion,mirion
|
||||
tconstruct:scythe:0:quartzenrichediron,quartzenrichediron,quartzenrichediron,quartzenrichediron
|
||||
extracells:pattern.fluid:binnie.liqueur.hazelnut;m=0
|
||||
enderio:item_broken_spawner:entity.blackfrost.name
|
||||
extracells:pattern.fluid:binnie.juice.banana;m=0
|
||||
enderio:item_soul_vial:Enchanted Archer
|
||||
tconstruct:pickaxe:0:cyanite,cyanite,cyanite
|
||||
@@ -1661,6 +1669,7 @@ advanced {
|
||||
enderio:item_soul_vial:Chiromaw
|
||||
tconstruct:hatchet:0:integrationforegoing.pink_slime,integrationforegoing.pink_slime,integrationforegoing.pink_slime
|
||||
tconstruct:hammer:0:energetic_alloy,energetic_alloy,energetic_alloy,energetic_alloy
|
||||
enderio:item_broken_spawner:Ferrous Wroughtnaut
|
||||
openblocks:tank:fluorite_water;
|
||||
tconstruct:shuriken:0:adamantium,adamantium,adamantium,adamantium
|
||||
tconstruct:rapier:0:firewood,firewood,firewood
|
||||
@@ -1778,6 +1787,7 @@ advanced {
|
||||
enderio:item_soul_vial:Glistening Pixon
|
||||
enderio:item_broken_spawner:Sun Spirit
|
||||
extracells:pattern.fluid:europium;m=0
|
||||
enderio:item_broken_spawner:Dalek
|
||||
enderio:item_broken_spawner:Skull Creature
|
||||
tconstruct:lumberaxe:0:flint,flint,flint,flint
|
||||
extracells:pattern.fluid:stellar_alloy;m=0
|
||||
@@ -1906,6 +1916,7 @@ advanced {
|
||||
enderio:item_soul_vial:Precasian Lottoman
|
||||
enderio:item_soul_vial:Paravite
|
||||
tconstruct:longbow:0:dragonsteel_lightning,dragonsteel_lightning,dragonsteel_lightning,string
|
||||
enderio:item_broken_spawner:Isnachi
|
||||
extracells:pattern.fluid:calcium_sulfate_solution;m=0
|
||||
openblocks:tank:gluons;
|
||||
enderio:item_broken_spawner:Rock Snot
|
||||
@@ -2836,6 +2847,7 @@ advanced {
|
||||
enderio:item_soul_vial:Avaton
|
||||
openblocks:tank:nightmare_binder_nickel;
|
||||
enderio:item_soul_vial:Armored Giant
|
||||
enderio:item_broken_spawner:Vespa Brood
|
||||
tconstruct:shortbow:0:chaotic_plustic,chaotic_plustic,string
|
||||
tconstruct:mattock:0:chocolate,chocolate,chocolate
|
||||
tconstruct:longsword:0:platinum,platinum,platinum
|
||||
@@ -3442,6 +3454,7 @@ advanced {
|
||||
forestry:digger_bag
|
||||
tconstruct:frypan:0:iron,iron
|
||||
tconstruct:arrow:0:wood,energetic_alloy,feather
|
||||
enderio:item_broken_spawner:Flame Imp
|
||||
tconstruct:shortbow:0:ma.prudentium,ma.prudentium,string
|
||||
enderio:item_broken_spawner:Horntail
|
||||
tconstruct:hammer:0:manasteel,manasteel,manasteel,manasteel
|
||||
@@ -3757,6 +3770,7 @@ advanced {
|
||||
plustic:katana:0:blutonium,blutonium,blutonium,blutonium
|
||||
enderio:item_broken_spawner:Icey Ball
|
||||
tconstruct:shovel:0:mod_lavacow.vespa_carapace,mod_lavacow.vespa_carapace,mod_lavacow.vespa_carapace
|
||||
enderio:item_broken_spawner:Osvermis Spiritus
|
||||
enderio:item_soul_vial:Soulvyre
|
||||
tconstruct:hammer:0:ma.intermedium,ma.intermedium,ma.intermedium,ma.intermedium
|
||||
extracells:pattern.fluid:molten_molybdenum;m=0
|
||||
@@ -4140,6 +4154,7 @@ advanced {
|
||||
tconstruct:crossbow:0:slime,slime,slime,string
|
||||
tconstruct:shuriken:0:vibrant_alloy,vibrant_alloy,vibrant_alloy,vibrant_alloy
|
||||
tconstruct:mattock:0:copper,copper,copper
|
||||
enderio:item_broken_spawner:Warmander
|
||||
enderio:item_soul_vial:Wither Skeleton
|
||||
enderio:item_soul_vial:Gecko
|
||||
openblocks:tank:europium;
|
||||
@@ -4189,6 +4204,7 @@ advanced {
|
||||
tconstruct:shortbow:0:lyon,lyon,string
|
||||
enderio:item_broken_spawner:Castle Guardian [NYI]
|
||||
enderio:item_soul_vial:Death Worm
|
||||
enderio:item_broken_spawner:Grave Robber
|
||||
tconstruct:hammer:0:ma.inferium,ma.inferium,ma.inferium,ma.inferium
|
||||
tconstruct:rapier:0:refinedglowstone,refinedglowstone,refinedglowstone
|
||||
tconstruct:longbow:0:pigiron,pigiron,pigiron,string
|
||||
@@ -4218,6 +4234,7 @@ advanced {
|
||||
enderio:item_broken_spawner:Ancient Golem
|
||||
enderio:item_soul_vial:Clown
|
||||
extracells:pattern.fluid:atomic_nuclei;m=0
|
||||
enderio:item_broken_spawner:Frostmaw
|
||||
enderio:item_soul_vial:Sheep
|
||||
tconstruct:battlesign:0:vibranium,vibranium
|
||||
enderio:item_soul_vial:Reaver
|
||||
@@ -4490,6 +4507,7 @@ advanced {
|
||||
extracells:pattern.fluid:limonite;m=0
|
||||
enderio:item_broken_spawner:Vhraak
|
||||
tconstruct:cleaver:0:adamantium,adamantium,adamantium,adamantium
|
||||
enderio:item_broken_spawner:Monoclops
|
||||
tconstruct:mattock:0:lead,lead,lead
|
||||
tconstruct:rapier:0:rosidian,rosidian,rosidian
|
||||
tconstruct:cleaver:0:blood_infused_glitch,blood_infused_glitch,blood_infused_glitch,blood_infused_glitch
|
||||
@@ -4900,6 +4918,7 @@ advanced {
|
||||
enderio:item_broken_spawner:Red Guardian
|
||||
enderio:item_broken_spawner:Skele-Elder
|
||||
tconstruct:battlesign:0:refinedglowstone,refinedglowstone
|
||||
enderio:item_broken_spawner:Foliaath
|
||||
openblocks:tank:alubrass;
|
||||
tconstruct:lumberaxe:0:fusewood_plustic,fusewood_plustic,fusewood_plustic,fusewood_plustic
|
||||
openblocks:tank:twilight_fire;
|
||||
@@ -5495,6 +5514,7 @@ advanced {
|
||||
enderio:item_soul_vial:Cicada
|
||||
tconstruct:longbow:0:rubber,rubber,rubber,string
|
||||
tconstruct:battlesign:0:boron,boron
|
||||
enderio:item_broken_spawner:Harbinger Cube
|
||||
openblocks:tank:fuel_lep_239;
|
||||
railcraft:dust:2
|
||||
extracells:pattern.fluid:binnie.liqueur.cherry;m=0
|
||||
@@ -5559,6 +5579,7 @@ advanced {
|
||||
tconstruct:crossbow:0:limonite,limonite,limonite,string
|
||||
plustic:katana:0:extrabotany:ingotorichalcos,extrabotany:ingotorichalcos,extrabotany:ingotorichalcos,extrabotany:ingotorichalcos
|
||||
openblocks:tank:uranium_238_fluoride_flibe;
|
||||
enderio:item_broken_spawner:Fire Hydra Head
|
||||
tconstruct:mattock:0:bloodmaster,bloodmaster,bloodmaster
|
||||
enderio:item_broken_spawner:Shyrelands Lottoman
|
||||
enderio:item_soul_vial:Antlion Trove Guardian
|
||||
@@ -5615,6 +5636,7 @@ advanced {
|
||||
tconstruct:battlesign:0:elementium,elementium
|
||||
plustic:laser_gun:0:advancedalloy,advancedalloy,prismarine,manyullyn
|
||||
tconstruct:scythe:0:darkmatter,darkmatter,darkmatter,darkmatter
|
||||
enderio:item_broken_spawner:Grottol
|
||||
tconstruct:hatchet:0:dragonsteel_ice,dragonsteel_ice,dragonsteel_ice
|
||||
tconstruct:pickaxe:0:amethyst,amethyst,amethyst
|
||||
tconstruct:longsword:0:thaumium,thaumium,thaumium
|
||||
@@ -5778,6 +5800,7 @@ advanced {
|
||||
extracells:pattern.fluid:dimensional_essence;m=0
|
||||
plustic:laser_gun:0:topaz,topaz,prismarine,manyullyn
|
||||
enderio:item_broken_spawner:Rockrider
|
||||
enderio:item_broken_spawner:Dread Queen
|
||||
enderio:item_soul_vial:Nightfly
|
||||
openblocks:tank:molten_adamantium;
|
||||
tconstruct:cleaver:0:construction_alloy,construction_alloy,construction_alloy,construction_alloy
|
||||
@@ -5961,6 +5984,7 @@ advanced {
|
||||
extracells:pattern.fluid:evanescent_bifrost;m=0
|
||||
tconstruct:battlesign:0:blood_infused_glitch,blood_infused_glitch
|
||||
plustic:katana:0:nickel,nickel,nickel,nickel
|
||||
enderio:item_broken_spawner:Lantern
|
||||
tconstruct:pickaxe:0:blood_infused_iron,blood_infused_iron,blood_infused_iron
|
||||
tconstruct:lumberaxe:0:ma.superium,ma.superium,ma.superium,ma.superium
|
||||
extracells:pattern.fluid:oil_dense_heat_2;m=0
|
||||
@@ -6115,6 +6139,7 @@ advanced {
|
||||
openblocks:tank:quartz_nak_hot;
|
||||
tconstruct:shovel:0:xu_demonic_metal,xu_demonic_metal,xu_demonic_metal
|
||||
tconstruct:kama:0:emberstone,emberstone,emberstone
|
||||
enderio:item_broken_spawner:Amber Scarab
|
||||
tconstruct:shortbow:0:dark_steel,dark_steel,string
|
||||
tconstruct:pickaxe:0:mithril,mithril,mithril
|
||||
tconstruct:hammer:0:magmaslime,magmaslime,magmaslime,magmaslime
|
||||
@@ -6233,6 +6258,7 @@ advanced {
|
||||
openblocks:tank:intermedium;
|
||||
tconstruct:shuriken:0:mithril,mithril,mithril,mithril
|
||||
enderio:item_soul_vial:Alicanto
|
||||
enderio:item_broken_spawner:Lil' Sludge
|
||||
enderio:item_soul_vial:Giant Miner
|
||||
openblocks:tank:fuel_leu_235;
|
||||
plustic:katana:0:silver,silver,silver,silver
|
||||
@@ -6248,6 +6274,7 @@ advanced {
|
||||
tconstruct:crossbow:0:hard_carbon,hard_carbon,hard_carbon,string
|
||||
enderio:item_soul_vial:Botfly
|
||||
tconstruct:lumberaxe:0:titanium,titanium,titanium,titanium
|
||||
enderio:item_broken_spawner:Amber Lord
|
||||
enderio:item_soul_vial:Kobold
|
||||
extracells:pattern.fluid:sodium;m=0
|
||||
tconstruct:hammer:0:realmite,realmite,realmite,realmite
|
||||
@@ -6367,6 +6394,7 @@ advanced {
|
||||
enderio:item_broken_spawner:Modulo
|
||||
enderio:item_broken_spawner:Mini Me
|
||||
enderio:item_broken_spawner:Skellox
|
||||
enderio:item_broken_spawner:entity.dalek_scaro.name
|
||||
tconstruct:broadsword:0:jungle_myrmex,jungle_myrmex,jungle_myrmex
|
||||
enderio:item_broken_spawner:Vinocorne
|
||||
tconstruct:shuriken:0:soularium,soularium,soularium,soularium
|
||||
@@ -6555,6 +6583,7 @@ advanced {
|
||||
tconstruct:broadsword:0:endstone,endstone,endstone
|
||||
plustic:laser_gun:0:knightslime,knightslime,prismarine,manyullyn
|
||||
extracells:pattern.fluid:nobelium;m=0
|
||||
enderio:item_broken_spawner:Baby Foliaath
|
||||
tconstruct:shortbow:0:ghostwood_plustic,ghostwood_plustic,string
|
||||
tconstruct:longsword:0:iron,iron,iron
|
||||
enderio:item_broken_spawner:Undead Troll
|
||||
@@ -6661,6 +6690,7 @@ advanced {
|
||||
enderio:item_broken_spawner:Piranha
|
||||
tconstruct:hatchet:0:cyanite,cyanite,cyanite
|
||||
enderio:item_soul_vial:Construct of Strength
|
||||
enderio:item_broken_spawner:Ghost of Grave Robber
|
||||
enderio:item_broken_spawner:Sand Golem
|
||||
enderio:item_broken_spawner:Nipper
|
||||
openblocks:tank:fuel_lecf_251_fluoride;
|
||||
@@ -6685,6 +6715,7 @@ advanced {
|
||||
openblocks:tank:fuel_heu_233_fluoride_flibe;
|
||||
enderio:item_broken_spawner:Tiny Bird
|
||||
plustic:katana:0:amber,amber,amber,amber
|
||||
enderio:item_broken_spawner:Fire Hydra
|
||||
tconstruct:pickaxe:0:chocolate,chocolate,chocolate
|
||||
enderio:item_broken_spawner:Arid Warrior
|
||||
tconstruct:shortbow:0:dragonsteel_ice,dragonsteel_ice,string
|
||||
@@ -6969,6 +7000,7 @@ advanced {
|
||||
enderio:item_soul_vial:Floro Lottoman
|
||||
openblocks:tank:binnie.resin;
|
||||
tconstruct:arrow:0:wood,xu_magical_wood,feather
|
||||
enderio:item_broken_spawner:Barakoana
|
||||
enderio:item_broken_spawner:Fyracryx
|
||||
tconstruct:kama:0:knightmetal,knightmetal,knightmetal
|
||||
tconstruct:kama:0:darkmatter,darkmatter,darkmatter
|
||||
@@ -7000,6 +7032,7 @@ advanced {
|
||||
enderio:item_soul_vial:Snow Guardian
|
||||
enderio:item_broken_spawner:Orbling
|
||||
tconstruct:shovel:0:amber,amber,amber
|
||||
enderio:item_broken_spawner:Enigmoth Caterpillar
|
||||
extracells:pattern.fluid:glowstone_nak_hot;m=0
|
||||
enderio:item_broken_spawner:Cleaver
|
||||
tconstruct:excavator:0:wood,wood,wood,wood
|
||||
@@ -7068,6 +7101,7 @@ advanced {
|
||||
openblocks:tank:redstone_nak;
|
||||
plustic:laser_gun:0:yellowgarnet,yellowgarnet,prismarine,manyullyn
|
||||
tconstruct:shovel:0:pigiron,pigiron,pigiron
|
||||
enderio:item_broken_spawner:Cactoid
|
||||
tconstruct:arrow:0:wood,ghoulish,feather
|
||||
enderio:item_broken_spawner:Green Rune Templar
|
||||
tconstruct:kama:0:iron,iron,iron
|
||||
@@ -7217,6 +7251,7 @@ advanced {
|
||||
tconstruct:shuriken:0:emeradic_actadd_plustic,emeradic_actadd_plustic,emeradic_actadd_plustic,emeradic_actadd_plustic
|
||||
tconstruct:battlesign:0:desert_myrmex,desert_myrmex
|
||||
plustic:laser_gun:0:awakened_plustic,awakened_plustic,prismarine,manyullyn
|
||||
enderio:item_broken_spawner:Roving Cube
|
||||
enderio:item_broken_spawner:Hydrolisk
|
||||
enderio:item_broken_spawner:Hunter Master
|
||||
enderio:item_broken_spawner:Construct of Terror
|
||||
@@ -7592,6 +7627,7 @@ advanced {
|
||||
openblocks:tank:nitrogen;
|
||||
extracells:pattern.fluid:fuel_lecm_247_fluoride_flibe;m=0
|
||||
tconstruct:rapier:0:parafrosynium,parafrosynium,parafrosynium
|
||||
enderio:item_broken_spawner:Wyvern
|
||||
enderio:item_broken_spawner:Arcane Bore
|
||||
enderio:item_soul_vial:Zal Herbalist
|
||||
tconstruct:frypan:0:abyssalnite,abyssalnite
|
||||
@@ -8124,6 +8160,7 @@ advanced {
|
||||
cyclicmagic:exp_pylon
|
||||
tconstruct:shuriken:0:blueslime,blueslime,blueslime,blueslime
|
||||
tinymobfarm:emerald_farm
|
||||
enderio:item_broken_spawner:Barakoa
|
||||
agricraft:water_tank
|
||||
tconstruct:cleaver:0:conductive_iron,conductive_iron,conductive_iron,conductive_iron
|
||||
extracells:pattern.fluid:decay_inducing_matter;m=0
|
||||
@@ -8188,6 +8225,7 @@ advanced {
|
||||
tconstruct:battlesign:0:dragonsteel_fire,dragonsteel_fire
|
||||
extracells:pattern.fluid:moltendreadium;m=0
|
||||
enderio:item_broken_spawner:Cherry Barrager
|
||||
enderio:item_broken_spawner:Polyphemus
|
||||
tconstruct:kama:0:ma.prosperity,ma.prosperity,ma.prosperity
|
||||
plustic:katana:0:barathosynium,barathosynium,barathosynium,barathosynium
|
||||
tconstruct:excavator:0:mod_lavacow.scythe_claw,mod_lavacow.scythe_claw,mod_lavacow.scythe_claw,mod_lavacow.scythe_claw
|
||||
@@ -8345,6 +8383,7 @@ advanced {
|
||||
techreborn:ingot:2
|
||||
techreborn:ingot:0
|
||||
tconstruct:rapier:0:electrical_steel,electrical_steel,electrical_steel
|
||||
enderio:item_broken_spawner:Ghost Swarmer
|
||||
tconstruct:crossbow:0:skeletal,skeletal,skeletal,string
|
||||
tconstruct:pickaxe:0:ghastly,ghastly,ghastly
|
||||
extracells:pattern.fluid:uranium_233_fluoride_flibe;m=0
|
||||
@@ -8410,6 +8449,7 @@ advanced {
|
||||
tconstruct:cleaver:0:brass,brass,brass,brass
|
||||
tconstruct:scythe:0:void_actadd_plustic,void_actadd_plustic,void_actadd_plustic,void_actadd_plustic
|
||||
tconstruct:longsword:0:lumium_plustic,lumium_plustic,lumium_plustic
|
||||
enderio:item_broken_spawner:Sea Hag
|
||||
tconstruct:bolt:0:wood,knightmetal,feather
|
||||
extracells:pattern.fluid:galactic_matter;m=0
|
||||
nuclearcraft:dust:4
|
||||
@@ -8611,6 +8651,7 @@ advanced {
|
||||
tconstruct:scythe:0:lyon,lyon,lyon,lyon
|
||||
enderio:item_soul_vial:Bobo
|
||||
tconstruct:scythe:0:abyssalnite,abyssalnite,abyssalnite,abyssalnite
|
||||
enderio:item_broken_spawner:Cactyrant
|
||||
enderio:item_broken_spawner:Crypt Crawler Tunnel Entrance
|
||||
tconstruct:rapier:0:aluminum,aluminum,aluminum
|
||||
extracells:pattern.fluid:oil;m=0
|
||||
@@ -8716,4 +8757,3 @@ advanced {
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -374,7 +374,7 @@ world-288993849 {
|
||||
|
||||
world-310143583 {
|
||||
# Show the list of bookmarks next to open GUIs.
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:bookmarkOverlayEnabled=false
|
||||
|
||||
# Give items instead of showing the recipe.
|
||||
B:cheatItemsEnabled=true
|
||||
@@ -384,7 +384,7 @@ world-310143583 {
|
||||
|
||||
# Hide and unhide ingredients by clicking them in the list.
|
||||
B:editEnabled=false
|
||||
S:filterText=sashim
|
||||
S:filterText=
|
||||
|
||||
# Show the list of ingredients next to open GUIs.
|
||||
B:overlayEnabled=true
|
||||
@@ -581,20 +581,11 @@ world-78688046 {
|
||||
|
||||
|
||||
world-830336226 {
|
||||
# Show the list of bookmarks next to open GUIs.
|
||||
B:bookmarkOverlayEnabled=true
|
||||
|
||||
# Give items instead of showing the recipe.
|
||||
B:cheatItemsEnabled=false
|
||||
|
||||
# Default item to use to fill up fluids when clicking on a fluid ingredient in the menu, (format: item_name@meta)
|
||||
S:defaultFluidContainerItem=
|
||||
|
||||
# Hide and unhide ingredients by clicking them in the list.
|
||||
B:editEnabled=false
|
||||
S:filterText=
|
||||
|
||||
# Show the list of ingredients next to open GUIs.
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
@@ -1562,4 +1553,3 @@ world97320 {
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@
|
||||
"color": "000000",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "bloodmagic:blood_rune@8",
|
||||
"elements": "contenttweaker:fabric_of_the_orb",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
|
||||
@@ -0,0 +1,598 @@
|
||||
{
|
||||
"registryname": "wormhole_field_generator",
|
||||
"localizedname": "Wormhole Field Generator",
|
||||
"color": "dbc8c8",
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:wormhole_field_module@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"modularmachinery:blockenergyinputhatch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:wormhole_field_module@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"modularmachinery:blockinputbus@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:wormhole_field_module@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -4,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -4,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 7,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 7,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -4,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:storage@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:wormhole_field_module@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"techreborn:storage@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 7,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"techreborn:machine_casing@2"
|
||||
]
|
||||
}
|
||||
]}
|
||||
File diff suppressed because it is too large
Load Diff
+12
-2
@@ -1,6 +1,6 @@
|
||||
# Configuration file
|
||||
|
||||
~CONFIG_VERSION: 0.2
|
||||
~CONFIG_VERSION: 0.3
|
||||
|
||||
enable-disable {
|
||||
B:"Drop barley seeds from grass"=true
|
||||
@@ -9,6 +9,7 @@ enable-disable {
|
||||
B:"Enable stick variants"=false
|
||||
B:"Enable wheat to flour recipe"=true
|
||||
B:"Generate Amaranth Trees"=true
|
||||
B:"Generate Apple Trees"=true
|
||||
B:"Generate Ash Clouds"=true
|
||||
B:"Generate Barley Crops"=true
|
||||
B:"Generate Blackberry Bushes"=true
|
||||
@@ -27,6 +28,7 @@ enable-disable {
|
||||
B:"Generate Green Glowshroom"=true
|
||||
B:"Generate Heat Sand"=true
|
||||
B:"Generate Hopseed Trees"=true
|
||||
B:"Generate Legacy Clouds"=true
|
||||
B:"Generate Maloberry Bushes"=true
|
||||
B:"Generate Maple Trees"=true
|
||||
B:"Generate Overworld Clouds"=true
|
||||
@@ -64,6 +66,7 @@ entities {
|
||||
I:"Nitro Creeper Maximum Spawn Count [default: 6]"=6
|
||||
I:"Nitro Creeper Minimum Spawn Count [default: 4]"=4
|
||||
I:"Nitro Creeper Spawn Weight [default: 8]"=8
|
||||
B:"Should Imps have more color variants?"=true
|
||||
B:"Should Nitro Creepers explode while moderate fall damage is taken? [default: true]"=true
|
||||
B:"Should Nitro Creepers instantly explode while charged? [default: true]"=true
|
||||
}
|
||||
@@ -83,6 +86,8 @@ retrogen {
|
||||
worldgen {
|
||||
I:"Amaranth Tree Spawn Range"=48
|
||||
I:"Amaranth Tree Spawn Rarity"=1
|
||||
I:"Apple Tree Spawn Range"=48
|
||||
I:"Apple Tree Spawn Rarity"=20
|
||||
I:"Ash Cloud Spawn Height"=40
|
||||
I:"Ash Cloud Spawn Range"=78
|
||||
I:"Ash Cloud Spawn Rarity"=8
|
||||
@@ -119,8 +124,14 @@ worldgen {
|
||||
I:"Maple Tree Spawn Rarity"=10
|
||||
I:"Nether World Generation Dimension Blacklist" <
|
||||
>
|
||||
I:"Nether World Generation Dimension Whitelist" <
|
||||
-1
|
||||
>
|
||||
I:"Overworld World Generation Dimension Blacklist" <
|
||||
>
|
||||
I:"Overworld World Generation Dimension Whitelist" <
|
||||
0
|
||||
>
|
||||
I:"Raspberry Spawn Range"=64
|
||||
I:"Raspberry Spawn Rarity"=30
|
||||
I:"Redwood Tree Spawn Range"=16
|
||||
@@ -158,4 +169,3 @@ worldgen {
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# It seems that Railcraft was trying to "fix" fluids from other mods that forgot to register the texture into atlas.
|
||||
# However, this is known to break some unusual fluid textures, most notably Molten Demon Metal from ExtraUtils2 when Tinkers Construct is also installed.
|
||||
# This option lets you to control whether you want this "fix" or not.
|
||||
B:disableFluidTextureFix=true
|
||||
B:useAlternativeFirestoneTicker=true
|
||||
|
||||
# If Fluid Texture Fix is used, set this to true will use an alternative version of the fix, which is compatible with ExtraUtils2.
|
||||
B:useAlternativeFluidTextureFix=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Splash screen properties
|
||||
#Sat Apr 26 10:11:47 PDT 2025
|
||||
#Thu May 08 18:19:29 PDT 2025
|
||||
background=0xBFBFBF
|
||||
memoryGood=0x00091A
|
||||
font=0x960826
|
||||
@@ -14,4 +14,4 @@ enabled=true
|
||||
resourcePackPath=resources
|
||||
logoOffset=0
|
||||
forgeTexture=fml\:textures/gui/forge.png
|
||||
fontTexture=textures/font/ascii.png
|
||||
fontTexture=textures/font/ascii.png
|
||||
+12
-1
@@ -276,6 +276,7 @@ general {
|
||||
|
||||
# (Client/Server Performance | Experimental) Asynchronous loading of ItemStack's Capability to improve performance.
|
||||
# Conflict with CensoredASM's `delayItemStackCapabilityInit` option.
|
||||
# Deprecated: unstable, use at your own risk.
|
||||
B:AsyncItemStackCapabilityInit=true
|
||||
|
||||
# (Client Performance | Experimental) Deduplicate vertexData array to optimise memory usage.
|
||||
@@ -291,6 +292,9 @@ general {
|
||||
# (Server Performance) Improving BlockStateContainer$BlockStateImplementation#hashCode Performance with hashCode cache.
|
||||
B:BlockStateImplementationHashCodeCache=true
|
||||
|
||||
# (Client/Server Performance) Optimize BoundingBox intersect check.
|
||||
B:BoundingBoxIntersectCheck=true
|
||||
|
||||
# (Server Performance) Modified the data structure of capturedBlockSnapshots to a LinkedList to help improve insertion and deletion performance.
|
||||
B:CapturedBlockSnapshotsImprovements=false
|
||||
|
||||
@@ -310,6 +314,9 @@ general {
|
||||
# (Server Performance) Improving EntityTracker Performance with Improved Data Structures.
|
||||
B:EntityTrackerImprovements=true
|
||||
|
||||
# (Server Performance) Include Y distance checks when tracking entities.
|
||||
B:EntityTrackerIncludeY=false
|
||||
|
||||
# (Client Performance | Experimental) A feature from Patcher mod, using protocol CC-BY-NC-SA 4.0, if there are any copyright issues, please contact me to remove it.
|
||||
# Dramatically improves performance by limiting the HUD to a specified FPS, may not be compatible with older devices.
|
||||
# May perform strangely with some HUD Mods.
|
||||
@@ -825,8 +832,12 @@ general {
|
||||
B:RouterECOModeByDefault=true
|
||||
}
|
||||
|
||||
draconicevolution {
|
||||
# This option modifies the way Chaos Islands are generated
|
||||
B:ChaosIslandChunks=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
item.Sapphire.name=[虚无]蓝宝石
|
||||
item.Jade.name=[虚无]翡翠
|
||||
item.Amethyst.name=[虚无]紫晶
|
||||
tile.SapphireOre.name=[虚无]蓝宝石矿石
|
||||
tile.AmethystOre.name=[虚无]紫晶矿石
|
||||
tile.JadeOre.name=[虚无]翡翠矿石
|
||||
tile.JadeBlock.name=[虚无]翡翠块
|
||||
tile.SapphireBlock.name=[虚无]蓝宝石块
|
||||
tile.AmethystBlock.name=[虚无]紫晶块
|
||||
item.Sapphire.name=[飞升]蓝宝石
|
||||
item.Jade.name=[飞升]翡翠
|
||||
item.Amethyst.name=[飞升]紫晶
|
||||
tile.SapphireOre.name=[飞升]蓝宝石矿石
|
||||
tile.AmethystOre.name=[飞升]紫晶矿石
|
||||
tile.JadeOre.name=[飞升]翡翠矿石
|
||||
tile.JadeBlock.name=[飞升]翡翠块
|
||||
tile.SapphireBlock.name=[飞升]蓝宝石块
|
||||
tile.AmethystBlock.name=[飞升]紫晶块
|
||||
entity.aoa3.cyclops.name=单眼巨人
|
||||
|
||||
tile.LunarOrb.name=月牙宝珠
|
||||
@@ -2,6 +2,10 @@ item.avaritiaitem.fractallite_halite_catalyst.name=Fractallite Halite Catalyst
|
||||
item.avaritiaitem.meatball_man_destruction_fabrial.name=Meatball Man destruction fabrial
|
||||
item.avaritiaitem.self_actualizing_stone.name=Self Actualizing Stone
|
||||
item.avaritiaitem.spatial_processor.name=Ascended Spatial Processor
|
||||
|
||||
|
||||
item.avaritiaitem.cosmic_balance.name=Cosmic Balance
|
||||
item.avaritiaitem.bedrock_blaster.name=Bedrock Blaster
|
||||
item.avaritiaitem.cosmic_fractal_catalyzer.name=Cosmic Fractal Catalyzer
|
||||
item.avaritiaitem.cosmic_fractal_harmonizer.name=Cosmic Fractal Harmonizer
|
||||
item.avaritiaitem.cosmic_halite_cluster.name=Cosmic Halite Cluster
|
||||
item.avaritiaitem.univocal_halite_cluster.name=Univocal Halite Cluster
|
||||
|
||||
|
||||
@@ -2,6 +2,12 @@ item.avaritiaitem.fractallite_halite_catalyst.name=分形岩晶催化剂
|
||||
item.avaritiaitem.meatball_man_destruction_fabrial.name=肉丸人毁灭法器
|
||||
item.avaritiaitem.self_actualizing_stone.name=自显化之石
|
||||
item.avaritiaitem.spatial_processor.name=飞升空间处理器
|
||||
item.avaritiaitem.cosmic_balance.name=寰宇平衡
|
||||
item.avaritiaitem.bedrock_blaster.name=基岩爆破枪
|
||||
item.avaritiaitem.cosmic_fractal_catalyzer.name=寰宇分形催化剂
|
||||
item.avaritiaitem.cosmic_fractal_harmonizer.name=寰宇分形调协剂
|
||||
item.avaritiaitem.cosmic_halite_cluster.name=寰宇岩晶簇
|
||||
item.avaritiaitem.univocal_halite_cluster.name=单形岩晶簇
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1473,7 +1473,7 @@ item.contenttweaker.dynatos_star.name=Dynatos Star
|
||||
item.contenttweaker.greed_stone.name=Greed Stone
|
||||
item.contenttweaker.gun_devil_chunk.name=Gun Devil Chunk
|
||||
item.contenttweaker.pharos_callstone.name=Pharos Callstone
|
||||
item.contenttweaker.gun_devil_callstone.name=Gun Devil Callstone
|
||||
item.contenttweaker.gun_devil_callstone.name=Worshippers of the Gun Devil Callstone
|
||||
item.contenttweaker.envy_stone.name=Envy Stone
|
||||
item.contenttweaker.upper_fragment_cosmos.name=Upper Fragment of the Cosmos
|
||||
item.contenttweaker.constructor_summoner.name=Dungeon Constructor Summoner
|
||||
@@ -2875,6 +2875,381 @@ tile.contenttweaker.seal_of_freedom.name=Seal of Freedom
|
||||
tile.contenttweaker.ichorium_void_stone.name=Ichorium Void Stone
|
||||
tile.contenttweaker.void_ichorium_rift_cap.name=Void Ichorium Rift Cap
|
||||
tile.contenttweaker.halite_bejewelled_ichorium_catalyst.name=Halite Bejewelled Ichorium Catalyst
|
||||
fluid.actualizing_fluid=Actualizing Fluid
|
||||
fluid.ultimate_fractallite_essence=Ultimate Fractallite Essence
|
||||
fluid.actualization_balance=Actualization of Balance
|
||||
fluid.actualization_hope=Actualization of Hope
|
||||
fluid.actualization_knowledge=Actualization of Knowledge
|
||||
fluid.actualization_glory=Actualization of Glory
|
||||
fluid.hyperuranion_binder_oxygen=Hyperuarnion Binder: Oxygen
|
||||
fluid.hyperuranion_binder_hydrogen=Hyperuarnion Binder: Hydrogen
|
||||
fluid.hyperuranion_binder_deuterium=Hyperuarnion Binder: Deuterium
|
||||
fluid.hyperuranion_binder_tritium=Hyperuarnion Binder: Tritium
|
||||
fluid.hyperuranion_binder_iron=Hyperuarnion Binder: Iron
|
||||
fluid.hyperuranion_binder_nickel=Hyperuarnion Binder: Nickel
|
||||
fluid.hyperuranion_binder_lead=Hyperuarnion Binder: Lead
|
||||
fluid.hyperuranion_binder_mercury=Hyperuarnion Binder: Mercury
|
||||
fluid.hyperuranion_binder_tin=Hyperuarnion Binder: Tin
|
||||
fluid.high_entropy_hyperdense_plasma=Entropic Hyperdense Plasma
|
||||
fluid.naquadah_alloy=Molten Naquadah Alloy
|
||||
fluid.essence_of_sane_thoughts=Essence of Sane Thoughts
|
||||
fluid.recursive_iced_coffee=Recursive Iced Coffee
|
||||
fluid.whisper_of_thel=Whisper of Thel
|
||||
fluid.whisper_of_ahkrast_korvalain=Whisper of Ahkrast Korvalain
|
||||
fluid.whisper_of_verdith_anath=Whisper of Verdith Anath
|
||||
fluid.whisper_of_omtose_phellack=Whisper of Omtose Phellack
|
||||
fluid.whisper_of_donaeth_rusen=Whisper of Donaeth Rusen
|
||||
fluid.whisper_of_tellan=Whisper of Tellan
|
||||
fluid.whisper_of_kurald_thyrllan=Whisper of Kurald Thyrllan
|
||||
fluid.whisper_of_kurald_emurlahn=Whisper of Kurald Emurlahn
|
||||
fluid.whisper_of_kurald_galain=Whisper of Kurald Galain
|
||||
fluid.whisper_of_starvald_demelain=Whisper of Starvald Demelain
|
||||
fluid.gluttonous_abyssite=Gluttonous Abyssite
|
||||
fluid.arcane_fissile_matter=Arcane Fissile Matter
|
||||
fluid.apothecary_fissile_matter=Apothecary Fissile Matter
|
||||
fluid.purified_titanium=Molten Purified Titanium
|
||||
fluid.starmetal_alloy=Molten Starmetal Alloy
|
||||
fluid.silvan_fissile_matter=Silvan Fissile Matter
|
||||
fluid.innerved_fissile_matter=Innerved Fissile Matter
|
||||
fluid.radiant_fissile_matter=Radiant Fissile Matter
|
||||
fluid.pre_baryonic_plasma=Pre-Baryonic Plasma
|
||||
fluid.pure_recursion=Pure Recursion
|
||||
fluid.warren_binder_hydrogen=Warren Binder: Hydrogen
|
||||
fluid.warren_binder_oxygen=Warren Binder: Oxygen
|
||||
fluid.warren_binder_deuterium=Warren Binder: Deuterium
|
||||
fluid.warren_binder_tritium=Warren Binder: Tritium
|
||||
fluid.warren_binder_helium=Warren Binder: Helium
|
||||
fluid.warren_binder_iron=Warren Binder: Iron
|
||||
fluid.warren_binder_nickel=Warren Binder: Nickel
|
||||
fluid.warren_binder_lead=Warren Binder: Lead
|
||||
fluid.warren_binder_mercury=Warren Binder: Mercury
|
||||
fluid.warren_binder_tin=Warren Binder: Tin
|
||||
fluid.fractallite_taint=Fractallite Taint
|
||||
fluid.hungering_flesh_essence=Essence of the Hungering Flesh
|
||||
fluid.ascended_fluix_essence=Essence of the Ordering Ascension
|
||||
fluid.mastery_of_undeath=Masterful Undeath Fluid
|
||||
fluid.infinite_divine_wish=Infinite Divine Wish
|
||||
fluid.infinite_insane_wish=Infinite Insane Wish
|
||||
fluid.doped_recursion=Doped Recursion
|
||||
fluid.low_grade_space_time_fuel=Low-Grade Space-Time Fuel
|
||||
fluid.medium_grade_space_time_fuel=Medium-Grade Space-Time Fuel
|
||||
fluid.high_grade_space_time_fuel=High-Grade Space-Time Fuel
|
||||
fluid.starnge_quark_gluon_plasma=Strange Quark Gluon Plasma
|
||||
fluid.cosmic_ray_particle_mix=Cosmic Ray Particle Mix
|
||||
fluid.trinity_ingot=Molten Trinity
|
||||
fluid.galactic_plasma=Galactic Plasma
|
||||
fluid.cold_plasma=Entropically-Inert Plasma
|
||||
fluid.black_hole_juice=Black Hole Juice
|
||||
fluid.bewitched_essence_salts=Bewitched Essence Salts
|
||||
item.contenttweaker.astral_insight_10.name=Astral Insight: 10
|
||||
item.contenttweaker.astral_insight_20.name=Astral Insight: 20
|
||||
item.contenttweaker.astral_insight_30.name=Astral Insight: 30
|
||||
item.contenttweaker.astral_insight_40.name=Astral Insight: 40
|
||||
item.contenttweaker.astral_insight_50.name=Astral Insight: 50
|
||||
item.contenttweaker.astral_insight_60.name=Astral Insight: 60
|
||||
item.contenttweaker.astral_insight_70.name=Astral Insight: 70
|
||||
item.contenttweaker.astral_insight_80.name=Astral Insight: 80
|
||||
item.contenttweaker.astral_insight_90.name=Astral Insight: 90
|
||||
item.contenttweaker.astral_insight_100.name=Astral Insight: 100
|
||||
item.contenttweaker.spren_summoner_faith.name=Spren Summoner: Disbelief
|
||||
item.contenttweaker.spren_summoner_death.name=Spren Summoner: Death
|
||||
item.contenttweaker.spren_summoner_haste.name=Spren Summoner: Haste
|
||||
item.contenttweaker.spren_summoner_blasphemy.name=Spren Summoner: Blasphemy
|
||||
item.contenttweaker.spren_summoner_plot.name=Spren Summoner: Plotting
|
||||
item.contenttweaker.spren_summoner_injury.name=Spren Summoner: Injury
|
||||
item.contenttweaker.spren_summoner_inadequacy.name=Spren Summoner: Inadequacy
|
||||
item.contenttweaker.spren_summoner_loneliness.name=Spren Summoner: Loneliness
|
||||
item.contenttweaker.spren_summoner_control.name=Spren Summoner: Control
|
||||
item.contenttweaker.spren_summoner_prepotence.name=Spren Summoner: Prepotence
|
||||
item.contenttweaker.spren_summoner_gluttony.name=Spren Summoner: Gluttony
|
||||
item.contenttweaker.spren_summoner_arrogance.name=Spren Summoner: Arrogance
|
||||
item.contenttweaker.spren_summoner_hope.name=Spren Summoner: Hope
|
||||
item.contenttweaker.spren_summoner_balance.name=Spren Summoner: Balance
|
||||
item.contenttweaker.spren_summoner_glory.name=Spren Summoner: Glory
|
||||
item.contenttweaker.spren_summoner_knowledge.name=Spren Summoner: Knowledge
|
||||
item.contenttweaker.oath_of_the_seven_undead_lords.name=Oath of the Seven Undead Lords
|
||||
item.contenttweaker.guardians_of_shadesmar_callstone.name=Guardians of Shadesmar Callstone
|
||||
item.contenttweaker.trinitas_callstone.name=Trinitas Callstone
|
||||
item.contenttweaker.tainted_prison_key.name=Tainted Prison key
|
||||
item.contenttweaker.mission_of_undeath_callstone.name=Mission of Undeath Callstone
|
||||
item.contenttweaker.gun_devil_confrontation_callstone.name=Gun Devil Callstone
|
||||
item.contenttweaker.universal_constellation_callstone.name=Universal Constellation Callstone
|
||||
item.contenttweaker.ghost_of_annoyance_callstone.name=Ghost of Annoyance Callstone
|
||||
item.contenttweaker.strange_stone_callstone.name=Strange Stone Callstone
|
||||
item.contenttweaker.lively_tree_callstone.name=Lively Tree Callstone
|
||||
item.contenttweaker.black_hole_juice.name=Black Hole Juice
|
||||
item.contenttweaker.sashimi_of_the_gate_of_darkness.name=Sashimi of the Gate of Darkness
|
||||
item.contenttweaker.linked_apple_slice.name=Linked Apple Slice
|
||||
item.contenttweaker.cleansed_cinnamon_apple.name=Cleansed Cinnamon Apple
|
||||
item.contenttweaker.tier30_token.name=Tier 30 Excavation Token
|
||||
item.contenttweaker.infinite_plate_stamp.name=Infinite Plate Stamp
|
||||
item.contenttweaker.infinite_alchemical_plate.name=Infinite Alchemical Plate
|
||||
item.contenttweaker.infinite_recursive_plate.name=Infinite Recursive Plate
|
||||
item.contenttweaker.infinite_entropic_plate.name=Infinite Entropic Plate
|
||||
item.contenttweaker.cuendillar_plate.name=Cuendillar Plate
|
||||
item.contenttweaker.fractal_stone_dust.name=Fractal Stone Dust
|
||||
item.contenttweaker.freed_sky_stone_dust.name=Freed Sky Stone Dust
|
||||
item.contenttweaker.spatial_compound.name=Spatial Compound
|
||||
item.contenttweaker.puzzle_solution_freedskystone.name=Puzzle Solution: Freed Sky Stone
|
||||
item.contenttweaker.alchemical_deep_rock.name=Alchemical Deep Rock
|
||||
item.contenttweaker.hypercharged_wool.name=Hypercharged Wool
|
||||
item.contenttweaker.hypercharged_redstone.name=Hypercharged Redstone
|
||||
item.contenttweaker.core_of_the_mythic_shells.name=Core of the Mythic Shells
|
||||
item.contenttweaker.actualization_of_glory.name=Actualization of Glory
|
||||
item.contenttweaker.actualization_of_knowledge.name=Actualization of Knowledge
|
||||
item.contenttweaker.actualization_of_balance.name=Actualization of Balance
|
||||
item.contenttweaker.actualization_of_hope.name=Actualization of Hope
|
||||
item.contenttweaker.unbound_recursium_fragment.name=Unbound Recursium Fragment
|
||||
item.contenttweaker.embodiment_of_glory.name=Embodiment of Glory
|
||||
item.contenttweaker.embodiment_of_balance.name=Embodiment of Balance
|
||||
item.contenttweaker.embodiment_of_hope.name=Embodiment of Hope
|
||||
item.contenttweaker.embodiment_of_knowledge.name=Embodiment of Knowledge
|
||||
item.contenttweaker.shard_of_restored_faith.name=Shard of Restored Faith
|
||||
item.contenttweaker.shard_of_forgotten_fear_of_death.name=Shard of Forgotten Fear of Death
|
||||
item.contenttweaker.shard_of_forgiven_lost_time.name=Shard of Forgiven Lost Time
|
||||
item.contenttweaker.shard_of_rekindled_heritage.name=Shard of Rekindled Heritage
|
||||
item.contenttweaker.shard_of_no_hidden_intentions.name=Shard of Open Intentions
|
||||
item.contenttweaker.shard_of_physical_healing.name=Shard of Good Physical Health
|
||||
item.contenttweaker.shard_of_realized_worth.name=Shard of Realized Worth
|
||||
item.contenttweaker.shard_of_restored_relationship.name=Shard of Restored Relationships
|
||||
item.contenttweaker.shard_of_surrender.name=Shard of Peaceful Surrender
|
||||
item.contenttweaker.shard_of_individual_freedom.name=Shard of Individual Freedom
|
||||
item.contenttweaker.shard_of_controlled_gluttony.name=Shard of Controlled Gulosity
|
||||
item.contenttweaker.shard_of_humble_education.name=Shard of Humble Erudition
|
||||
item.contenttweaker.living_shard_of_shadesmar.name=Living Shard of Shadesmar
|
||||
item.contenttweaker.rune_of_freedom.name=Rune of Freedom
|
||||
item.contenttweaker.freedomsteel_ingot.name=Freedomsteel Ingot
|
||||
item.contenttweaker.token_of_the_meatball_man.name=Token of the Meatball Man
|
||||
item.contenttweaker.finis.name=Finis
|
||||
item.contenttweaker.recursive_iced_coffee_pot.name=Recursive Iced Coffee Pot
|
||||
item.contenttweaker.hiddenpowercallstone_loot.name=Loot from Hidden Power Callstone
|
||||
item.contenttweaker.warren_configurator.name=Warren Configurator
|
||||
item.contenttweaker.actualized_starlight_sphere.name=Actualized Starlight Sphere
|
||||
item.contenttweaker.seeker_stone.name=Seeker Stone
|
||||
item.contenttweaker.reality_pebble.name=Reality Pebble
|
||||
item.contenttweaker.opalescent_matter.name=Opalescent Matter
|
||||
item.contenttweaker.unleashed_mithril_1.name=Unleashed Mithril: Lover
|
||||
item.contenttweaker.unleashed_mithril_2.name=Unleashed Mithril: Loved
|
||||
item.contenttweaker.unleashed_mithril_3.name=Unleashed Mithril: Love
|
||||
item.contenttweaker.echo_warren_alloy.name=Echo Warren Alloy Ingot
|
||||
item.contenttweaker.actualized_warren_alloy.name=Actualized Warren Alloy Ingot
|
||||
item.contenttweaker.blade_of_the_samurai_queen.name=Blade of the Samurai Bee
|
||||
item.contenttweaker.alchemical_dust.name=Alchemical Dust
|
||||
item.contenttweaker.arcane_fissile_alloy.name=Arcane Fissile Alloy
|
||||
item.contenttweaker.apothecary_fissile_alloy.name=Apothecary Fissile Alloy
|
||||
item.contenttweaker.silvan_fissile_alloy.name=Silvan Fissile Alloy
|
||||
item.contenttweaker.innerved_fissile_alloy.name=Innerved Fissile Alloy
|
||||
item.contenttweaker.radiant_fissile_alloy.name=Radiant Fissile Alloy
|
||||
item.contenttweaker.depleted_arcane_fissile_alloy.name=Depleted Arcane Fissile Alloy
|
||||
item.contenttweaker.depleted_apothecary_fissile_alloy.name=Depleted Apothecary Fissile Alloy
|
||||
item.contenttweaker.depleted_silvan_fissile_alloy.name=Depleted Silvan Fissile Alloy
|
||||
item.contenttweaker.depleted_innerved_fissile_alloy.name=Depleted Innerved Fissile Alloy
|
||||
item.contenttweaker.depleted_radiant_fissile_alloy.name=Depleted Radiant Fissile Alloy
|
||||
item.contenttweaker.arcane_fissile_dust.name=Arcane Fissile Dust
|
||||
item.contenttweaker.apothecary_fissile_dust.name=Apothecary Fissile Dust
|
||||
item.contenttweaker.silvan_fissile_dust.name=Silvan Fissile Dust
|
||||
item.contenttweaker.innerved_fissile_dust.name=Innerved Fissile Dust
|
||||
item.contenttweaker.radiant_fissile_dust.name=Radiant Fissile Dust
|
||||
item.contenttweaker.kampylotitum.name=Kampylotitum Ingot
|
||||
item.contenttweaker.elleipsinyum.name=Elleipsynium
|
||||
item.contenttweaker.ekkremesynium.name=Ekkremesynium
|
||||
item.contenttweaker.soul_of_kashan.name=Soul of Kashan
|
||||
item.contenttweaker.pure_twilight_matter.name=Pure Twilight Matter
|
||||
item.contenttweaker.shard_of_the_cosmos.name=Shard of the Cosmos
|
||||
item.contenttweaker.true_tongue_oath.name=Oath in the True Tongue
|
||||
item.contenttweaker.trinity_runes.name=Trinity Runes
|
||||
item.contenttweaker.runes_of_the_lover.name=Runes of the Lover
|
||||
item.contenttweaker.runes_of_the_loved.name=Runes of the Loved
|
||||
item.contenttweaker.runes_of_the_love.name=Runes of the Love
|
||||
item.contenttweaker.stone_of_the_lover.name=Stone of the Lover
|
||||
item.contenttweaker.stone_of_the_loved.name=Stone of the Loved
|
||||
item.contenttweaker.stone_of_the_love.name=Stone of the Love
|
||||
item.contenttweaker.call_of_the_lover.name=Call of the Lover
|
||||
item.contenttweaker.call_of_the_loved.name=Call of the Loved
|
||||
item.contenttweaker.call_of_the_love.name=Call of the Love
|
||||
item.contenttweaker.puzzle_solution_cherubim.name=Puzzle Solution: Trinitas Cherubims
|
||||
item.contenttweaker.unleashed_triquetra.name=Unleashed Triquetra
|
||||
item.contenttweaker.cuendillar_catalyst_1.name=Cuendillar Catalyst of the Lover
|
||||
item.contenttweaker.cuendillar_catalyst_2.name=Cuendillar Catalyst of the Loved
|
||||
item.contenttweaker.cuendillar_catalyst_3.name=Cuendillar Catalyst of the Love
|
||||
item.contenttweaker.singular_fractal.name=Singular Fractal
|
||||
item.contenttweaker.infinite_processor.name=Infinite Processor
|
||||
item.contenttweaker.recursive_quantum.name=Recursive Quantum
|
||||
item.contenttweaker.fractallite_quantum.name=Fractallite Quantum
|
||||
item.contenttweaker.plate_clump_recursive.name=Recursive Quantum Clump
|
||||
item.contenttweaker.plate_clump_fractal.name=Fractal Quantum Clump
|
||||
item.contenttweaker.slightly_dense_pebble.name=A Slightly Dense Pebble
|
||||
item.contenttweaker.standard_of_the_shyre_empire.name=Standard of the Shyre Empire
|
||||
item.contenttweaker.spooder_glasses.name=Spooder Glasses
|
||||
item.contenttweaker.massive_boomboom.name=Massive Boom-Boom
|
||||
item.contenttweaker.emc_crown.name=EMC Crown
|
||||
item.contenttweaker.cosmic_pot.name=Cosmic Pot
|
||||
item.contenttweaker.recursion_of_the_lover.name=Recursion of the Lover
|
||||
item.contenttweaker.recursion_of_the_loved.name=recursion of the Loved
|
||||
item.contenttweaker.recursion_of_the_love.name=Recursion of the Love
|
||||
item.contenttweaker.atomic_glasses.name=Atomic Glasses
|
||||
item.contenttweaker.cool_walking_stick.name=Cool Walking Stick
|
||||
item.contenttweaker.horrible_unedited_fanfiction.name=Horrible Unedited Fanfiction
|
||||
item.contenttweaker.null_pointer.name=Null Pointer
|
||||
item.contenttweaker.p0rtals_redish_white_hat.name=P0rtal's Redish White Hat
|
||||
item.contenttweaker.collar_bells.name=Collar Bells
|
||||
item.contenttweaker.shield_of_the_arbiter.name=Shield of the Arbiter
|
||||
item.contenttweaker.trinity_ingot.name=Trinity Ingot
|
||||
item.contenttweaker.big_bang_matter.name=Big Bang Matter
|
||||
item.contenttweaker.ascended_gallifreyan_alloy.name=Ascended Gallifreyan Alloy Ingot
|
||||
item.contenttweaker.token_of_forgiveness.name=Token of Forgiveness
|
||||
item.contenttweaker.offer_of_restored_balance.name=Offer of Restored Balance
|
||||
item.contenttweaker.gem_of_pure_taint.name=Gem of Pure Taint
|
||||
item.contenttweaker.tainted_claw.name=Tainted Claw
|
||||
item.contenttweaker.void_chains.name=Void Chains
|
||||
item.contenttweaker.void_ichorium_gem.name=Void Ichorium Gem
|
||||
item.contenttweaker.charm_of_the_falling_tower.name=Charm of the Falling Tower
|
||||
item.contenttweaker.multiblock_input_swapping.name=Multiblock Input Swapping
|
||||
item.contenttweaker.cursed_dragon_egg.name=Cursed Dragon Egg
|
||||
item.contenttweaker.tainted_alchemic_catalyst.name=Tainted Alchemic Catalyst
|
||||
item.contenttweaker.recursion_of_taint.name=Recursion of Taint
|
||||
item.contenttweaker.shield_of_the_king_in_Purple.name=Shield of the King in Purple
|
||||
item.contenttweaker.taint_shield.name=Taint Shield
|
||||
item.contenttweaker.taint_gun.name=Taint Gun
|
||||
item.contenttweaker.the:ultimate_taint_gun.name=The Ultimate Taint Gun
|
||||
item.contenttweaker.uncanny_void_cluster.name=Uncanny Void Cluster
|
||||
item.contenttweaker.puzzle_solution_undeadsoil.name=Puzzle SOlution: Undead Soil
|
||||
item.contenttweaker.respect_of_the_lord_of_lust.name=Respect of the Lord of Lust
|
||||
item.contenttweaker.respect_of_the_lord_of_pride.name=Respect of the Lord of Pride
|
||||
item.contenttweaker.respect_of_the_lord_of_envy.name=Respect of the Lord of Envy
|
||||
item.contenttweaker.respect_of_the_lord_of_greed.name=Respect of the Lord of Greed
|
||||
item.contenttweaker.respect_of_the_lord_of_wrath.name=Respect of the Lord of Wrath
|
||||
item.contenttweaker.respect_of_the_lord_of_sloth.name=Respect of the Lord of Sloth
|
||||
item.contenttweaker.oath_of_the_lord_of_gluttony.name=Oath of the Lord of Gluttony
|
||||
item.contenttweaker.respect_of_death.name=Respect of Death
|
||||
item.contenttweaker.puzzle_solution_vowtodeath.name=Puzzle Solution: Vow to Death
|
||||
item.contenttweaker.fractallite_taint.name=Fractallite Taint
|
||||
item.contenttweaker.recursion_of_gluttony.name=Recursion of Gluttony
|
||||
item.contenttweaker.wish_of_infinity.name=Wish of Infinity
|
||||
item.contenttweaker.ingot_of_infinite_wishes.name=Ingot of Infinite Wishes
|
||||
item.contenttweaker.gun_devil_limb.name=Gun Devil Limb
|
||||
item.contenttweaker.bullet_of_the_gun_devil.name=Bullet of the Gun devil
|
||||
item.contenttweaker.magazine_of_the_gun_devil.name=Magazine of the Gun Devil
|
||||
item.contenttweaker.universal_constellation.name=Universal Constellation
|
||||
item.contenttweaker.dust_of_infinite_wishes.name=Dust of Infinite Wishes
|
||||
item.contenttweaker.eleint_stone.name=Stone of the Eleint
|
||||
item.contenttweaker.gem_of_dimensional_ascension.name=Gem of Dimensional Ascension
|
||||
item.contenttweaker.puzzle_solution_dimensionalascension.name=Puzzle Solution: Dimensional AScension
|
||||
item.contenttweaker.recursion_of_dimensional_ascension.name=Recursion of Dimensional Ascension
|
||||
item.contenttweaker.infinite_tainted_plate.name=Infinite Tainted Plate
|
||||
item.contenttweaker.fiery_recursion_fragment.name=Fiery Recursion Fragment
|
||||
item.contenttweaker.everburning_dust.name=Everburning Dust
|
||||
item.contenttweaker.everburning_recursion_fragment.name=Everburning Recursion Fragment
|
||||
item.contenttweaker.everburning_plating.name=Everburning Plating
|
||||
item.contenttweaker.quasar_charged_gem.name=Quasar Charged Gem
|
||||
item.contenttweaker.gravitational_time_crystal.name=Gravitational Time Crystal
|
||||
item.contenttweaker.time_crystal_lattice.name=Time Crystal Lattice
|
||||
item.contenttweaker.warren_plate.name=Warren Plate
|
||||
item.contenttweaker.shield_of_the_king_in_purple.name=Shield of the King in Purple
|
||||
item.contenttweaker.the_ultimate_taint_gun.name=The Ultimate Taint Gun
|
||||
item.contenttweaker.power_wrought_brightsteel_alloy_plate.name=Power-Wrought Brightsteel Alloy Plate
|
||||
item.contenttweaker.quasar_charged_dust.name=Quasar-Charged Dust
|
||||
item.contenttweaker.cleansed_brightsteel_alloy_plate.name=Cleansed Brightsteel Alloy Plate
|
||||
item.contenttweaker.dimensionally_ascended_garnet.name=Dimensionally Ascended Garnet
|
||||
item.contenttweaker.alchemically_hyperactive_crystal.name=Alchemically Hyperactive Crystal
|
||||
item.contenttweaker.dark_matter_scattering_element.name=Dark Matter Scattering Element
|
||||
item.contenttweaker.fractal_metal_clump.name=Fractal Metal Clump
|
||||
item.contenttweaker.fractal_metal_plate.name=Fractal Metal Plate
|
||||
item.contenttweaker.trinity_nugget.name=Trinity Nugget
|
||||
item.contenttweaker.echo_warren_bar.name=Echo Warren Bar
|
||||
item.contenttweaker.galaxy_superconductor.name=Galaxy Superconductor
|
||||
item.contenttweaker.fractallite_focus_lens.name=Fractallite Focus Lens
|
||||
item.contenttweaker.cosmic_string_primer.name=Cosmic String Primer
|
||||
item.contenttweaker.cosmic_string.name=Cosmic String
|
||||
item.contenttweaker.nightmare_of_annoyance.name=Nightmare of Annoyance
|
||||
item.contenttweaker.strange_stone_essence.name=Strange Stone Essence
|
||||
item.contenttweaker.neutronium_pearl.name=Neutronium Pearl
|
||||
item.contenttweaker.mixed_metal_shard.name=Mixed Metal Shard
|
||||
item.contenttweaker.black_hole_alloy_clump.name=Black Hole Alloy Clump
|
||||
item.contenttweaker.softened_black_hole_alloy_clump.name=Softened Black Hole Alloy Clump
|
||||
item.contenttweaker.drawn_black_hole_alloy_clump.name=Drawn Black Hole Alloy Clump
|
||||
item.contenttweaker.quenched_black_hole_alloy_clump.name=Quenched Black Hole Alloy Clump
|
||||
item.contenttweaker.black_hole_alloy_ingot.name=Black Hole Alloy Ingot
|
||||
item.contenttweaker.galactic_core.name=Galactic Core
|
||||
item.contenttweaker.galactic_power_unit.name=Galactic Power Unit
|
||||
item.contenttweaker.cosmic_string_conduit.name=Cosmic String Conduit
|
||||
item.contenttweaker.eye_of_harmony_power_unit.name=Eye of Harmony Power Unit
|
||||
item.contenttweaker.defined_bar.name=Defined Bar
|
||||
item.contenttweaker.salt_of_knowledge.name=Salt of Knowledge
|
||||
item.contenttweaker.clearing_taint.name=Clearing Taint
|
||||
item.contenttweaker.lost_cities_worldgen.name=Found in the Lost Cities
|
||||
item.contenttweaker.experience_configurator.name=Experience Configurator
|
||||
item.contenttweaker.stone_of_dimensional_ascension.name=Stone of Dimensional Ascension
|
||||
item.contenttweaker.astral_mastery_tome.name=Tome of Astral Mastery
|
||||
item.contenttweaker.master_spell_infernum.name=Master Spell: Infernum
|
||||
item.contenttweaker.master_spell_sonus.name=Master Spell: Sonus
|
||||
item.contenttweaker.master_spell_gognitio.name=Master Spell: Cognitio
|
||||
item.contenttweaker.white_hole_core.name=White Hole Core
|
||||
item.contenttweaker.quasar_core.name=Quasar Core
|
||||
item.contenttweaker.call_to_mission.name=Call to Mission
|
||||
item.contenttweaker.summons_of_the_realmshifter_cherubim.name=Summons to the Realmshifter Cherubims
|
||||
item.contenttweaker.prayer_to_the_trinity_of_love.name=Plea to the Trinity of Love
|
||||
item.contenttweaker.key_of_restored_balance.name=Key of Restored Balance
|
||||
item.contenttweaker.void_ichorium_jewel.name=Void Ichorium Jewel
|
||||
item.contenttweaker.void_ichorium_rift.name=Void Ichorium Rift
|
||||
item.contenttweaker.summons_to_the_meatball_man.name=Summons to the Meatball Man
|
||||
item.contenttweaker.vow_to_death.name=Vow to Death
|
||||
tile.contenttweaker.ascended_spatial_chassis.name=Ascended Spatial Chassis
|
||||
tile.contenttweaker.actualizing_casing.name=Actualizing Casing
|
||||
tile.contenttweaker.hyperuranion_actualized_naquadah.name=Hyperuranion Actualizer: Naquadah
|
||||
tile.contenttweaker.hyperuranion_actualized_dragonsteel.name=Hyperuranion Actualizer: Dragonsteel
|
||||
tile.contenttweaker.hyperuranion_actualized_dimshard.name=Hyperuranion Actualizer: Dimensional Shards
|
||||
tile.contenttweaker.hyperuranion_actualized_rhenia.name=Hyperuranion Actualizer: Rhenium
|
||||
tile.contenttweaker.recursive_brain.name=Recursive Brain
|
||||
tile.contenttweaker.recursive_brain_plug.name=Recursive Brain Plug
|
||||
tile.contenttweaker.hyperuranion_conduit.name=Hyperuranion Conduit
|
||||
tile.contenttweaker.hyperuranion_casing.name=Hyperuranion Casing
|
||||
tile.contenttweaker.horizon_sustainer.name=Horizon Sustainer
|
||||
tile.contenttweaker.dyson_extruder.name=Dyson Extruder
|
||||
tile.contenttweaker.exotic_absorber.name=Exotic Absorber
|
||||
tile.contenttweaker.exotic_dyson_conduit.name=Exotic Dyson Conduit
|
||||
tile.contenttweaker.mortum_livingrock.name=Mortum Livingrock
|
||||
tile.contenttweaker.mortum_livingwood.name=Mortum Livingwood
|
||||
tile.contenttweaker.focused_plasma_collider.name=Focused Plasma Collider
|
||||
tile.contenttweaker.superfocused_plasma_collider.name=Superfocused Plasma Collider
|
||||
tile.contenttweaker.hyperfocused_plasma_collider.name=Hyperfocused Plasma Collider
|
||||
tile.contenttweaker.stormlight_stone.name=Stormlight Stone
|
||||
tile.contenttweaker.stone_of_shadesmar.name=Stone of Shadesmar
|
||||
tile.contenttweaker.catalyst_of_the_warrens.name=Catalyst of the Warrens
|
||||
tile.contenttweaker.absolutely_autentic_rainbowgen.name=Absolutely Authentic Rainbow Generator
|
||||
tile.contenttweaker.balanced_machine_casing.name=Balanced Machine Casing
|
||||
tile.contenttweaker.gallifreyan_neutronium_casing.name=Gallifreyan Neutronium Casing
|
||||
tile.contenttweaker.quark_neutronium_module.name=Quark Neutronium Module
|
||||
tile.contenttweaker.hyperuranium_actualizer_ichor.name=Hyperuranion Actualizer: Ichor
|
||||
tile.contenttweaker.undead_soil.name=Undead Soil
|
||||
tile.contenttweaker.fractallite_halite_stone.name=Fractallite Halite Stone
|
||||
tile.contenttweaker.catalyst_of_balance.name=Catalyst of Balance
|
||||
tile.contenttweaker.space_time_beam.name=Space-Time Beam
|
||||
tile.contenttweaker.quasar_stabilizer.name=Quasar Stabilizer
|
||||
tile.contenttweaker.quasar_screen.name=Quasar Screen
|
||||
tile.contenttweaker.galaxy_conduit.name=Galaxy Conduit
|
||||
tile.contenttweaker.echo_warren_stone.name=Echo Warren Stone
|
||||
tile.contenttweaker.galaxy_accelerator.name=Galaxy Accelerator
|
||||
tile.contenttweaker.miniature_quasar.name=Miniature Quasar
|
||||
tile.contenttweaker.ascended_fluix_etcher.name=Ascended Fluix Etcher
|
||||
tile.contenttweaker.naquadah_casing.name=Naquadah Casing
|
||||
tile.contenttweaker.dark_matter_node.name=Dark Matter Node
|
||||
tile.contenttweaker.cosmic_balance_coil.name=Cosmic Balance Coil
|
||||
tile.contenttweaker.toroid_galaxy_tube.name=Toroid Galaxy Tube
|
||||
tile.contenttweaker.stone_of_worthiness.name=Stone of Worthiness
|
||||
tile.contenttweaker.recurring_nightmare_block.name=Recurring Nightmare Block
|
||||
tile.contenttweaker.trinity_neutronium_casing.name=Trinity Neutronium Casing
|
||||
tile.contenttweaker.quark_cosmic_module.name=Cosmic String Module
|
||||
tile.contenttweaker.tardis_casing.name=Tardis Casing
|
||||
tile.contenttweaker.tardis_stem.name=Tardis Stem
|
||||
tile.contenttweaker.tardis_branch.name=Tardis Branch
|
||||
tile.contenttweaker.tardis_polyp.name=Tardis Polyp
|
||||
tile.contenttweaker.nineteen_blocks.name=Nineteen Blocks
|
||||
tile.contenttweaker.wormhole_field_module.name=Wormhole Field Module
|
||||
tile.contenttweaker.fabric_of_the_orb.name=Fabric of the Orb
|
||||
tile.contenttweaker.miniature_white_hole.name=Miniature White Hole
|
||||
item.contenttweaker.supercharged_signalum.name=Supercharged Signalum Ingot
|
||||
item.contenttweaker.charged_signalum.name=Charged Signalum Ingot
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -211,7 +211,7 @@ tile.contenttweaker.tartarite_monolith.name=魂石巨石块
|
||||
tile.contenttweaker.high_energy_ray_collector.name=高能射线收集器
|
||||
tile.contenttweaker.gaia_spirit_block.name=盖亚魂块
|
||||
tile.contenttweaker.dark_mithrillium_block.name=暗黑秘银块
|
||||
tile.contenttweaker.linear_accelerator_tube.name=线性加速管
|
||||
tile.contenttweaker.linear_accelerator_tube.name=线性加速器管道
|
||||
tile.contenttweaker.crystevian_crystal.name=晶体水晶
|
||||
tile.contenttweaker.ogerite_ore.name=食人魔金属矿石
|
||||
tile.contenttweaker.mythic_machine_case.name=神秘机械外壳
|
||||
@@ -252,7 +252,7 @@ fluid.lymph_of_pixonia=光精界淋巴液
|
||||
fluid.galactic_matter=澎湃递归精华
|
||||
fluid.milkiest_chocolate=纯牛奶巧克力
|
||||
fluid.alchemical_goo=炼金粘液
|
||||
fluid.twilight_matter=暮色物质
|
||||
fluid.twilight_matter=暮光物质
|
||||
fluid.weakened_cryotheoum=弱化凛冰
|
||||
fluid.lving_gold_nak=活金钠钾溶液
|
||||
fluid.living_gold_nak=活金钠钾溶液
|
||||
@@ -310,7 +310,7 @@ item.contenttweaker.twilight_essence.name=暮色精华
|
||||
item.contenttweaker.blue_gemstone_egg.name=蓝色宝石蛋
|
||||
item.contenttweaker.twilight_gear.name=暮色齿轮
|
||||
item.contenttweaker.instant_power_junction.name=即时导能枢纽
|
||||
item.contenttweaker.fire_construct.name=火焰构装体
|
||||
item.contenttweaker.fire_construct.name=火焰构造体
|
||||
item.contenttweaker.living_case.name=活物
|
||||
item.contenttweaker.annealed_high_density_frame.name=退火高密度框架
|
||||
item.contenttweaker.aeldunari.name=暗龙之心
|
||||
@@ -495,7 +495,7 @@ item.contenttweaker.iromine_garnet.name=黄金石榴石
|
||||
item.contenttweaker.solidified_memory.name=固化记忆
|
||||
item.contenttweaker.deinthos.name=恐灾
|
||||
item.contenttweaker.varsium_egg.name=超金蛋
|
||||
item.contenttweaker.ice_construct.name=寒冰构装体
|
||||
item.contenttweaker.ice_construct.name=寒冰构造体
|
||||
item.contenttweaker.tier_v_defined_seed.name=T5 定义种子
|
||||
item.contenttweaker.divine_star.name=神圣之星
|
||||
item.contenttweaker.crystallite_egg.name=微晶蛋
|
||||
@@ -604,13 +604,13 @@ entity.cold_iron_chicken.name=寒铁鸡
|
||||
entity.palladium_chicken.name=钯鸡
|
||||
entity.polonium_chicken.name=钋鸡
|
||||
entity.baronyte_chicken.name=爵士鸡
|
||||
entity.sapphire_chicken.name=[虚无]蓝宝石鸡
|
||||
entity.sapphire_chicken.name=[飞升]蓝宝石鸡
|
||||
entity.lyon_chicken.name=焦铁鸡
|
||||
entity.rosite_chicken.name=玫石鸡
|
||||
entity.bloodgem_chicken.name=血宝石鸡
|
||||
entity.varsium_chicken.name=超金鸡
|
||||
entity.glitch_chicken.name=故障鸡
|
||||
entity.amethyst_chicken.name=[虚无]紫晶鸡
|
||||
entity.amethyst_chicken.name=[飞升]紫晶鸡
|
||||
entity.emberstone_chicken.name=余烬石鸡
|
||||
entity.arlemite_chicken.name=阿勒石鸡
|
||||
entity.crystallite_chicken.name=微晶鸡
|
||||
@@ -626,7 +626,7 @@ entity.vityte_chicken.name=生机金属鸡
|
||||
entity.ogerite_chicken.name=食人魔金属鸡
|
||||
entity.brightsteel_chicken.name=星钢鸡
|
||||
entity.blazium_chicken.name=烈焰鸡
|
||||
entity.jade_chicken.name=[虚无]翡翠鸡
|
||||
entity.jade_chicken.name=[飞升]翡翠鸡
|
||||
entity.mystite_chicken.name=神秘鸡
|
||||
entity.unidentified_chicken.name=未定义鸡
|
||||
entity.lunastone_chicken.name=月石鸡
|
||||
@@ -1423,17 +1423,17 @@ item.contenttweaker.rubidium_egg.name=铷蛋
|
||||
item.contenttweaker.curious_bullet.name=奇异子弹
|
||||
item.contenttweaker.oi_spinel.name=奥伊尖晶石
|
||||
item.contenttweaker.lord_summoner.name=瓦提库斯领主召唤器
|
||||
item.contenttweaker.pride_stone.name=傲慢石
|
||||
item.contenttweaker.pride_stone.name=傲慢之石
|
||||
item.contenttweaker.nightmare_gem.name=噩梦宝石
|
||||
item.contenttweaker.lower_fragment_cosmos.name=寰宇碎片(下)
|
||||
item.contenttweaker.sloth_stone.name=懒惰石
|
||||
item.contenttweaker.sloth_stone.name=怠惰之石
|
||||
item.contenttweaker.caesium_egg.name=铯蛋
|
||||
item.contenttweaker.ghastly_egg.name=阴森蛋
|
||||
item.contenttweaker.strange_charm.name=奇特护符
|
||||
item.contenttweaker.stable_orbiting_device.name=稳定轨道设备
|
||||
item.contenttweaker.hator_spinel.name=哈托尔尖晶石
|
||||
item.contenttweaker.ptah_spinel.name=普塔尖晶石
|
||||
item.contenttweaker.gluttony_stone.name=暴食石
|
||||
item.contenttweaker.gluttony_stone.name=暴食之石
|
||||
item.contenttweaker.bee_helmet.name=蜜蜂头盔
|
||||
item.contenttweaker.bee_leggings.name=蜜蜂护腿
|
||||
item.contenttweaker.demonologist_callstone.name=恶魔学者召唤石
|
||||
@@ -1448,8 +1448,8 @@ item.contenttweaker.orcus_spinel.name=奥迦斯尖晶石
|
||||
item.contenttweaker.gravity_manipulator_device.name=引力场控制器
|
||||
item.contenttweaker.trinity_callstone.name=三一召唤石
|
||||
item.contenttweaker.anemic_callstone.name=贫血召唤石
|
||||
item.contenttweaker.wrath_stone.name=暴怒石
|
||||
item.contenttweaker.lust_stone.name=色欲石
|
||||
item.contenttweaker.wrath_stone.name=暴怒之石
|
||||
item.contenttweaker.lust_stone.name=色欲之石
|
||||
item.contenttweaker.baku_heart.name=貘之心
|
||||
item.contenttweaker.singular_gravity_honey.name=奇点引力蜂蜜
|
||||
item.contenttweaker.unburied_callstone.name=未葬召唤石
|
||||
@@ -1470,11 +1470,11 @@ item.contenttweaker.spinel_ring.name=尖晶石指环
|
||||
item.contenttweaker.ghoulish_egg.name=恐惧蛋
|
||||
item.contenttweaker.armorer_callstone.name=装甲召唤石
|
||||
item.contenttweaker.dynatos_star.name=强能之星
|
||||
item.contenttweaker.greed_stone.name=贪婪石
|
||||
item.contenttweaker.greed_stone.name=贪婪之石
|
||||
item.contenttweaker.gun_devil_chunk.name=枪之恶魔碎块
|
||||
item.contenttweaker.pharos_callstone.name=星炬召唤石
|
||||
item.contenttweaker.gun_devil_callstone.name=枪之恶魔召唤石
|
||||
item.contenttweaker.envy_stone.name=嫉妒石
|
||||
item.contenttweaker.gun_devil_callstone.name=枪之恶魔崇拜者召唤石
|
||||
item.contenttweaker.envy_stone.name=嫉妒之石
|
||||
item.contenttweaker.upper_fragment_cosmos.name=寰宇碎片(上)
|
||||
item.contenttweaker.constructor_summoner.name=地牢构建者召唤器
|
||||
tile.contenttweaker.energy_hive.name=能量蜂巢
|
||||
@@ -1554,7 +1554,7 @@ item.contenttweaker.enchdesc_looting.name=魔咒描述:抢夺
|
||||
item.contenttweaker.enchdesc_eternal_compass.name=魔咒描述:永恒罗盘
|
||||
item.contenttweaker.enchdesc_blast_protection.name=魔咒描述:爆炸保护
|
||||
item.contenttweaker.enchdesc_rive.name=魔咒描述:裂解
|
||||
item.contenttweaker.enchdesc_crush.name=魔咒描述:[虚无]粉碎
|
||||
item.contenttweaker.enchdesc_crush.name=魔咒描述:[飞升]粉碎
|
||||
item.contenttweaker.enchdesc_unstable.name=魔咒描述:震荡不定
|
||||
item.contenttweaker.enchdesc_scorching_heat.name=魔咒描述:灼热
|
||||
item.contenttweaker.enchdesc_headhunter.name=魔咒描述:猎头人
|
||||
@@ -2145,7 +2145,7 @@ tile.contenttweaker.headstone.name=似龙碑石
|
||||
tile.contenttweaker.runic_ore.name=符文矿石
|
||||
tile.contenttweaker.catalyzed_runic_ore.name=催化符文矿石
|
||||
item.contenttweaker.gem_of_voracity.name=贪食宝石
|
||||
item.contenttweaker.apothecary_prison_key.name=药剂师监狱钥匙
|
||||
item.contenttweaker.apothecary_prison_key.name=药师监狱钥匙
|
||||
item.contenttweaker.voraceous_worm_callstone.name=贪食野兽召唤石
|
||||
item.contenttweaker.dreadful_prison_key.name=怖惧监狱钥匙
|
||||
item.contenttweaker.wyvern_monument_activation_fabrial.name=飞龙神殿激活法器
|
||||
@@ -2165,9 +2165,9 @@ item.contenttweaker.level30.name=30级
|
||||
item.contenttweaker.level5.name=5级
|
||||
item.contenttweaker.wyvern_head_stone.name=飞龙碑石
|
||||
item.contenttweaker.right_click_with_lots_of_infusionstones.name=使用注魔石右击聚合台制作能量石
|
||||
item.contenttweaker.apothecary_stone.name=药剂师之石
|
||||
item.contenttweaker.infused_apothecary_stone.name=注魔药剂师之石
|
||||
item.contenttweaker.puzzle_solution_apothecaryprisonkey.name=谜题答案:药剂师监狱钥匙
|
||||
item.contenttweaker.apothecary_stone.name=药师之石
|
||||
item.contenttweaker.infused_apothecary_stone.name=注魔药师之石
|
||||
item.contenttweaker.puzzle_solution_apothecaryprisonkey.name=谜题答案:药师监狱钥匙
|
||||
item.contenttweaker.dragon_will_fragment.name=龙之意志碎片
|
||||
item.contenttweaker.whispering_heart_of_hearts.name=低语心中之心
|
||||
item.contenttweaker.soul_of_the_dragonslayer.name=屠龙者之魂
|
||||
@@ -2194,7 +2194,7 @@ item.contenttweaker.infused_dread_shard.name=怖惧亡灵碎片
|
||||
item.contenttweaker.second_order_mythic_fractal.name=二阶神话分形
|
||||
item.contenttweaker.catalyzation_chamber.name=催化室
|
||||
item.contenttweaker.draconian_metal_clump.name=似龙金属碎块
|
||||
item.contenttweaker.empowered_apothecary_stone.name=注魔药剂师之石
|
||||
item.contenttweaker.empowered_apothecary_stone.name=注魔药师之石
|
||||
item.contenttweaker.draconian_metal_ingot.name=似龙金属锭
|
||||
item.contenttweaker.lunar_star.name=月球之星
|
||||
item.contenttweaker.pressed_spice.name=压制香料
|
||||
@@ -2246,11 +2246,11 @@ item.contenttweaker.fourth_order_mythic_fractal.name=四阶神话分形
|
||||
item.contenttweaker.pearlescent_artifact.name=璀璨神器
|
||||
item.contenttweaker.digital_matter_transmission_module.name=数字物质传输模块
|
||||
item.contenttweaker.phasing_snowflake.name=相位雪花手里剑
|
||||
item.contenttweaker.phasing_fluix_construct.name=相位福鲁伊克斯构装体
|
||||
item.contenttweaker.phasing_fluix_construct.name=相位福鲁伊克斯构造体
|
||||
item.contenttweaker.master_wizardry_catalyst.name=巫术大师催化剂
|
||||
item.contenttweaker.petrified_fluix.name=石化福鲁伊克斯
|
||||
item.contenttweaker.attuned_fluix_construct.name=调谐福鲁伊克斯构装体
|
||||
item.contenttweaker.puzzle_solution_attunedfluixconstruct.name=谜题答案:调谐福鲁伊克斯构装体
|
||||
item.contenttweaker.attuned_fluix_construct.name=调谐福鲁伊克斯构造体
|
||||
item.contenttweaker.puzzle_solution_attunedfluixconstruct.name=谜题答案:调谐福鲁伊克斯构造体
|
||||
item.contenttweaker.celestial_lattice.name=天辉晶格
|
||||
item.contenttweaker.celestial_jewel.name=天辉宝石
|
||||
item.contenttweaker.lyndenwyrm_warper.name=树龙界跃迁器
|
||||
@@ -2807,7 +2807,7 @@ item.contenttweaker.shield_of_the_meatball_man.name=肉丸人之盾
|
||||
item.contenttweaker.true_chaos.name=本真混沌
|
||||
item.contenttweaker.custom_dimlets.name=自定义维度卡
|
||||
item.contenttweaker.custom_dimensions.name=自定义维度
|
||||
item.contenttweaker.construct_of_will.name=意志之构
|
||||
item.contenttweaker.construct_of_will.name=意志构造体
|
||||
item.contenttweaker.draconic_fabrial.name=龙之法器
|
||||
item.contenttweaker.celestial_notes.name=天象笔记
|
||||
item.contenttweaker.etbu_fuel.name=高能TBU燃料
|
||||
@@ -2875,6 +2875,386 @@ tile.contenttweaker.seal_of_freedom.name=自由之印
|
||||
tile.contenttweaker.ichorium_void_stone.name=灵液素虚空石
|
||||
tile.contenttweaker.void_ichorium_rift_cap.name=虚空灵液素裂隙柱顶石
|
||||
tile.contenttweaker.halite_bejewelled_ichorium_catalyst.name=岩晶嵌宝灵液素催化剂
|
||||
fluid.actualizing_fluid=显化流体
|
||||
fluid.ultimate_fractallite_essence=终极分形精华
|
||||
fluid.actualization_balance=平衡之显化
|
||||
fluid.actualization_hope=希望之显化
|
||||
fluid.actualization_knowledge=知识之显化
|
||||
fluid.actualization_glory=荣耀之显化
|
||||
fluid.hyperuranion_binder_oxygen=超越天混合液:氧
|
||||
fluid.hyperuranion_binder_hydrogen=超越天混合液:氢
|
||||
fluid.hyperuranion_binder_deuterium=超越天混合液:氘
|
||||
fluid.hyperuranion_binder_tritium=超越天混合液:氚
|
||||
fluid.hyperuranion_binder_iron=超越天混合液:铁
|
||||
fluid.hyperuranion_binder_nickel=超越天混合液:镍
|
||||
fluid.hyperuranion_binder_lead=超越天混合液:铅
|
||||
fluid.hyperuranion_binder_mercury=超越天混合液:汞
|
||||
fluid.hyperuranion_binder_tin=超越天混合液:锡
|
||||
fluid.high_entropy_hyperdense_plasma=熵变高密度等离子体
|
||||
fluid.naquadah_alloy=熔融硅岩合金
|
||||
fluid.essence_of_sane_thoughts=理性思维精华
|
||||
fluid.recursive_iced_coffee=递归冰咖啡
|
||||
fluid.whisper_of_thel=瑟尔之低语
|
||||
fluid.whisper_of_ahkrast_korvalain=阿克拉斯特・科瓦莱恩之低语
|
||||
fluid.whisper_of_verdith_anath=维狄萨斯・安纳斯之低语
|
||||
fluid.whisper_of_omtose_phellack=欧姆托斯・费拉克之低语
|
||||
fluid.whisper_of_donaeth_rusen=丹奈斯・鲁森之低语
|
||||
fluid.whisper_of_tellan=泰兰之低语
|
||||
fluid.whisper_of_kurald_thyrllan=库拉德・泰尔兰之低语
|
||||
fluid.whisper_of_kurald_emurlahn=库拉德・暗穆兰之低语
|
||||
fluid.whisper_of_kurald_galain=库拉德・加莱之低语
|
||||
fluid.whisper_of_starvald_demelain=斯塔沃・德梅兰之低语
|
||||
fluid.gluttonous_abyssite=暴食深渊金属
|
||||
fluid.arcane_fissile_matter=奥术裂变物质
|
||||
fluid.apothecary_fissile_matter=药师裂变物质
|
||||
fluid.purified_titanium=熔融纯净钛
|
||||
fluid.starmetal_alloy=熔融星辉合金
|
||||
fluid.silvan_fissile_matter=繁森裂变物质
|
||||
fluid.innerved_fissile_matter=活化裂变物质
|
||||
fluid.radiant_fissile_matter=光辉裂变物质
|
||||
fluid.pre_baryonic_plasma=前重子等离子体
|
||||
fluid.pure_recursion=纯净递归
|
||||
fluid.warren_binder_hydrogen=迷道混合液:氢
|
||||
fluid.warren_binder_oxygen=迷道混合液:氧
|
||||
fluid.warren_binder_deuterium=迷道混合液:氘
|
||||
fluid.warren_binder_tritium=迷道混合液:氚
|
||||
fluid.warren_binder_helium=迷道混合液:氦
|
||||
fluid.warren_binder_iron=迷道混合液:铁
|
||||
fluid.warren_binder_nickel=迷道混合液:镍
|
||||
fluid.warren_binder_lead=迷道混合液:铅
|
||||
fluid.warren_binder_mercury=迷道混合液:汞
|
||||
fluid.warren_binder_tin=迷道混合液:锡
|
||||
fluid.fractallite_taint=分形腐化
|
||||
fluid.hungering_flesh_essence=饥渴血肉精华
|
||||
fluid.ascended_fluix_essence=归序飞升精华
|
||||
fluid.mastery_of_undeath=亡灵驾驭流体
|
||||
fluid.infinite_divine_wish=无尽神圣之愿
|
||||
fluid.infinite_insane_wish=无尽疯狂之愿
|
||||
fluid.doped_recursion=掺杂递归
|
||||
fluid.low_grade_space_time_fuel=低阶时空燃料
|
||||
fluid.medium_grade_space_time_fuel=中阶时空燃料
|
||||
fluid.high_grade_space_time_fuel=高阶时空燃料
|
||||
fluid.starnge_quark_gluon_plasma=奇异夸克胶子等离子体
|
||||
fluid.cosmic_ray_particle_mix=宇宙射线粒子混合物
|
||||
fluid.trinity_ingot=熔融三一
|
||||
fluid.galactic_plasma=银河等离子体
|
||||
fluid.cold_plasma=熵惰等离子体
|
||||
fluid.black_hole_juice=黑洞汁
|
||||
fluid.bewitched_essence_salts=巫师盐精
|
||||
item.contenttweaker.astral_insight_10.name=洞悉星辉:10
|
||||
item.contenttweaker.astral_insight_20.name=洞悉星辉:20
|
||||
item.contenttweaker.astral_insight_30.name=洞悉星辉:30
|
||||
item.contenttweaker.astral_insight_40.name=洞悉星辉:40
|
||||
item.contenttweaker.astral_insight_50.name=洞悉星辉:50
|
||||
item.contenttweaker.astral_insight_60.name=洞悉星辉:60
|
||||
item.contenttweaker.astral_insight_70.name=洞悉星辉:70
|
||||
item.contenttweaker.astral_insight_80.name=洞悉星辉:80
|
||||
item.contenttweaker.astral_insight_90.name=洞悉星辉:90
|
||||
item.contenttweaker.astral_insight_100.name=洞悉星辉:100
|
||||
item.contenttweaker.spren_summoner_faith.name=灵体召唤物:背信
|
||||
item.contenttweaker.spren_summoner_death.name=灵体召唤物:死亡
|
||||
item.contenttweaker.spren_summoner_haste.name=灵体召唤物:急迫
|
||||
item.contenttweaker.spren_summoner_blasphemy.name=灵体召唤物:亵渎
|
||||
item.contenttweaker.spren_summoner_plot.name=灵体召唤物:诡谋
|
||||
item.contenttweaker.spren_summoner_injury.name=灵体召唤物:创痕
|
||||
item.contenttweaker.spren_summoner_inadequacy.name=灵体召唤物:自轻
|
||||
item.contenttweaker.spren_summoner_loneliness.name=灵体召唤物:孤独
|
||||
item.contenttweaker.spren_summoner_control.name=灵体召唤物:支配
|
||||
item.contenttweaker.spren_summoner_prepotence.name=灵体召唤物:霸权
|
||||
item.contenttweaker.spren_summoner_gluttony.name=灵体召唤物:暴食
|
||||
item.contenttweaker.spren_summoner_arrogance.name=灵体召唤物:矜狂
|
||||
item.contenttweaker.spren_summoner_hope.name=灵体召唤物:希望
|
||||
item.contenttweaker.spren_summoner_balance.name=灵体召唤物:平衡
|
||||
item.contenttweaker.spren_summoner_glory.name=灵体召唤物:荣耀
|
||||
item.contenttweaker.spren_summoner_knowledge.name=灵体召唤物:知识
|
||||
item.contenttweaker.oath_of_the_seven_undead_lords.name=七位亡灵之主的誓约
|
||||
item.contenttweaker.guardians_of_shadesmar_callstone.name=裂影界守卫召唤石
|
||||
item.contenttweaker.trinitas_callstone.name=叁壹界召唤石
|
||||
item.contenttweaker.tainted_prison_key.name=腐化监狱钥匙
|
||||
item.contenttweaker.mission_of_undeath_callstone.name=亡灵使命召唤石
|
||||
item.contenttweaker.gun_devil_confrontation_callstone.name=枪之恶魔召唤石
|
||||
item.contenttweaker.universal_constellation_callstone.name=宇宙星座召唤石
|
||||
item.contenttweaker.ghost_of_annoyance_callstone.name=恼人幽灵召唤石
|
||||
item.contenttweaker.strange_stone_callstone.name=奇异石头召唤石
|
||||
item.contenttweaker.lively_tree_callstone.name=生机之树召唤石
|
||||
item.contenttweaker.black_hole_juice.name=黑洞汁
|
||||
item.contenttweaker.sashimi_of_the_gate_of_darkness.name=黑暗之门生鱼片
|
||||
item.contenttweaker.linked_apple_slice.name=关联苹果片
|
||||
item.contenttweaker.cleansed_cinnamon_apple.name=洁净肉桂苹果
|
||||
item.contenttweaker.tier30_token.name=T30 采掘代币
|
||||
item.contenttweaker.infinite_plate_stamp.name=无尽板印模
|
||||
item.contenttweaker.infinite_alchemical_plate.name=无尽炼金板
|
||||
item.contenttweaker.infinite_recursive_plate.name=无尽递归板
|
||||
item.contenttweaker.infinite_entropic_plate.name=无尽熵变板
|
||||
item.contenttweaker.cuendillar_plate.name=昆达雅石板
|
||||
item.contenttweaker.fractal_stone_dust.name=分形石粉
|
||||
item.contenttweaker.freed_sky_stone_dust.name=获释陨石粉
|
||||
item.contenttweaker.spatial_compound.name=空间化合物
|
||||
item.contenttweaker.puzzle_solution_freedskystone.name=谜题答案:获释陨石
|
||||
item.contenttweaker.alchemical_deep_rock.name=炼金深层岩石
|
||||
item.contenttweaker.hypercharged_wool.name=超充能羊毛
|
||||
item.contenttweaker.hypercharged_redstone.name=超充能红石
|
||||
item.contenttweaker.core_of_the_mythic_shells.name=神话叠壳核心
|
||||
item.contenttweaker.actualization_of_glory.name=荣耀之显化
|
||||
item.contenttweaker.actualization_of_knowledge.name=知识之显化
|
||||
item.contenttweaker.actualization_of_balance.name=平衡之显化
|
||||
item.contenttweaker.actualization_of_hope.name=希望之显化
|
||||
item.contenttweaker.unbound_recursium_fragment.name=未缚递归素碎片
|
||||
item.contenttweaker.embodiment_of_glory.name=荣耀之具现
|
||||
item.contenttweaker.embodiment_of_balance.name=平衡之具现
|
||||
item.contenttweaker.embodiment_of_hope.name=希望之具现
|
||||
item.contenttweaker.embodiment_of_knowledge.name=知识之具现
|
||||
item.contenttweaker.shard_of_restored_faith.name=信光重曜碎片
|
||||
item.contenttweaker.shard_of_forgotten_fear_of_death.name=忧忘生灭碎片
|
||||
item.contenttweaker.shard_of_forgiven_lost_time.name=宽怀逝川碎片
|
||||
item.contenttweaker.shard_of_rekindled_heritage.name=薪焰重燃碎片
|
||||
item.contenttweaker.shard_of_no_hidden_intentions.name=襟怀坦荡碎片
|
||||
item.contenttweaker.shard_of_physical_healing.name=身安体泰碎片
|
||||
item.contenttweaker.shard_of_realized_worth.name=自明瑾瑜碎片
|
||||
item.contenttweaker.shard_of_restored_relationship.name=旧契复温碎片
|
||||
item.contenttweaker.shard_of_surrender.name=清静无为碎片
|
||||
item.contenttweaker.shard_of_individual_freedom.name=独行自在碎片
|
||||
item.contenttweaker.shard_of_controlled_gluttony.name=克饕束欲碎片
|
||||
item.contenttweaker.shard_of_humble_education.name=谦逊博识碎片
|
||||
item.contenttweaker.living_shard_of_shadesmar.name=裂影界活性碎片
|
||||
item.contenttweaker.rune_of_freedom.name=自由符文
|
||||
item.contenttweaker.freedomsteel_ingot.name=自由钢锭
|
||||
item.contenttweaker.token_of_the_meatball_man.name=肉丸人代币
|
||||
item.contenttweaker.finis.name=终结
|
||||
item.contenttweaker.recursive_iced_coffee_pot.name=递归冰咖啡壶
|
||||
item.contenttweaker.hiddenpowercallstone_loot.name=潜藏之力召唤石战利品
|
||||
item.contenttweaker.warren_configurator.name=迷道配置器
|
||||
item.contenttweaker.actualized_starlight_sphere.name=显化星辉球
|
||||
item.contenttweaker.seeker_stone.name=探求者之石
|
||||
item.contenttweaker.reality_pebble.name=真实卵石
|
||||
item.contenttweaker.opalescent_matter.name=乳白物质
|
||||
item.contenttweaker.unleashed_mithril_1.name=解缚秘银:倾爱者
|
||||
item.contenttweaker.unleashed_mithril_2.name=解缚秘银:承爱者
|
||||
item.contenttweaker.unleashed_mithril_3.name=解缚秘银:爱
|
||||
item.contenttweaker.echo_warren_alloy.name=回响迷道合金锭
|
||||
item.contenttweaker.actualized_warren_alloy.name=显化迷道合金锭
|
||||
item.contenttweaker.blade_of_the_samurai_queen.name=武士蜜蜂之剑
|
||||
item.contenttweaker.alchemical_dust.name=炼金粉
|
||||
item.contenttweaker.arcane_fissile_alloy.name=奥术裂变合金
|
||||
item.contenttweaker.apothecary_fissile_alloy.name=药师裂变合金
|
||||
item.contenttweaker.silvan_fissile_alloy.name=繁森裂变合金
|
||||
item.contenttweaker.innerved_fissile_alloy.name=活化裂变合金
|
||||
item.contenttweaker.radiant_fissile_alloy.name=光辉裂变合金
|
||||
item.contenttweaker.depleted_arcane_fissile_alloy.name=枯竭
|
||||
item.contenttweaker.depleted_apothecary_fissile_alloy.name=枯竭药师裂变合金
|
||||
item.contenttweaker.depleted_silvan_fissile_alloy.name=枯竭繁森裂变合金
|
||||
item.contenttweaker.depleted_innerved_fissile_alloy.name=枯竭活化裂变合金
|
||||
item.contenttweaker.depleted_radiant_fissile_alloy.name=枯竭光辉裂变合金
|
||||
item.contenttweaker.arcane_fissile_dust.name=奥术裂变粉
|
||||
item.contenttweaker.apothecary_fissile_dust.name=药师裂变粉
|
||||
item.contenttweaker.silvan_fissile_dust.name=繁森裂变粉
|
||||
item.contenttweaker.innerved_fissile_dust.name=活化裂变粉
|
||||
item.contenttweaker.radiant_fissile_dust.name=光辉裂变粉
|
||||
item.contenttweaker.kampylotitum.name=Kampylotitum Ingot
|
||||
item.contenttweaker.elleipsinyum.name=Elleipsinyum
|
||||
item.contenttweaker.ekkremesynium.name=Ekkremesynium
|
||||
item.contenttweaker.soul_of_kashan.name=卡尚之魂
|
||||
item.contenttweaker.pure_twilight_matter.name=纯净暮光物质
|
||||
item.contenttweaker.shard_of_the_cosmos.name=寰宇碎片
|
||||
item.contenttweaker.true_tongue_oath.name=源语誓约
|
||||
item.contenttweaker.trinity_runes.name=三一符文
|
||||
item.contenttweaker.runes_of_the_lover.name=倾爱者符文
|
||||
item.contenttweaker.runes_of_the_loved.name=承爱者符文
|
||||
item.contenttweaker.runes_of_the_love.name=爱之符文
|
||||
item.contenttweaker.stone_of_the_lover.name=倾爱者之石
|
||||
item.contenttweaker.stone_of_the_loved.name=承爱者之石
|
||||
item.contenttweaker.stone_of_the_love.name=爱之石
|
||||
item.contenttweaker.call_of_the_lover.name=倾爱者之召唤
|
||||
item.contenttweaker.call_of_the_loved.name=承爱者之召唤
|
||||
item.contenttweaker.call_of_the_love.name=爱之召唤
|
||||
item.contenttweaker.puzzle_solution_cherubim.name=谜题答案:叁壹界智天使
|
||||
item.contenttweaker.unleashed_triquetra.name=解缚三弧饰
|
||||
item.contenttweaker.cuendillar_catalyst_1.name=昆达雅石催化剂:倾爱者
|
||||
item.contenttweaker.cuendillar_catalyst_2.name=昆达雅石催化剂:承爱者
|
||||
item.contenttweaker.cuendillar_catalyst_3.name=昆达雅石催化剂:爱
|
||||
item.contenttweaker.singular_fractal.name=奇点分形
|
||||
item.contenttweaker.infinite_processor.name=无尽处理器
|
||||
item.contenttweaker.recursive_quantum.name=递归量子
|
||||
item.contenttweaker.fractallite_quantum.name=分形量子
|
||||
item.contenttweaker.plate_clump_recursive.name=递归量子碎块
|
||||
item.contenttweaker.plate_clump_fractal.name=分形量子碎块
|
||||
item.contenttweaker.slightly_dense_pebble.name=稍致密的卵石
|
||||
item.contenttweaker.standard_of_the_shyre_empire.name=塞尔瑞帝国之旗
|
||||
item.contenttweaker.spooder_glasses.name=四百大玻璃
|
||||
item.contenttweaker.massive_boomboom.name=撼世巨爆
|
||||
item.contenttweaker.emc_crown.name=EMC王冠
|
||||
item.contenttweaker.cosmic_pot.name=寰宇锅
|
||||
item.contenttweaker.recursion_of_the_lover.name=倾爱者之递归
|
||||
item.contenttweaker.recursion_of_the_loved.name=承爱者之递归
|
||||
item.contenttweaker.recursion_of_the_love.name=爱之递归
|
||||
item.contenttweaker.atomic_glasses.name=原子玻璃
|
||||
item.contenttweaker.cool_walking_stick.name=酷炫手杖
|
||||
item.contenttweaker.horrible_unedited_fanfiction.name=未经编辑的可怕同人文
|
||||
item.contenttweaker.null_pointer.name=空指针
|
||||
item.contenttweaker.p0rtals_redish_white_hat.name=P0rtal的淡红白帽
|
||||
item.contenttweaker.collar_bells.name=衣领铃铛
|
||||
item.contenttweaker.shield_of_the_arbiter.name=理序主之盾
|
||||
item.contenttweaker.trinity_ingot.name=三一锭
|
||||
item.contenttweaker.big_bang_matter.name=大爆炸物质
|
||||
item.contenttweaker.ascended_gallifreyan_alloy.name=飞升伽里弗雷合金锭
|
||||
item.contenttweaker.token_of_forgiveness.name=宽恕代币
|
||||
item.contenttweaker.offer_of_restored_balance.name=平衡复归之约
|
||||
item.contenttweaker.gem_of_pure_taint.name=纯净腐化宝石
|
||||
item.contenttweaker.tainted_claw.name=腐化之爪
|
||||
item.contenttweaker.void_chains.name=虚空锁链
|
||||
item.contenttweaker.void_ichorium_gem.name=虚空灵液素宝石
|
||||
item.contenttweaker.charm_of_the_falling_tower.name=坠星标位护符
|
||||
item.contenttweaker.multiblock_input_swapping.name=多方块输入切换
|
||||
item.contenttweaker.cursed_dragon_egg.name=诅咒龙蛋
|
||||
item.contenttweaker.tainted_alchemic_catalyst.name=腐化炼金催化剂
|
||||
item.contenttweaker.recursion_of_taint.name=腐化之递归
|
||||
item.contenttweaker.shield_of_the_king_in_Purple.name=紫衣之王之盾
|
||||
item.contenttweaker.taint_shield.name=腐化之盾
|
||||
item.contenttweaker.taint_gun.name=腐化之枪
|
||||
item.contenttweaker.the:ultimate_taint_gun.name=终极腐化之枪
|
||||
item.contenttweaker.uncanny_void_cluster.name=怪异虚空簇
|
||||
item.contenttweaker.puzzle_solution_undeadsoil.name=谜题答案:亡灵泥土
|
||||
item.contenttweaker.respect_of_the_lord_of_lust.name=色欲之主的敬意
|
||||
item.contenttweaker.respect_of_the_lord_of_pride.name=傲慢之主的敬意
|
||||
item.contenttweaker.respect_of_the_lord_of_envy.name=嫉妒之主的敬意
|
||||
item.contenttweaker.respect_of_the_lord_of_greed.name=贪婪之主的敬意
|
||||
item.contenttweaker.respect_of_the_lord_of_wrath.name=暴怒之主的敬意
|
||||
item.contenttweaker.respect_of_the_lord_of_sloth.name=怠惰之主的敬意
|
||||
item.contenttweaker.oath_of_the_lord_of_gluttony.name=暴食之主的誓约
|
||||
item.contenttweaker.respect_of_death.name=死亡的敬意
|
||||
item.contenttweaker.puzzle_solution_vowtodeath.name=谜题答案:对死亡起誓
|
||||
item.contenttweaker.fractallite_taint.name=分形腐化
|
||||
item.contenttweaker.recursion_of_gluttony.name=暴食之递归
|
||||
item.contenttweaker.wish_of_infinity.name=无尽之愿
|
||||
item.contenttweaker.ingot_of_infinite_wishes.name=无尽之愿锭
|
||||
item.contenttweaker.gun_devil_limb.name=枪之恶魔肢体
|
||||
item.contenttweaker.bullet_of_the_gun_devil.name=枪之恶魔子弹
|
||||
item.contenttweaker.magazine_of_the_gun_devil.name=枪之恶魔弹匣
|
||||
item.contenttweaker.universal_constellation.name=宇宙星座
|
||||
item.contenttweaker.dust_of_infinite_wishes.name=无尽之愿粉
|
||||
item.contenttweaker.eleint_stone.name=艾兰特之石
|
||||
item.contenttweaker.gem_of_dimensional_ascension.name=维度飞升宝石
|
||||
item.contenttweaker.puzzle_solution_dimensionalascension.name=谜题答案:维度飞升
|
||||
item.contenttweaker.recursion_of_dimensional_ascension.name=维度飞升之递归
|
||||
item.contenttweaker.infinite_tainted_plate.name=无尽腐化板
|
||||
item.contenttweaker.fiery_recursion_fragment.name=炽热递归碎片
|
||||
item.contenttweaker.everburning_dust.name=永燃粉
|
||||
item.contenttweaker.everburning_recursion_fragment.name=永燃递归碎片
|
||||
item.contenttweaker.everburning_plating.name=永燃镀层
|
||||
item.contenttweaker.quasar_charged_gem.name=类星体充能宝石
|
||||
item.contenttweaker.gravitational_time_crystal.name=引力时间晶体
|
||||
item.contenttweaker.time_crystal_lattice.name=时间晶格
|
||||
item.contenttweaker.warren_plate.name=迷道板
|
||||
item.contenttweaker.shield_of_the_king_in_purple.name=紫衣之王之盾
|
||||
item.contenttweaker.the_ultimate_taint_gun.name=终极腐化之枪
|
||||
item.contenttweaker.power_wrought_brightsteel_alloy_plate.name=能锻星钢合金板
|
||||
item.contenttweaker.quasar_charged_dust.name=类星体充能粉
|
||||
item.contenttweaker.cleansed_brightsteel_alloy_plate.name=净化星钢合金板
|
||||
item.contenttweaker.dimensionally_ascended_garnet.name=维度飞升石榴石
|
||||
item.contenttweaker.alchemically_hyperactive_crystal.name=炼金超活性水晶
|
||||
item.contenttweaker.dark_matter_scattering_element.name=暗物质散射元件
|
||||
item.contenttweaker.fractal_metal_clump.name=分形金属碎块
|
||||
item.contenttweaker.fractal_metal_plate.name=分形金属板
|
||||
item.contenttweaker.trinity_nugget.name=三一粒
|
||||
item.contenttweaker.echo_warren_bar.name=回响迷道条
|
||||
item.contenttweaker.galaxy_superconductor.name=银河超导体
|
||||
item.contenttweaker.fractallite_focus_lens.name=分形聚焦透镜
|
||||
item.contenttweaker.cosmic_string_primer.name=宇宙弦引物
|
||||
item.contenttweaker.cosmic_string.name=宇宙弦
|
||||
item.contenttweaker.nightmare_of_annoyance.name=恼人噩梦
|
||||
item.contenttweaker.strange_stone_essence.name=奇异石头精华
|
||||
item.contenttweaker.neutronium_pearl.name=中子素珍珠
|
||||
item.contenttweaker.mixed_metal_shard.name=混合金属碎片
|
||||
item.contenttweaker.black_hole_alloy_clump.name=黑洞合金碎块
|
||||
item.contenttweaker.softened_black_hole_alloy_clump.name=退火黑洞合金碎块
|
||||
item.contenttweaker.drawn_black_hole_alloy_clump.name=浸没黑洞合金碎块
|
||||
item.contenttweaker.quenched_black_hole_alloy_clump.name=淬火黑洞合金碎块
|
||||
item.contenttweaker.black_hole_alloy_ingot.name=黑洞合金锭
|
||||
item.contenttweaker.galactic_core.name=银河核心
|
||||
item.contenttweaker.galactic_power_unit.name=银河能量单元
|
||||
item.contenttweaker.cosmic_string_conduit.name=宇宙弦导管
|
||||
item.contenttweaker.eye_of_harmony_power_unit.name=鸿蒙之眼能量单元
|
||||
item.contenttweaker.defined_bar.name=定义条
|
||||
item.contenttweaker.salt_of_knowledge.name=知识之盐
|
||||
item.contenttweaker.clearing_taint.name=清除腐化
|
||||
item.contenttweaker.lost_cities_worldgen.name=发现于失落的城市
|
||||
item.contenttweaker.experience_configurator.name=经验配置器
|
||||
item.contenttweaker.stone_of_dimensional_ascension.name=维度飞升之石
|
||||
item.contenttweaker.astral_mastery_tome.name=星辉真解
|
||||
item.contenttweaker.master_spell_infernum.name=主宰法咒:Infernum
|
||||
item.contenttweaker.master_spell_sonus.name=主宰法咒:Sonus
|
||||
item.contenttweaker.master_spell_gognitio.name=主宰法咒:Cognitio
|
||||
item.contenttweaker.white_hole_core.name=白洞核心
|
||||
item.contenttweaker.quasar_core.name=类星体核心
|
||||
item.contenttweaker.call_to_mission.name=使命召唤
|
||||
item.contenttweaker.summons_of_the_realmshifter_cherubim.name=维境跃迁者智天使召唤物
|
||||
item.contenttweaker.prayer_to_the_trinity_of_love.name=爱之三一祷言
|
||||
item.contenttweaker.key_of_restored_balance.name=平衡复归之钥
|
||||
item.contenttweaker.void_ichorium_jewel.name=虚空灵液素珠宝
|
||||
item.contenttweaker.void_ichorium_rift.name=虚空灵液素裂隙
|
||||
item.contenttweaker.summons_to_the_meatball_man.name=肉丸人召唤物
|
||||
item.contenttweaker.vow_to_death.name=对死亡起誓
|
||||
tile.contenttweaker.ascended_spatial_chassis.name=飞升空间框架
|
||||
tile.contenttweaker.actualizing_casing.name=显化外壳
|
||||
tile.contenttweaker.hyperuranion_actualized_naquadah.name=超越天显化器:硅岩
|
||||
tile.contenttweaker.hyperuranion_actualized_dragonsteel.name=超越天显化器:龙钢
|
||||
tile.contenttweaker.hyperuranion_actualized_dimshard.name=超越天显化器:维度碎片
|
||||
tile.contenttweaker.hyperuranion_actualized_rhenia.name=超越天显化器:铼
|
||||
tile.contenttweaker.recursive_brain.name=递归之脑
|
||||
tile.contenttweaker.recursive_brain_plug.name=递归之脑塞子
|
||||
tile.contenttweaker.hyperuranion_conduit.name=超越天导管
|
||||
tile.contenttweaker.hyperuranion_casing.name=超越天外壳
|
||||
tile.contenttweaker.horizon_sustainer.name=地平线维持器
|
||||
tile.contenttweaker.dyson_extruder.name=戴森冲流器
|
||||
tile.contenttweaker.exotic_absorber.name=异域吸收器
|
||||
tile.contenttweaker.exotic_dyson_conduit.name=异域戴森导管
|
||||
tile.contenttweaker.mortum_livingrock.name=死域活石
|
||||
tile.contenttweaker.mortum_livingwood.name=死域活木
|
||||
tile.contenttweaker.focused_plasma_collider.name=聚焦等离子体对撞机
|
||||
tile.contenttweaker.superfocused_plasma_collider.name=超聚焦等离子体对撞机
|
||||
tile.contenttweaker.hyperfocused_plasma_collider.name=超限聚焦等离子体对撞机
|
||||
tile.contenttweaker.stormlight_stone.name=飓光之石
|
||||
tile.contenttweaker.stone_of_shadesmar.name=裂影界之石
|
||||
tile.contenttweaker.catalyst_of_the_warrens.name=迷道催化器
|
||||
tile.contenttweaker.absolutely_autentic_rainbowgen.name=彩虹发电机(绝对真品)
|
||||
tile.contenttweaker.balanced_machine_casing.name=平衡机械外壳
|
||||
tile.contenttweaker.gallifreyan_neutronium_casing.name=伽里弗雷中子素外壳
|
||||
tile.contenttweaker.quark_neutronium_module.name=夸克中子素模块
|
||||
tile.contenttweaker.hyperuranium_actualizer_ichor.name=超越天显化器:灵液
|
||||
tile.contenttweaker.undead_soil.name=亡灵泥土
|
||||
tile.contenttweaker.fractallite_halite_stone.name=分形岩晶石
|
||||
tile.contenttweaker.catalyst_of_balance.name=平衡催化器
|
||||
tile.contenttweaker.space_time_beam.name=时空束梁
|
||||
tile.contenttweaker.quasar_stabilizer.name=类星体稳定器
|
||||
tile.contenttweaker.quasar_screen.name=类星体屏幕
|
||||
tile.contenttweaker.galaxy_conduit.name=银河导管
|
||||
tile.contenttweaker.echo_warren_stone.name=回响迷道之石
|
||||
tile.contenttweaker.galaxy_accelerator.name=银河加速器
|
||||
tile.contenttweaker.miniature_quasar.name=微型类星体
|
||||
tile.contenttweaker.ascended_fluix_etcher.name=飞升福鲁伊克斯蚀刻器
|
||||
tile.contenttweaker.naquadah_casing.name=硅岩外壳
|
||||
tile.contenttweaker.dark_matter_node.name=暗物质节点
|
||||
tile.contenttweaker.cosmic_balance_coil.name=寰宇平衡线圈
|
||||
tile.contenttweaker.toroid_galaxy_tube.name=环状银河管道
|
||||
tile.contenttweaker.stone_of_worthiness.name=价值之石
|
||||
tile.contenttweaker.recurring_nightmare_block.name=轮回噩梦方块
|
||||
tile.contenttweaker.trinity_neutronium_casing.name=三一中子素外壳
|
||||
tile.contenttweaker.quark_cosmic_module.name=宇宙弦模块
|
||||
tile.contenttweaker.tardis_casing.name=塔迪斯外壳
|
||||
tile.contenttweaker.tardis_stem.name=塔迪斯茎秆
|
||||
tile.contenttweaker.tardis_branch.name=塔迪斯枝杈
|
||||
tile.contenttweaker.tardis_polyp.name=塔迪斯珊瑚虫
|
||||
tile.contenttweaker.nineteen_blocks.name=19个方块
|
||||
tile.contenttweaker.wormhole_field_module.name=虫洞场模块
|
||||
tile.contenttweaker.fabric_of_the_orb.name=结构宝珠
|
||||
tile.contenttweaker.miniature_white_hole.name=微型白洞
|
||||
item.contenttweaker.supercharged_signalum.name=超充能信素锭
|
||||
item.contenttweaker.charged_signalum.name=充能信素锭
|
||||
tile.contenttweaker.hyperuranion_actualizer_naquadah.name=超越天显化器:硅岩
|
||||
tile.contenttweaker.hyperuranion_actualizer_dragonsteel.name=超越天显化器:龙钢
|
||||
tile.contenttweaker.hyperuranion_actualizer_dimshard.name=超越天显化器:维度碎片
|
||||
tile.contenttweaker.hyperuranion_actualizer_rhenia.name=超越天显化器:铼
|
||||
|
||||
# Custom Materials
|
||||
base.material.demonic_steel=恶魔钢
|
||||
base.material.corrosive_steel=腐蚀钢
|
||||
|
||||
@@ -210,7 +210,7 @@ modularmachinery.recursive_brain_in_a_vat_omtose_phellack=缸中探求者之脑
|
||||
modularmachinery.recursive_brain_in_a_vat_starvald_demelain=缸中探求者之脑,斯塔沃・德梅兰的探索者
|
||||
modularmachinery.recursive_brain_in_a_vat_tellan=缸中探求者之脑,泰兰的探索者
|
||||
modularmachinery.recursive_brain_in_a_vat_thel=缸中探求者之脑,瑟尔的探索者
|
||||
modularmachinery.recursive_brain_in_a_vat_verdith_anath=缸中探求者之脑,维狄萨纳斯的探索者
|
||||
modularmachinery.recursive_brain_in_a_vat_verdith_anath=缸中探求者之脑,维狄萨斯・安纳斯的探索者
|
||||
modularmachinery.recursive_brain_in_a_vat=递归缸中之脑
|
||||
modularmachinery.mythical_resource_miner_tier30=卡尚神话虚空资源采掘机
|
||||
modularmachinery.warren_extractor_actualizing_stone=迷道提取器:显化之石
|
||||
@@ -218,4 +218,7 @@ modularmachinery.warren_extractor_dimensional_shards=迷道提取器:维度碎
|
||||
modularmachinery.warren_extractor_dragonsteel=迷道提取器:龙钢
|
||||
modularmachinery.warren_extractor_ichor=迷道提取器:灵液
|
||||
modularmachinery.warren_extractor_naquadah=迷道提取器:硅岩
|
||||
modularmachinery.warren_extractor_rhenia=迷道提取器:铼
|
||||
modularmachinery.warren_extractor_rhenia=迷道提取器:铼
|
||||
modularmachinery.bastion_of_flesh=蜜蜂星门
|
||||
modularmachinery.wormhole_field_generator=虫洞场发生器
|
||||
modularmachinery.xp_assimilator=经验浴池
|
||||
@@ -0,0 +1,30 @@
|
||||
// ===================================================================
|
||||
// This is a template for a Pillar structure
|
||||
// Do not include these lines in your file
|
||||
// The _template.json file is ignored so don't worry about it
|
||||
// ===================================================================
|
||||
|
||||
{
|
||||
"generatorType": "NONE",
|
||||
"minY": -1,
|
||||
"maxY": -1,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
"dimensionSpawns": [],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": false,
|
||||
"isBiomeTagSpawnsBlacklist": false,
|
||||
"generateEverywhere": false,
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
"filling": "",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
"rarity": 100
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
|
||||
{
|
||||
"generatorType": "ANYWHERE",
|
||||
"minY": 129,
|
||||
"maxY": 140,
|
||||
"offsetX": 0,
|
||||
"offsetY": 0,
|
||||
"offsetZ": 0,
|
||||
|
||||
"mirrorType": "NONE",
|
||||
"rotation": null,
|
||||
"ignoreEntities": false,
|
||||
|
||||
"dimensionSpawns": [-1],
|
||||
"biomeNameSpawns": [],
|
||||
"biomeTagSpawns": [],
|
||||
"isDimensionSpawnsBlacklist": false,
|
||||
"isBiomeNameSpawnsBlacklist": true,
|
||||
"isBiomeTagSpawnsBlacklist": true,
|
||||
"generateEverywhere": false,
|
||||
|
||||
"integrity": 1,
|
||||
"decay": 0,
|
||||
|
||||
"filling": "minecraft:netherrack",
|
||||
"fillingMetadata": 0,
|
||||
"fillingType": "AIR",
|
||||
|
||||
"rarity": 300
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user