0.18.0, hotfix4 update
This commit is contained in:
sainagh
2025-05-13 16:10:52 -07:00
parent 06eb84b16b
commit 81f239c21b
625 changed files with 18035 additions and 5415 deletions
-364
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
# Configuration file # Configuration file
cache { cache {
S:digest=eb13d3c1362a9ee1c23a2d8b2b2710f0 S:digest=60b6f74fa88b6e3cc84e76f19c37826f
# Caching can save processing time, if there are a lot of items. [default: true] # Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true B:enableCache=true
@@ -3,7 +3,7 @@
cache { cache {
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
I:interval=24 I:interval=24
S:lastCheck=1745629696771 S:lastCheck=1747153302852
} }
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -85,7 +85,7 @@
"action" : "action" :
{ {
"type": "openLink", "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"
} }
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
#Inventory Tweaks Configuration #Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html) #(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 #Tue May 13 11:08:59 PDT 2025
enableMiddleClick=true enableMiddleClick=true
showChestButtons=true showChestButtons=true
enableSortingOnPickup=false enableSortingOnPickup=false
+166 -30
View File
@@ -477,36 +477,6 @@
"damage": "*" "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": [ "170": [
{ {
"item": "xreliquary:rod_of_lyssa", "item": "xreliquary:rod_of_lyssa",
@@ -791,6 +761,14 @@
{ {
"item": "rftoolsdim:dimlet_workbench", "item": "rftoolsdim:dimlet_workbench",
"damage": "*" "damage": "*"
},
{
"item": "twilightforest:charm_of_life_1",
"damage": "*"
},
{
"item": "twilightforest:charm_of_life_2",
"damage": "*"
} }
], ],
"1": [ "1": [
@@ -827,6 +805,126 @@
"damage": "*" "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": [ "146": [
{ {
"item": "xreliquary:rod_of_lyssa", "item": "xreliquary:rod_of_lyssa",
@@ -1375,6 +1473,14 @@
{ {
"item": "rftoolsdim:dimlet_workbench", "item": "rftoolsdim:dimlet_workbench",
"damage": "*" "damage": "*"
},
{
"item": "twilightforest:charm_of_life_1",
"damage": "*"
},
{
"item": "twilightforest:charm_of_life_2",
"damage": "*"
} }
], ],
"813": [ "813": [
@@ -1596,6 +1702,36 @@
"item": "twilightforest:charm_of_life_2", "item": "twilightforest:charm_of_life_2",
"damage": "*" "damage": "*"
} }
],
"427": [
{
"item": "appliedenergistics2:wireless_terminal",
"damage": "*"
},
{
"item": "appliedenergistics2:wireless_crafting_terminal",
"damage": "*"
},
{
"item": "appliedenergistics2:wireless_fluid_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": "*"
}
] ]
} }
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+108
View File
@@ -22975,6 +22975,114 @@
{ {
"item": "glassential:glass_ethereal_reverse|0", "item": "glassential:glass_ethereal_reverse|0",
"emc": 0 "emc": 0
},
{
"item": "twilightforest:root|0",
"emc": 32
},
{
"item": "thebetweenlands:swamp_dirt|0",
"emc": 1
},
{
"item": "thebetweenlands:swamp_grass|0",
"emc": 1
},
{
"item": "minecraft:gray_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:white_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:orange_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:magenta_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:light_blue_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:yellow_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:lime_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:pink_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:silver_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:cyan_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:blue_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:brown_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:green_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:red_shulker_box|0",
"emc": 4132
},
{
"item": "minecraft:black_shulker_box|0",
"emc": 4132
},
{
"item": "ironchest:diamond_crystal_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:iron_gold_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:gold_diamond_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:copper_silver_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:silver_gold_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:copper_iron_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:vanilla_iron_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:vanilla_copper_shulker_upgrade|0",
"emc": 0
},
{
"item": "ironchest:diamond_obsidian_shulker_upgrade|0",
"emc": 0
} }
] ]
} }
+2 -2
View File
@@ -56,7 +56,7 @@ mapperconfigurations {
I:divinerpgpriority=1 I:divinerpgpriority=1
I:equivalentenergisticspriority=1 I:equivalentenergisticspriority=1
# Priority for Mod with ModId = expequiv. Values: 3950 [range: 0 ~ 512, default: 1] # Priority for Mod with ModId = expequiv. Values: 3956 [range: 0 ~ 512, default: 1]
I:expequivpriority=1 I:expequivpriority=1
I:metallurgypriority=1 I:metallurgypriority=1
@@ -245,7 +245,7 @@ mapperconfigurations {
apicustomconversionmapper { apicustomconversionmapper {
allow { allow {
# Allow Mod expequiv to add its 82398 Recipes to the EMC Calculation [default: true] # Allow Mod expequiv to add its 82784 Recipes to the EMC Calculation [default: true]
B:expequiv=true B:expequiv=true
} }
+4
View File
@@ -238,6 +238,10 @@ general {
# CONCURRENT_LINKED_HASHMAP # CONCURRENT_LINKED_HASHMAP
S:"Tile Entity Map"=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 # Fixes witch hut structure data not accounting for the height it is generated at
B:"Witch Huts"=true B:"Witch Huts"=true
} }
+45 -42
View File
@@ -215,6 +215,10 @@ general {
mekanism { mekanism {
# Fixes various duplication exploits # Fixes various duplication exploits
B:"Duplication Fixes"=true 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" { "mob stages" {
@@ -470,65 +474,56 @@ general {
} }
"tinkers' construct" { "tinkers' construct" {
# Fixes various duplication exploits
B:"Duplication Fixes"=true
# Excludes gaseous fluids from being transferable via faucets # Excludes gaseous fluids from being transferable via faucets
B:"Ceramics: Gaseous Fluids"=false
B:"Duplication Fixes"=true
B:"Gaseous Fluids"=false 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" < 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 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 B:"Offhand Shuriken"=true
# Caches all ore dictionary smelting recipes to speed up game loading
B:"Ore Dictionary Cache"=true B:"Ore Dictionary Cache"=true
# Fixes server world being leaked to various particles
B:"Particle Fixes"=true B:"Particle Fixes"=true
# Despawns unbreakable projectiles faster to improve framerates
B:"Projectile Despawning"=true B:"Projectile Despawning"=true
# Enables usage of tweaks in below category to customize Tinkers' tools stats
B:"Tool Customization"=true B:"Tool Customization"=true
"tool customization" { "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 # Sets the rate at which a tool's attack damage incrementally decays depending on its damage cutoff
# Default value: 0.9 # Default value: 0.9
# Range: 0.0 - 1.0 # Range: 0.0 - 1.0
# Note: A rate of 1.0 means there is no damage decay # 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) # Note: The damage curve will cap the maximum value to (tool's damage cutoff)/(1 - decay rate)
S:"Attack Damage Decay Rate"=0.9 S:"[7] 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
} }
} }
@@ -680,6 +675,9 @@ general {
} }
evilcraft { 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 # 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 B:"Vengeance Spirit Regex Cache"=true
} }
@@ -735,6 +733,11 @@ general {
B:"Baubles Compatibility"=true B:"Baubles Compatibility"=true
} }
"gaia dimension" {
# Safely access a nullable array when checking recipes in the Restructurer
B:"Fix Restructurer Crash"=true
}
} }
+61 -4
View File
@@ -14,8 +14,6 @@ general {
# Determines how tall cacti can grow # Determines how tall cacti can grow
I:"Cactus Size"=3 I:"Cactus Size"=3
# Allows placing End Crystals without requiring Obsidian or Bedrock below
B:"End Crystal Placing"=false B:"End Crystal Placing"=false
# Determines the numerator of the block drop formula on explosions # Determines the numerator of the block drop formula on explosions
@@ -196,6 +194,23 @@ general {
anvil { anvil {
# Sets the experience level cap for anvil recipes # Sets the experience level cap for anvil recipes
I:"Anvil XP Level Cap"=40 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 { 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 { entities {
@@ -310,6 +343,13 @@ general {
# When viewing in third person, don't stop the camera on non-solid blocks # When viewing in third person, don't stop the camera on non-solid blocks
B:"Third Person Ignores Non-solid Blocks"=false 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 # Allows creating Iron Golems with non-air blocks in the bottom corners of the structure
B:"Weaken Golem Structure Requirements"=false B:"Weaken Golem Structure Requirements"=false
@@ -849,8 +889,6 @@ general {
misc { misc {
# Always displays the actual potion duration instead of `**:**` # Always displays the actual potion duration instead of `**:**`
B:"Accurate Potion Duration"=true B:"Accurate Potion Duration"=true
# Silently takes a screenshot every time an advancement is achieved
B:"Advancement Screenshot"=false B:"Advancement Screenshot"=false
# Always returns the player to the main menu when quitting the game # Always returns the player to the main menu when quitting the game
@@ -1278,6 +1316,25 @@ general {
B:"Broadcast Wither Death Sound"=true 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 { performance {
+1
View File
@@ -2,6 +2,7 @@
general { general {
B:enableMixin=true B:enableMixin=true
B:enableRandomTickEvent=false
} }
+4 -3
View File
@@ -125,13 +125,14 @@
</planet> </planet>
<planet name="Oi" DIMID="152" customIcon="moon"> <planet name="Oi" DIMID="152" customIcon="moon">
<isKnown>true</isKnown> <isKnown>true</isKnown>
<hasOxygen>true</hasOxygen>
<fogColor>1.0,0.8,0.0</fogColor> <fogColor>1.0,0.8,0.0</fogColor>
<skyColor>1.0,0.8,0.0</skyColor> <skyColor>1.0,0.8,0.0</skyColor>
<gravitationalMultiplier>130</gravitationalMultiplier> <gravitationalMultiplier>100</gravitationalMultiplier>
<orbitalDistance>5</orbitalDistance> <orbitalDistance>15</orbitalDistance>
<orbitalPhi>0</orbitalPhi> <orbitalPhi>0</orbitalPhi>
<rotationalPeriod>72000</rotationalPeriod> <rotationalPeriod>72000</rotationalPeriod>
<atmosphereDensity>120</atmosphereDensity> <atmosphereDensity>100</atmosphereDensity>
<OreGen> <OreGen>
<ore block="nuclearcraft:ore" meta="4" minHeight="10" maxHeight="80" clumpSize="32" chancePerChunk="25" /> <ore block="nuclearcraft:ore" meta="4" minHeight="10" maxHeight="80" clumpSize="32" chancePerChunk="25" />
</OreGen> </OreGen>
+1 -1
View File
@@ -7,7 +7,7 @@
########################################################################################################## ##########################################################################################################
data { 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], [tombstone:spectral_conjurer:2], [enderio:repellent:1], [enderio:soulbound:1], [enderio:witherweapon:5], [enderio:witherarrow: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]]
S:data < S:data <
minecraft:protection:10 minecraft:protection:10
minecraft:fire_protection:5 minecraft:fire_protection:5
+16
View File
@@ -16,6 +16,22 @@ balance {
general { general {
# Blocks that won't work at all with the wands. E.g. 'minecraft:bedrock/0' # Blocks that won't work at all with the wands. E.g. 'minecraft:bedrock/0'
S:blacklisted_blocks < 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 # Enable recipe for diamond builder's wand
@@ -5032,804 +5032,825 @@
"y:3": -120 "y:3": -120
}, },
"717:10": { "717:10": {
"id:3": 189570972,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3168,
"y:3": 96
},
"718:10": {
"id:3": 191189457, "id:3": 191189457,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3744, "x:3": 3744,
"y:3": -12 "y:3": -12
}, },
"718:10": { "719:10": {
"id:3": 262948337, "id:3": 262948337,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -264 "y:3": -264
}, },
"719:10": { "720:10": {
"id:3": 267368053, "id:3": 267368053,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": 60 "y:3": 60
}, },
"720:10": { "721:10": {
"id:3": 283823173, "id:3": 283823173,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": 24 "y:3": 24
}, },
"721:10": { "722:10": {
"id:3": 285554142, "id:3": 285554142,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1548, "x:3": 1548,
"y:3": 24 "y:3": 24
}, },
"722:10": { "723:10": {
"id:3": 292319552, "id:3": 292319552,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 60 "y:3": 60
}, },
"723:10": { "724:10": {
"id:3": 299237608, "id:3": 299237608,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3096, "x:3": 3096,
"y:3": 24 "y:3": 24
}, },
"724:10": { "725:10": {
"id:3": 331342148, "id:3": 331342148,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -444 "y:3": -444
}, },
"725:10": { "726:10": {
"id:3": 352701878, "id:3": 352701878,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": -12 "y:3": -12
}, },
"726:10": { "727:10": {
"id:3": 358789496, "id:3": 358789496,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": -48 "y:3": -48
}, },
"727:10": { "728:10": {
"id:3": 404913088, "id:3": 404913088,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": 96 "y:3": 96
}, },
"728:10": { "729:10": {
"id:3": 457497037, "id:3": 457497037,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -84 "y:3": -84
}, },
"729:10": { "730:10": {
"id:3": 478677150, "id:3": 478677150,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 132 "y:3": 132
}, },
"730:10": { "731:10": {
"id:3": 482221128, "id:3": 482221128,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 360,
"y:3": 24 "y:3": 24
}, },
"731:10": { "732:10": {
"id:3": 509587062, "id:3": 509587062,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -156 "y:3": -156
}, },
"732:10": { "733:10": {
"id:3": 548069164, "id:3": 548069164,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -84 "y:3": -84
}, },
"733:10": { "734:10": {
"id:3": 585232112, "id:3": 585232112,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": -84 "y:3": -84
}, },
"734:10": { "735:10": {
"id:3": 608217835, "id:3": 608217835,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": -48 "y:3": -48
}, },
"735:10": { "736:10": {
"id:3": 609304222, "id:3": 609304222,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -408 "y:3": -408
}, },
"736:10": { "737:10": {
"id:3": 619388708, "id:3": 619388708,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": -192 "y:3": -192
}, },
"737:10": { "738:10": {
"id:3": 627303045, "id:3": 627303045,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3672,
"y:3": -120 "y:3": -120
}, },
"738:10": { "739:10": {
"id:3": 648075999, "id:3": 648075999,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3672,
"y:3": -156 "y:3": -156
}, },
"739:10": { "740:10": {
"id:3": 648991311, "id:3": 648991311,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -84 "y:3": -84
}, },
"740:10": { "741:10": {
"id:3": 651565677, "id:3": 651565677,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -12 "y:3": -12
}, },
"741:10": { "742:10": {
"id:3": 655786821, "id:3": 655786821,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -120 "y:3": -120
}, },
"742:10": { "743:10": {
"id:3": 656465562, "id:3": 656465562,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": -228 "y:3": -228
}, },
"743:10": { "744:10": {
"id:3": 690563211, "id:3": 690563211,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -156 "y:3": -156
}, },
"744:10": { "745:10": {
"id:3": 695054604, "id:3": 695054604,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -48 "y:3": -48
}, },
"745:10": { "746:10": {
"id:3": 714682973, "id:3": 714682973,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1836, "x:3": 1836,
"y:3": -264 "y:3": -264
}, },
"746:10": { "747:10": {
"id:3": 716708024, "id:3": 716708024,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3312, "x:3": 3312,
"y:3": -120 "y:3": -120
}, },
"747:10": { "748:10": {
"id:3": 718654576, "id:3": 718654576,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": -12 "y:3": -12
}, },
"748:10": { "749:10": {
"id:3": 726098530, "id:3": 726098530,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -48 "y:3": -48
}, },
"749:10": { "750:10": {
"id:3": 745089078, "id:3": 745089078,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -48 "y:3": -48
}, },
"750:10": { "751:10": {
"id:3": 769610759, "id:3": 769610759,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -48 "y:3": -48
}, },
"751:10": { "752:10": {
"id:3": 770001395, "id:3": 770001395,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 108, "x:3": 108,
"y:3": 96 "y:3": 96
}, },
"752:10": { "753:10": {
"id:3": 790616998, "id:3": 790616998,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": 24 "y:3": 24
}, },
"753:10": { "754:10": {
"id:3": 809768846, "id:3": 809768846,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3672,
"y:3": -228 "y:3": -228
}, },
"754:10": { "755:10": {
"id:3": 813659679, "id:3": 813659679,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3672,
"y:3": -192 "y:3": -192
}, },
"755:10": { "756:10": {
"id:3": 814979819, "id:3": 814979819,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -156 "y:3": -156
}, },
"756:10": { "757:10": {
"id:3": 826305078, "id:3": 826305078,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1764, "x:3": 1764,
"y:3": 96 "y:3": 96
}, },
"757:10": { "758:10": {
"id:3": 946204526, "id:3": 946204526,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3024, "x:3": 3024,
"y:3": 60 "y:3": 60
}, },
"758:10": { "759:10": {
"id:3": 946686645, "id:3": 946686645,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 504, "x:3": 504,
"y:3": -480 "y:3": -480
}, },
"759:10": { "760:10": {
"id:3": 946808945, "id:3": 946808945,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": 168 "y:3": 168
}, },
"760:10": { "761:10": {
"id:3": 951871488, "id:3": 951871488,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3132, "x:3": 3132,
"y:3": -156 "y:3": -156
}, },
"761:10": { "762:10": {
"id:3": 970927034, "id:3": 970927034,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -84 "y:3": -84
}, },
"762:10": { "763:10": {
"id:3": 982745465, "id:3": 982745465,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": -48 "y:3": -48
}, },
"763:10": { "764:10": {
"id:3": 996129961, "id:3": 996129961,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": -120 "y:3": -120
}, },
"764:10": { "765:10": {
"id:3": 1047249538, "id:3": 1047249538,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3168, "x:3": 3168,
"y:3": -192 "y:3": -192
}, },
"765:10": { "766:10": {
"id:3": 1065510600, "id:3": 1065510600,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -192 "y:3": -192
}, },
"766:10": { "767:10": {
"id:3": 1066250269, "id:3": 1066250269,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": -84 "y:3": -84
}, },
"767:10": { "768:10": {
"id:3": 1096669152, "id:3": 1096669152,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": 96 "y:3": 96
}, },
"768:10": { "769:10": {
"id:3": 1111658403, "id:3": 1111658403,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -228 "y:3": -228
}, },
"769:10": { "770:10": {
"id:3": 1126830519, "id:3": 1126830519,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3708, "x:3": 3708,
"y:3": 24 "y:3": 24
}, },
"770:10": { "771:10": {
"id:3": 1142834944, "id:3": 1142834944,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1944, "x:3": 1944,
"y:3": -120 "y:3": -120
}, },
"771:10": { "772:10": {
"id:3": 1151267866, "id:3": 1151267866,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 2088, "x:3": 2088,
"y:3": 96 "y:3": 96
}, },
"772:10": { "773:10": {
"id:3": 1155741702, "id:3": 1155741702,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3708, "x:3": 3708,
"y:3": 60 "y:3": 60
}, },
"773:10": { "774:10": {
"id:3": 1167022541, "id:3": 1167022541,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": -156 "y:3": -156
}, },
"774:10": { "775:10": {
"id:3": 1210666494, "id:3": 1210666494,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": 132 "y:3": 132
}, },
"775:10": { "776:10": {
"id:3": 1230893198, "id:3": 1230893198,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -336 "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, "id:3": 1281489751,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": -192 "y:3": -192
}, },
"777:10": { "779:10": {
"id:3": 1283790114, "id:3": 1283790114,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3024, "x:3": 3024,
"y:3": 24 "y:3": 24
}, },
"778:10": { "780:10": {
"id:3": 1313815980, "id:3": 1313815980,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -12 "y:3": -12
}, },
"779:10": { "781:10": {
"id:3": 1337626444, "id:3": 1337626444,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3420, "x:3": 3420,
"y:3": -12 "y:3": -12
}, },
"780:10": { "782:10": {
"id:3": 1338651064, "id:3": 1338651064,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": 24 "y:3": 24
}, },
"781:10": { "783:10": {
"id:3": 1342545885, "id:3": 1342545885,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -192 "y:3": -192
}, },
"782:10": { "784:10": {
"id:3": 1343888287, "id:3": 1343888287,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -120 "y:3": -120
}, },
"783:10": { "785:10": {
"id:3": 1359221554, "id:3": 1359221554,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3708, "x:3": 3708,
"y:3": -48 "y:3": -48
}, },
"784:10": { "786:10": {
"id:3": 1382366189, "id:3": 1382366189,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -192 "y:3": -192
}, },
"785:10": { "787:10": {
"id:3": 1403059773, "id:3": 1403059773,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -120 "y:3": -120
}, },
"786:10": { "788:10": {
"id:3": 1415320476, "id:3": 1415320476,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -156 "y:3": -156
}, },
"787:10": { "789:10": {
"id:3": 1455291383, "id:3": 1455291383,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -300 "y:3": -300
}, },
"788:10": { "790:10": {
"id:3": 1479405903, "id:3": 1479405903,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -120 "y:3": -120
}, },
"789:10": { "791:10": {
"id:3": 1501196473, "id:3": 1501196473,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": -12 "y:3": -12
}, },
"790:10": { "792:10": {
"id:3": 1501755393, "id:3": 1501755393,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -372 "y:3": -372
}, },
"791:10": { "793:10": {
"id:3": 1503761052, "id:3": 1503761052,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3168, "x:3": 3168,
"y:3": -84 "y:3": -84
}, },
"792:10": { "794:10": {
"id:3": 1514902796, "id:3": 1514902796,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": 168 "y:3": 168
}, },
"793:10": { "795:10": {
"id:3": 1521131802, "id:3": 1521131802,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -120 "y:3": -120
}, },
"794:10": { "796:10": {
"id:3": 1522720224, "id:3": 1522720224,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": 96 "y:3": 96
}, },
"795:10": { "797:10": {
"id:3": 1539715922, "id:3": 1539715922,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3708, "x:3": 3708,
"y:3": 96 "y:3": 96
}, },
"796:10": { "798:10": {
"id:3": 1577699709, "id:3": 1577699709,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3708, "x:3": 3708,
"y:3": -120 "y:3": -120
}, },
"797:10": { "799:10": {
"id:3": 1582606702, "id:3": 1582606702,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": -120 "y:3": -120
}, },
"798:10": { "800:10": {
"id:3": 1597993732, "id:3": 1597993732,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1044, "x:3": 1044,
"y:3": -120 "y:3": -120
}, },
"799:10": { "801:10": {
"id:3": 1611384648, "id:3": 1611384648,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 96 "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, "id:3": 1660051088,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3672,
"y:3": -12 "y:3": -12
}, },
"801:10": { "804:10": {
"id:3": 1671058553, "id:3": 1671058553,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3060, "x:3": 3060,
"y:3": 24 "y:3": 24
}, },
"802:10": { "805:10": {
"id:3": 1681217594, "id:3": 1681217594,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -48 "y:3": -48
}, },
"803:10": { "806:10": {
"id:3": 1681849124, "id:3": 1681849124,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -156 "y:3": -156
}, },
"804:10": { "807:10": {
"id:3": 1699700070, "id:3": 1699700070,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -156 "y:3": -156
}, },
"805:10": { "808:10": {
"id:3": 1703495878, "id:3": 1703495878,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": 60 "y:3": 60
}, },
"806:10": { "809:10": {
"id:3": 1713406254, "id:3": 1713406254,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -84 "y:3": -84
}, },
"807:10": { "810:10": {
"id:3": 1724085619, "id:3": 1724085619,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": 60 "y:3": 60
}, },
"808:10": { "811:10": {
"id:3": 1727374336, "id:3": 1727374336,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": -12 "y:3": -12
}, },
"809:10": { "812:10": {
"id:3": 1829243204, "id:3": 1829243204,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": -12 "y:3": -12
}, },
"810:10": { "813:10": {
"id:3": 1830502096, "id:3": 1830502096,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 540, "x:3": 540,
"y:3": -480 "y:3": -480
}, },
"811:10": { "814:10": {
"id:3": 1836563922, "id:3": 1836563922,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3780, "x:3": 3780,
"y:3": -12 "y:3": -12
}, },
"812:10": { "815:10": {
"id:3": 1843441452, "id:3": 1843441452,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": -48 "y:3": -48
}, },
"813:10": { "816:10": {
"id:3": 1900648883, "id:3": 1900648883,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3672,
"y:3": -84 "y:3": -84
}, },
"814:10": { "817:10": {
"id:3": 1947473444, "id:3": 1947473444,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": -120 "y:3": -120
}, },
"815:10": { "818:10": {
"id:3": 1979802923, "id:3": 1979802923,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3060, "x:3": 3060,
"y:3": -120 "y:3": -120
}, },
"816:10": { "819:10": {
"id:3": 1980945817, "id:3": 1980945817,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1116, "x:3": 1116,
"y:3": -84 "y:3": -84
}, },
"817:10": { "820:10": {
"id:3": 2009829659, "id:3": 2009829659,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": 24 "y:3": 24
}, },
"818:10": { "821:10": {
"id:3": 2022468480, "id:3": 2022468480,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -192 "y:3": -192
}, },
"819:10": { "822:10": {
"id:3": 2035349863, "id:3": 2035349863,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": 132 "y:3": 132
}, },
"820:10": { "823:10": {
"id:3": 2044693951, "id:3": 2044693951,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 720, "x:3": 720,
"y:3": -372 "y:3": -372
}, },
"821:10": { "824:10": {
"id:3": 2052397510, "id:3": 2052397510,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1836, "x:3": 1836,
"y:3": -228 "y:3": -228
}, },
"822:10": { "825:10": {
"id:3": 2066003189, "id:3": 2066003189,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -120 "y:3": -120
}, },
"823:10": { "826:10": {
"id:3": 2070436398, "id:3": 2070436398,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": 60 "y:3": 60
}, },
"824:10": { "827:10": {
"id:3": 2074294565, "id:3": 2074294565,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": 96 "y:3": 96
}, },
"825:10": { "828:10": {
"id:3": 2078654107, "id:3": 2078654107,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": 24 "y:3": 24
}, },
"826:10": { "829:10": {
"id:3": 2088399499, "id:3": 2088399499,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3708, "x:3": 3708,
"y:3": -12 "y:3": -12
}, },
"827:10": { "830:10": {
"id:3": 2106186542, "id:3": 2106186542,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -84 "y:3": -84
}, },
"828:10": { "831:10": {
"id:3": 2117123475, "id:3": 2117123475,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": -84 "y:3": -84
}, },
"829:10": { "832:10": {
"id:3": 2125675950, "id:3": 2125675950,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3420, "x:3": 3420,
"y:3": -48 "y:3": -48
}, },
"830:10": { "833:10": {
"id:3": 2133694398, "id:3": 2133694398,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 24 "y:3": 24
}, },
"831:10": { "834:10": {
"id:3": 2143131475, "id:3": 2143131475,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
@@ -2100,153 +2100,174 @@
"y:3": -468 "y:3": -468
}, },
"298:10": { "298:10": {
"id:3": 400947744,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -72,
"y:3": -276
},
"299:10": {
"id:3": 566141768, "id:3": 566141768,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -408, "x:3": -408,
"y:3": 12 "y:3": 12
}, },
"299:10": { "300:10": {
"id:3": 593507433, "id:3": 593507433,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -468 "y:3": -468
}, },
"300:10": { "301:10": {
"id:3": 596821559, "id:3": 596821559,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -516 "y:3": -516
}, },
"301:10": { "302:10": {
"id:3": 622606550, "id:3": 622606550,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -516 "y:3": -516
}, },
"302:10": { "303:10": {
"id:3": 673076831, "id:3": 673076831,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -492 "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, "id:3": 805049422,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -180 "y:3": -180
}, },
"304:10": { "307:10": {
"id:3": 807924350, "id:3": 807924350,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -492 "y:3": -492
}, },
"305:10": { "308:10": {
"id:3": 810176091, "id:3": 810176091,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -468 "y:3": -468
}, },
"306:10": { "309:10": {
"id:3": 850659984, "id:3": 850659984,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -456, "x:3": -456,
"y:3": 36 "y:3": 36
}, },
"307:10": { "310:10": {
"id:3": 871786931, "id:3": 871786931,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -468 "y:3": -468
}, },
"308:10": { "311:10": {
"id:3": 984531997, "id:3": 984531997,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -516 "y:3": -516
}, },
"309:10": { "312:10": {
"id:3": 1053008472, "id:3": 1053008472,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -348 "y:3": -348
}, },
"310:10": { "313:10": {
"id:3": 1302355832, "id:3": 1302355832,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -48, "x:3": -48,
"y:3": -252 "y:3": -252
}, },
"311:10": { "314:10": {
"id:3": 1326761132, "id:3": 1326761132,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -324 "y:3": -324
}, },
"312:10": { "315:10": {
"id:3": 1370359542, "id:3": 1370359542,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -300 "y:3": -300
}, },
"313:10": { "316:10": {
"id:3": 1461929411, "id:3": 1461929411,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -324 "y:3": -324
}, },
"314:10": { "317:10": {
"id:3": 1494150833, "id:3": 1494150833,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -300 "y:3": -300
}, },
"315:10": { "318:10": {
"id:3": 1567883667, "id:3": 1567883667,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 264, "x:3": 264,
"y:3": -96 "y:3": -96
}, },
"316:10": { "319:10": {
"id:3": 1837024033, "id:3": 1837024033,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -324 "y:3": -324
}, },
"317:10": { "320:10": {
"id:3": 1907230724, "id:3": 1907230724,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -492 "y:3": -492
}, },
"318:10": { "321:10": {
"id:3": 1913343585, "id:3": 1913343585,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -348 "y:3": -348
}, },
"319:10": { "322:10": {
"id:3": 2034373847, "id:3": 2034373847,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
@@ -3149,90 +3149,111 @@
"y:3": -264 "y:3": -264
}, },
"448:10": { "448:10": {
"id:3": 736384140,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 540,
"y:3": -444
},
"449:10": {
"id:3": 795857967, "id:3": 795857967,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -252, "x:3": -252,
"y:3": 60 "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, "id:3": 1031147864,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -156 "y:3": -156
}, },
"450:10": { "452:10": {
"id:3": 1083627567, "id:3": 1083627567,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 576, "x:3": 576,
"y:3": -264 "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, "id:3": 1272834460,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 576, "x:3": 576,
"y:3": -300 "y:3": -300
}, },
"452:10": { "455:10": {
"id:3": 1304340834, "id:3": 1304340834,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 540, "x:3": 540,
"y:3": -264 "y:3": -264
}, },
"453:10": { "456:10": {
"id:3": 1365120258, "id:3": 1365120258,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 612, "x:3": 612,
"y:3": 24 "y:3": 24
}, },
"454:10": { "457:10": {
"id:3": 1403757701, "id:3": 1403757701,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -228 "y:3": -228
}, },
"455:10": { "458:10": {
"id:3": 1430343507, "id:3": 1430343507,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -192 "y:3": -192
}, },
"456:10": { "459:10": {
"id:3": 1453897011, "id:3": 1453897011,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 108, "x:3": 108,
"y:3": 132 "y:3": 132
}, },
"457:10": { "460:10": {
"id:3": 1553598788, "id:3": 1553598788,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 540, "x:3": 540,
"y:3": -300 "y:3": -300
}, },
"458:10": { "461:10": {
"id:3": 1596066184, "id:3": 1596066184,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 108, "x:3": 108,
"y:3": -156 "y:3": -156
}, },
"459:10": { "462:10": {
"id:3": 1799610165, "id:3": 1799610165,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -180, "x:3": -180,
"y:3": 60 "y:3": 60
}, },
"460:10": { "463:10": {
"id:3": 2087826195, "id:3": 2087826195,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
@@ -1,7 +1,8 @@
{ {
"betterquesting:10": { "betterquesting:10": {
"editmode:1": 0, "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" "pack_name:8": "Meatballcraft"
}, },
"format:8": "2.1.0" "format:8": "2.1.0"
@@ -41,19 +41,6 @@
} }
}, },
"2:10": { "2:10": {
"Count:3": 1,
"id:8": "minecraft:written_book",
"tag:10": {
"author:8": "meatballcraft",
"pages:9": {
"0:8": "{\"text\":\"To optimize the game and its performance across multiple hardware platforms, some in-game animations (like fire) have been disabled by default.\\n\\nSEE NEXT PAGE\"}",
"1:8": "{\"text\":\"I know some players care about having pretty-looking things.\\n\\nTo re-enable animations, paste the loliasm.cfg file from AlternativeConfigs into the config folder.\\n\\nSEE NEXT PAGE\"}",
"2:8": "{\"text\":\"WARNING: doing this may lower performance, or even make the pack unplayable.\"}"
},
"title:8": "No Animations"
}
},
"3:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "minecraft:written_book", "id:8": "minecraft:written_book",
"tag:10": { "tag:10": {
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_donaeth_rusen" "FluidName:8": "whisper_of_donaeth_rusen"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Donaeth Rusen"
} }
}, },
"questID:3": 1111658403, "questID:3": 1111658403,
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_kurald_emurlahn" "FluidName:8": "whisper_of_kurald_emurlahn"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Kurald Emurlahn"
} }
}, },
"questID:3": 1230893198, "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"
}
}
}
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_omtose_phellack" "FluidName:8": "whisper_of_omtose_phellack"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Omthose Phellack"
} }
}, },
"questID:3": 1342545885, "questID:3": 1342545885,
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_kurald_thyrllan" "FluidName:8": "whisper_of_kurald_thyrllan"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Kurald Thyrllan"
} }
}, },
"questID:3": 1455291383, "questID:3": 1455291383,
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_kurald_galain" "FluidName:8": "whisper_of_kurald_galain"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Kurald Galain"
} }
}, },
"questID:3": 1501755393, "questID:3": 1501755393,
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_ahkrast_korvalain" "FluidName:8": "whisper_of_ahkrast_korvalain"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Ahkrast Korvalain"
} }
}, },
"questID:3": 1521131802, "questID:3": 1521131802,
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "§7§oA space station and the warp multiblocks are used to travel to the various planets (see quests below).\n\nAdvanced Rocketry can be a bit annoying to deal with, so alternative warper recipes are available. These have to be used in a space station, so you will have to still put one into orbit. ", "desc:8": "§7§oA space station and the warp multiblocks are used to travel to the various planets (see quests above).\n\n",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "contenttweaker:infused_sol_stone" "id:8": "contenttweaker:infused_sol_stone"
@@ -23,16 +23,6 @@
} }
}, },
"taskID:8": "bq_standard:retrieval" "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": "Bewitched Salts"
}
},
"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"
}
}
}
@@ -13,6 +13,60 @@
} }
}, },
"questID:3": 1724085619, "questID:3": 1724085619,
"rewards:9": {
"0:10": {
"index:3": 0,
"rewardID:8": "bq_standard:item",
"rewards:9": {
"0:10": {
"Count:3": 1,
"id:8": "buildinggadgets:template",
"tag:10": {
"TemplateName:8": "Directed Quasar",
"UUID:8": "aff6f6b2-a1d6-4c0f-ab25-e0e7024c553a",
"copycounter:3": 2,
"endPos:10": {
"X:3": -86,
"Y:3": 98,
"Z:3": 37
},
"itemcountmap:9": {
"0:10": {
"count:3": 60,
"item:3": 22470,
"meta:3": 0
},
"1:10": {
"count:3": 2,
"item:3": 1,
"meta:3": 1
},
"2:10": {
"count:3": 1,
"item:3": 22473,
"meta:3": 0
},
"3:10": {
"count:3": 24,
"item:3": 22625,
"meta:3": 0
},
"4:10": {
"count:3": 16,
"item:3": 23033,
"meta:3": 0
}
},
"startPos:10": {
"X:3": -98,
"Y:3": 106,
"Z:3": 25
}
}
}
}
}
},
"tasks:9": { "tasks:9": {
"0:10": { "0:10": {
"index:3": 0, "index:3": 0,
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "", "desc:8": "§7§oNerdySpider is mainly responsible for the textures in chapter 10! Thanks a lot!",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "contenttweaker:warren_creation_fabrial" "id:8": "contenttweaker:warren_creation_fabrial"
@@ -36,9 +36,26 @@
"0:10": { "0:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "contenttweaker:taerrapiatta_warper" "id:8": "contenttweaker:taerrapiatta_warper"
},
"1:10": {
"Count:3": 1,
"id:8": "contenttweaker:wormhole_field_module"
} }
}, },
"taskID:8": "bq_standard:retrieval" "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": { "properties:10": {
"betterquesting: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", "frame:8": "STAR4_ON_DIAGONAL_STAR4",
"icon:10": { "icon:10": {
"Count:3": 1, "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"
}
}
}
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_tellan" "FluidName:8": "whisper_of_tellan"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Tellan"
} }
}, },
"questID:3": 262948337, "questID:3": 262948337,
@@ -47,16 +47,6 @@
} }
}, },
"taskID:8": "bq_standard:retrieval" "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" "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"
} }
} }
} }
@@ -41,7 +41,7 @@
} }
} }
}, },
"name:8": "Warren Whisperer" "name:8": "The Eleint"
} }
}, },
"questID:3": 331342148, "questID:3": 331342148,
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_starvald_demelain" "FluidName:8": "whisper_of_starvald_demelain"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Starvald Demelain"
} }
}, },
"questID:3": 609304222, "questID:3": 609304222,
@@ -7,9 +7,9 @@
"desc:8": "", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "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, "questID:3": 813659679,
@@ -19,7 +19,7 @@
"requiredItems:9": { "requiredItems:9": {
"0:10": { "0:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "contenttweaker:eleint_stone" "id:8": "contenttweaker:power_wrought_brightsteel_alloy_plate"
} }
}, },
"taskID:8": "bq_standard:retrieval" "taskID:8": "bq_standard:retrieval"
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "forge:bucketfilled", "id:8": "forge:bucketfilled",
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_verdith_anath" "FluidName:8": "whisper_of_verdith_anath"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Verdith Anath"
} }
}, },
"questID:3": 814979819, "questID:3": 814979819,
@@ -31,6 +31,24 @@
} }
}, },
"taskID:8": "bq_standard:retrieval" "taskID:8": "bq_standard:retrieval"
},
"1:10": {
"index:3": 1,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:hypergrowth_actualizer"
},
"1:10": {
"Count:3": 1,
"id:8": "contenttweaker:trinity_hypergrowth_component"
},
"2:10": {
"Count:3": 1,
"id:8": "contenttweaker:cosmic_hypergrowth_component"
}
},
"taskID:8": "bq_standard:optional_retrieval"
} }
} }
} }
@@ -13,7 +13,7 @@
"FluidName:8": "whisper_of_thel" "FluidName:8": "whisper_of_thel"
} }
}, },
"name:8": "New Quest" "name:8": "A Postcard From Thel"
} }
}, },
"questID:3": 970927034, "questID:3": 970927034,
@@ -16,7 +16,7 @@
"FluidName:8": "caesium" "FluidName:8": "caesium"
} }
}, },
"name:8": "Cesium" "name:8": "Caesium"
} }
}, },
"questID:3": 342, "questID:3": 342,
@@ -9,7 +9,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "§7§oFarm withers with deep mob learning, and obtain an aeldunari by progressing abyssalcraft.", "desc:8": "§7§oFarm withers with deep mob learning, and obtain a Heart of the Dark Dragon by progressing abyssalcraft.",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "soulshardsrespawn:vile_sword", "id:8": "soulshardsrespawn:vile_sword",
@@ -5,7 +5,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "§7§oSome materials will have mining level requirement than obsidian, netherite has the highest mining level.", "desc:8": "§7§oSome materials will have mining level requirements higher than obsidian, netherite has the highest mining level.",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "tconstruct:pick_head", "id:8": "tconstruct:pick_head",
@@ -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": "Wormhole Field Generator"
}
},
"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": "Bee Stargate"
}
},
"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": "Experience Bath"
}
},
"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": "Universal Constellation Bee"
}
},
"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"
}
}
}
@@ -4,7 +4,7 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "§7§oStone and nether essences can be used to create ores with Mythic properties.\n\nOne mineral makes one ore...\n\nOne ore makes multiple minerals, especially if you use an industrial grinder!\n\nThis process can be looped for exponential yield (granted that you have enough essence).\n\nWorks with Rupee, Arlemite, Realmite, Rosite, Limonite, Netherite, Bloodgem, Emberstone.", "desc:8": "§7§oStone and nether essences can be used to create ores with Mythic properties.\n\nOne mineral makes one ore...\n\nOne ore makes multiple minerals, especially if you use an industrial grinder!\n\nThis process can be looped for exponential yield (granted that you have enough essence).\n\nWorks with Rupee, Arlemite, Realmite, Rosite, Limonite, Netherite, Bloodgem, Emberstone, Runium, Ascended Jade, Ascended Sapphire,, Ascended Amethyst.",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "mysticalagriculture:stone_essence" "id:8": "mysticalagriculture:stone_essence"
@@ -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": "Gallifreyan Bee"
}
},
"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": "Tree of Life Bee"
}
},
"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"
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

+1
View File
@@ -307,6 +307,7 @@ values {
ocelot;100 ocelot;100
pig;100 pig;100
rabbit;100 rabbit;100
testdummy:dummy;0
> >
# Will rewrite any default meteor types with new versions. # Will rewrite any default meteor types with new versions.
@@ -871,6 +871,57 @@
"contenttweaker:cuendillar_plate", "contenttweaker:cuendillar_plate",
"contenttweaker:cuendillar_plate" "contenttweaker:cuendillar_plate"
] ]
},
{
"mode": "ADD",
"result": "contenttweaker:freedom_definer",
"catalyst": "contenttweaker:core_of_halite_definition",
"energy": 10000000000,
"tier": 3,
"ingredients": [
"draconicevolution:chaotic_core",
"draconicevolution:chaotic_core",
"contenttweaker:trinity_ingot",
"contenttweaker:trinity_ingot",
"contenttweaker:freedomsteel_ingot",
"contenttweaker:freedomsteel_ingot",
"contenttweaker:freedomsteel_ingot",
"contenttweaker:freedomsteel_ingot"
]
},
{
"mode": "ADD",
"result": "contenttweaker:wishful_definer",
"catalyst": "contenttweaker:cuendillar_seal",
"energy": 10000000000,
"tier": 3,
"ingredients": [
"contenttweaker:ingot_of_infinite_wishes",
"contenttweaker:ingot_of_infinite_wishes",
"contenttweaker:ingot_of_infinite_wishes",
"contenttweaker:ingot_of_infinite_wishes",
"contenttweaker:freedom_definer",
"contenttweaker:freedom_definer"
]
},
{
"mode": "ADD",
"result": "contenttweaker:quasar_charged_core_of_definition",
"catalyst": "contenttweaker:cuendillar_seal",
"energy": 10000000000,
"tier": 3,
"ingredients": [
"contenttweaker:quasar_charged_gem",
"contenttweaker:quasar_charged_gem",
"contenttweaker:quasar_charged_gem",
"contenttweaker:quasar_charged_gem",
"contenttweaker:quasar_charged_gem",
"contenttweaker:quasar_charged_gem",
"contenttweaker:quasar_charged_gem",
"contenttweaker:quasar_charged_gem",
"contenttweaker:wishful_definer",
"contenttweaker:wishful_definer"
]
} }
] ]
+24
View File
@@ -66,6 +66,18 @@ countermeasures {
twilightforest:charm_of_life_2 dimension: 52 twilightforest:charm_of_life_2 dimension: 52
twilightforest:charm_of_life_1 dimension: 623 twilightforest:charm_of_life_1 dimension: 623
twilightforest:charm_of_life_2 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
> >
} }
@@ -114,6 +126,18 @@ countermeasures {
twilightforest:charm_of_life_2 dimension: 52 twilightforest:charm_of_life_2 dimension: 52
twilightforest:charm_of_life_1 dimension: 623 twilightforest:charm_of_life_1 dimension: 623
twilightforest:charm_of_life_2 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
> >
} }
+1 -1
View File
@@ -1,5 +1,5 @@
# The buildcraft detailed configuration file. This contains a lot of miscellaneous options that have no affect on gameplay. # 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) # 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. # 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 #Tue May 13 11:07:22 PDT 2025
render.pipe.misc.inside.shade=0.725 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",
"_",
"_",
"_",
"_",
"_",
"_"
]
]
]
}
File diff suppressed because it is too large Load Diff
@@ -27,11 +27,10 @@
"d": { "d": {
"id": "minecraft:wool", "id": "minecraft:wool",
"meta": 0 "meta": 0
} },
}, "e": {
"input-nbt": { "id": "modularmachinery:dyson_abater_controller",
"a:A": { "meta": 0
"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": [ "shape": [
@@ -63,7 +62,7 @@
], ],
[ [
[ [
"a:A" "a"
], ],
[ [
"d" "d"
@@ -84,7 +83,7 @@
"b" "b"
], ],
[ [
"a:A" "e"
] ]
], ],
[ [
@@ -34,17 +34,6 @@
"meta": 2 "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": [ "shape": [
[ [
[ [
@@ -54,7 +43,7 @@
"_" "_"
], ],
[ [
"a:A" "a"
] ]
], ],
[ [
@@ -114,7 +103,7 @@
], ],
[ [
[ [
"e:A" "e"
], ],
[ [
"b" "b"
@@ -186,7 +175,7 @@
"_" "_"
], ],
[ [
"d:A" "d"
] ]
] ]
] ]
@@ -34,17 +34,6 @@
"meta": 2 "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": [ "shape": [
[ [
[ [
@@ -54,7 +43,7 @@
"_" "_"
], ],
[ [
"a:A" "a"
] ]
], ],
[ [
@@ -114,7 +103,7 @@
], ],
[ [
[ [
"e:A" "e"
], ],
[ [
"b" "b"
@@ -186,7 +175,7 @@
"_" "_"
], ],
[ [
"d:A" "d"
] ]
] ]
] ]
@@ -11,7 +11,6 @@
"input-types": { "input-types": {
"a": { "a": {
"id": "modularmachinery:dyson_irradiator_top_controller", "id": "modularmachinery:dyson_irradiator_top_controller",
@@ -34,17 +33,6 @@
"meta": 2 "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": [ "shape": [
[ [
[ [
@@ -54,7 +42,7 @@
"_" "_"
], ],
[ [
"a:A" "a"
] ]
], ],
[ [
@@ -114,7 +102,7 @@
], ],
[ [
[ [
"e:A" "e"
], ],
[ [
"b" "b"
@@ -186,7 +174,7 @@
"_" "_"
], ],
[ [
"d:A" "d"
] ]
] ]
] ]
@@ -23,18 +23,10 @@
"meta": 0 "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": [ "shape": [
[ [
[ [
"a:A" "a"
], ],
[ [
"_" "_"
@@ -63,7 +55,7 @@
"b" "b"
], ],
[ [
"c:A" "c"
] ]
] ]
] ]
@@ -47,14 +47,6 @@
"meta": 0 "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": [ "shape": [
[ [
[ [
@@ -85,12 +77,12 @@
"_" "_"
], ],
[ [
"h:A" "h"
] ]
], ],
[ [
[ [
"a:A" "a"
], ],
[ [
"c" "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",
"_",
"_"
]
]
]
}
+2
View File
@@ -1401,6 +1401,8 @@ modpacks {
rftoolsdim_terrain_absorber rftoolsdim_terrain_absorber
rftoolsdim:feature_absorber rftoolsdim:feature_absorber
rftoolsdim:time_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]] # Crops & leaves that are blocked from harvesting (Brush Scythe and Tree Scythe). A star is for a wildcard [default: [terraqueous:pergola], [harvestcraft:*_sapling]]
+7 -1
View File
@@ -75,6 +75,7 @@ key_key.erebus.glide:0:NONE
key_key.erebus.poweredglide:0:NONE key_key.erebus.poweredglide:0:NONE
key_key.erebus.beetleram:0:NONE key_key.erebus.beetleram:0:NONE
key_key.erebus.beetlemine:56:NONE key_key.erebus.beetlemine:56:NONE
key_Open sound muffler screen:0:NONE
key_keybind.hammercorerenderstack:77:NONE key_keybind.hammercorerenderstack:77:NONE
key_key.xu2.searchforitems:31:SHIFT key_key.xu2.searchforitems:31:SHIFT
key_key.findme.search:23: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_crafting_terminal.desc:18:CONTROL
key_key.open_wireless_pattern_terminal.desc:19:CONTROL key_key.open_wireless_pattern_terminal.desc:19:CONTROL
key_key.open_wireless_fluid_terminal.desc:33: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.aether.accessory_menu:0:NONE
key_key.keyExtraInvo:0:NONE key_key.keyExtraInvo:0:NONE
key_key.keyWheel:0:NONE key_key.keyWheel:0:NONE
@@ -175,7 +181,7 @@ key_key.porterNextDestination:27:NONE
key_key.porterPrevDestination:26:NONE key_key.porterPrevDestination:26:NONE
key_key.debugDumpNBTItem:0:NONE key_key.debugDumpNBTItem:0:NONE
key_key.debugDumpNBTBlock: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.displayRecipe:29:NONE
key_key.jeiutilities.pickBookmark:-98:NONE key_key.jeiutilities.pickBookmark:-98:NONE
key_key.jeiutilities.transferRecipe:17:CONTROL key_key.jeiutilities.transferRecipe:17:CONTROL
+56
View File
@@ -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
}
+1 -3
View File
@@ -2805,7 +2805,6 @@ if HaveForestryModule Bees <<
mutation: 55% "gendustry.bee.Radiant" + "magicbees.speciesArcane" => "gendustry.bee.Serenading" Req Temperature Normal 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% "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: 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.Deeplearner" => "gendustry.bee.Helium" Req Temperature Normal
mutation: 36% "gendustry.bee.Oxygen" + "gendustry.bee.Helium" => "gendustry.bee.Fluorine" 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 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: 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: 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: 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% "extrabees.species.energetic" + "magicbees.speciesSavant" => "gendustry.bee.ChaosStrikez" Req Temperature Normal
mutation: 99% "careerbees.energy" + "gendustry.bee.Balanced" => "gendustry.bee.TreeOfLife" Req Temperature Normal
} }
+12
View File
@@ -107,4 +107,16 @@ gendustry.honeycomb.fluorine.name=Fluorine Comb
gendustry.honeycomb.helium.name=Helium Comb gendustry.honeycomb.helium.name=Helium Comb
gendustry.allele.flowers.woodLog=Wood Logs gendustry.allele.flowers.woodLog=Wood Logs
gendustry.allele.flowers.sideralSteel=Steel 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
+1 -1
View File
@@ -70,7 +70,7 @@ module {
I:versionNotificationTypes=0 I:versionNotificationTypes=0
# Don't change this. # Don't change this.
I:versionSave=26 I:versionSave=13
} }
} }
+41
View File
@@ -301,6 +301,7 @@ advanced {
tconstruct:shovel:0:alumite,alumite,alumite tconstruct:shovel:0:alumite,alumite,alumite
openblocks:tank:hassium; openblocks:tank:hassium;
enderio:item_broken_spawner:Primordial Wizard enderio:item_broken_spawner:Primordial Wizard
enderio:item_broken_spawner:Spectral Golem
enderio:item_broken_spawner:Creep enderio:item_broken_spawner:Creep
openblocks:tank:universal_matter; openblocks:tank:universal_matter;
openblocks:tank:binnie.whiskey.wheat; openblocks:tank:binnie.whiskey.wheat;
@@ -349,6 +350,7 @@ advanced {
tconstruct:lumberaxe:0:elementium,elementium,elementium,elementium tconstruct:lumberaxe:0:elementium,elementium,elementium,elementium
enderio:item_soul_vial:Carrotop enderio:item_soul_vial:Carrotop
extracells:pattern.fluid:refined_biofuel;m=0 extracells:pattern.fluid:refined_biofuel;m=0
enderio:item_broken_spawner:Invasion Cyberman
tconstruct:shortbow:0:stone,stone,string tconstruct:shortbow:0:stone,stone,string
tconstruct:hatchet:0:amethyst,amethyst,amethyst tconstruct:hatchet:0:amethyst,amethyst,amethyst
extracells:pattern.fluid:oganesson;m=0 extracells:pattern.fluid:oganesson;m=0
@@ -846,6 +848,7 @@ advanced {
openblocks:tank:oganesson; openblocks:tank:oganesson;
openblocks:tank:abyssite; openblocks:tank:abyssite;
enderio:item_broken_spawner:Lesser Shoggoth enderio:item_broken_spawner:Lesser Shoggoth
enderio:item_broken_spawner:Lightning Dragon
tconstruct:cleaver:0:ma.intermedium,ma.intermedium,ma.intermedium,ma.intermedium tconstruct:cleaver:0:ma.intermedium,ma.intermedium,ma.intermedium,ma.intermedium
enderio:item_soul_vial:Mystic Lottoman enderio:item_soul_vial:Mystic Lottoman
tconstruct:hammer:0:terrasteel,terrasteel,terrasteel,terrasteel tconstruct:hammer:0:terrasteel,terrasteel,terrasteel,terrasteel
@@ -1157,6 +1160,7 @@ advanced {
enderio:item_broken_spawner:Volar enderio:item_broken_spawner:Volar
tconstruct:shuriken:0:jade,jade,jade,jade tconstruct:shuriken:0:jade,jade,jade,jade
enderio:item_soul_vial:Leafy Giant enderio:item_soul_vial:Leafy Giant
enderio:item_broken_spawner:Revenant
enderio:item_soul_vial:Carminite Broodling enderio:item_soul_vial:Carminite Broodling
tconstruct:shuriken:0:fierymetal,fierymetal,fierymetal,fierymetal tconstruct:shuriken:0:fierymetal,fierymetal,fierymetal,fierymetal
tconstruct:arrow:0:wood,refinediron,feather tconstruct:arrow:0:wood,refinediron,feather
@@ -1426,6 +1430,7 @@ advanced {
tconstruct:hatchet:0:desert_myrmex,desert_myrmex,desert_myrmex tconstruct:hatchet:0:desert_myrmex,desert_myrmex,desert_myrmex
openblocks:tank:rocketfuel; openblocks:tank:rocketfuel;
tconstruct:frypan:0:end_steel,end_steel tconstruct:frypan:0:end_steel,end_steel
enderio:item_broken_spawner:Enigmoth
extracells:pattern.fluid:zinc;m=0 extracells:pattern.fluid:zinc;m=0
extracells:pattern.fluid:neutrons;m=0 extracells:pattern.fluid:neutrons;m=0
enderio:item_soul_vial:Sabretooth enderio:item_soul_vial:Sabretooth
@@ -1451,6 +1456,7 @@ advanced {
extracells:pattern.fluid:fuel_mixed_heavy_heat_1;m=0 extracells:pattern.fluid:fuel_mixed_heavy_heat_1;m=0
tconstruct:hatchet:0:iridium,iridium,iridium tconstruct:hatchet:0:iridium,iridium,iridium
tconstruct:hatchet:0:ardite,ardite,ardite 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:longsword:0:blood_infused_wood,blood_infused_wood,blood_infused_wood
tconstruct:broadsword:0:refinedglowstone,refinedglowstone,refinedglowstone tconstruct:broadsword:0:refinedglowstone,refinedglowstone,refinedglowstone
tconstruct:rapier:0:weezer,weezer,weezer tconstruct:rapier:0:weezer,weezer,weezer
@@ -1619,6 +1625,7 @@ advanced {
enderio:item_broken_spawner:Spider enderio:item_broken_spawner:Spider
openblocks:tank:fuel_lecm_245_fluoride_flibe; openblocks:tank:fuel_lecm_245_fluoride_flibe;
tconstruct:hatchet:0:cactus,cactus,cactus tconstruct:hatchet:0:cactus,cactus,cactus
enderio:item_broken_spawner:entity.companion.name
tconstruct:scythe:0:cactus,cactus,cactus,cactus tconstruct:scythe:0:cactus,cactus,cactus,cactus
tconstruct:longbow:0:osmium,osmium,osmium,string tconstruct:longbow:0:osmium,osmium,osmium,string
extracells:pattern.fluid:uranium;m=0 extracells:pattern.fluid:uranium;m=0
@@ -1646,6 +1653,7 @@ advanced {
tconstruct:hatchet:0:mirion,mirion,mirion tconstruct:hatchet:0:mirion,mirion,mirion
tconstruct:scythe:0:quartzenrichediron,quartzenrichediron,quartzenrichediron,quartzenrichediron tconstruct:scythe:0:quartzenrichediron,quartzenrichediron,quartzenrichediron,quartzenrichediron
extracells:pattern.fluid:binnie.liqueur.hazelnut;m=0 extracells:pattern.fluid:binnie.liqueur.hazelnut;m=0
enderio:item_broken_spawner:entity.blackfrost.name
extracells:pattern.fluid:binnie.juice.banana;m=0 extracells:pattern.fluid:binnie.juice.banana;m=0
enderio:item_soul_vial:Enchanted Archer enderio:item_soul_vial:Enchanted Archer
tconstruct:pickaxe:0:cyanite,cyanite,cyanite tconstruct:pickaxe:0:cyanite,cyanite,cyanite
@@ -1661,6 +1669,7 @@ advanced {
enderio:item_soul_vial:Chiromaw enderio:item_soul_vial:Chiromaw
tconstruct:hatchet:0:integrationforegoing.pink_slime,integrationforegoing.pink_slime,integrationforegoing.pink_slime tconstruct:hatchet:0:integrationforegoing.pink_slime,integrationforegoing.pink_slime,integrationforegoing.pink_slime
tconstruct:hammer:0:energetic_alloy,energetic_alloy,energetic_alloy,energetic_alloy tconstruct:hammer:0:energetic_alloy,energetic_alloy,energetic_alloy,energetic_alloy
enderio:item_broken_spawner:Ferrous Wroughtnaut
openblocks:tank:fluorite_water; openblocks:tank:fluorite_water;
tconstruct:shuriken:0:adamantium,adamantium,adamantium,adamantium tconstruct:shuriken:0:adamantium,adamantium,adamantium,adamantium
tconstruct:rapier:0:firewood,firewood,firewood tconstruct:rapier:0:firewood,firewood,firewood
@@ -1778,6 +1787,7 @@ advanced {
enderio:item_soul_vial:Glistening Pixon enderio:item_soul_vial:Glistening Pixon
enderio:item_broken_spawner:Sun Spirit enderio:item_broken_spawner:Sun Spirit
extracells:pattern.fluid:europium;m=0 extracells:pattern.fluid:europium;m=0
enderio:item_broken_spawner:Dalek
enderio:item_broken_spawner:Skull Creature enderio:item_broken_spawner:Skull Creature
tconstruct:lumberaxe:0:flint,flint,flint,flint tconstruct:lumberaxe:0:flint,flint,flint,flint
extracells:pattern.fluid:stellar_alloy;m=0 extracells:pattern.fluid:stellar_alloy;m=0
@@ -1906,6 +1916,7 @@ advanced {
enderio:item_soul_vial:Precasian Lottoman enderio:item_soul_vial:Precasian Lottoman
enderio:item_soul_vial:Paravite enderio:item_soul_vial:Paravite
tconstruct:longbow:0:dragonsteel_lightning,dragonsteel_lightning,dragonsteel_lightning,string tconstruct:longbow:0:dragonsteel_lightning,dragonsteel_lightning,dragonsteel_lightning,string
enderio:item_broken_spawner:Isnachi
extracells:pattern.fluid:calcium_sulfate_solution;m=0 extracells:pattern.fluid:calcium_sulfate_solution;m=0
openblocks:tank:gluons; openblocks:tank:gluons;
enderio:item_broken_spawner:Rock Snot enderio:item_broken_spawner:Rock Snot
@@ -2836,6 +2847,7 @@ advanced {
enderio:item_soul_vial:Avaton enderio:item_soul_vial:Avaton
openblocks:tank:nightmare_binder_nickel; openblocks:tank:nightmare_binder_nickel;
enderio:item_soul_vial:Armored Giant enderio:item_soul_vial:Armored Giant
enderio:item_broken_spawner:Vespa Brood
tconstruct:shortbow:0:chaotic_plustic,chaotic_plustic,string tconstruct:shortbow:0:chaotic_plustic,chaotic_plustic,string
tconstruct:mattock:0:chocolate,chocolate,chocolate tconstruct:mattock:0:chocolate,chocolate,chocolate
tconstruct:longsword:0:platinum,platinum,platinum tconstruct:longsword:0:platinum,platinum,platinum
@@ -3442,6 +3454,7 @@ advanced {
forestry:digger_bag forestry:digger_bag
tconstruct:frypan:0:iron,iron tconstruct:frypan:0:iron,iron
tconstruct:arrow:0:wood,energetic_alloy,feather tconstruct:arrow:0:wood,energetic_alloy,feather
enderio:item_broken_spawner:Flame Imp
tconstruct:shortbow:0:ma.prudentium,ma.prudentium,string tconstruct:shortbow:0:ma.prudentium,ma.prudentium,string
enderio:item_broken_spawner:Horntail enderio:item_broken_spawner:Horntail
tconstruct:hammer:0:manasteel,manasteel,manasteel,manasteel tconstruct:hammer:0:manasteel,manasteel,manasteel,manasteel
@@ -3757,6 +3770,7 @@ advanced {
plustic:katana:0:blutonium,blutonium,blutonium,blutonium plustic:katana:0:blutonium,blutonium,blutonium,blutonium
enderio:item_broken_spawner:Icey Ball enderio:item_broken_spawner:Icey Ball
tconstruct:shovel:0:mod_lavacow.vespa_carapace,mod_lavacow.vespa_carapace,mod_lavacow.vespa_carapace 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 enderio:item_soul_vial:Soulvyre
tconstruct:hammer:0:ma.intermedium,ma.intermedium,ma.intermedium,ma.intermedium tconstruct:hammer:0:ma.intermedium,ma.intermedium,ma.intermedium,ma.intermedium
extracells:pattern.fluid:molten_molybdenum;m=0 extracells:pattern.fluid:molten_molybdenum;m=0
@@ -4140,6 +4154,7 @@ advanced {
tconstruct:crossbow:0:slime,slime,slime,string tconstruct:crossbow:0:slime,slime,slime,string
tconstruct:shuriken:0:vibrant_alloy,vibrant_alloy,vibrant_alloy,vibrant_alloy tconstruct:shuriken:0:vibrant_alloy,vibrant_alloy,vibrant_alloy,vibrant_alloy
tconstruct:mattock:0:copper,copper,copper tconstruct:mattock:0:copper,copper,copper
enderio:item_broken_spawner:Warmander
enderio:item_soul_vial:Wither Skeleton enderio:item_soul_vial:Wither Skeleton
enderio:item_soul_vial:Gecko enderio:item_soul_vial:Gecko
openblocks:tank:europium; openblocks:tank:europium;
@@ -4189,6 +4204,7 @@ advanced {
tconstruct:shortbow:0:lyon,lyon,string tconstruct:shortbow:0:lyon,lyon,string
enderio:item_broken_spawner:Castle Guardian [NYI] enderio:item_broken_spawner:Castle Guardian [NYI]
enderio:item_soul_vial:Death Worm enderio:item_soul_vial:Death Worm
enderio:item_broken_spawner:Grave Robber
tconstruct:hammer:0:ma.inferium,ma.inferium,ma.inferium,ma.inferium tconstruct:hammer:0:ma.inferium,ma.inferium,ma.inferium,ma.inferium
tconstruct:rapier:0:refinedglowstone,refinedglowstone,refinedglowstone tconstruct:rapier:0:refinedglowstone,refinedglowstone,refinedglowstone
tconstruct:longbow:0:pigiron,pigiron,pigiron,string tconstruct:longbow:0:pigiron,pigiron,pigiron,string
@@ -4218,6 +4234,7 @@ advanced {
enderio:item_broken_spawner:Ancient Golem enderio:item_broken_spawner:Ancient Golem
enderio:item_soul_vial:Clown enderio:item_soul_vial:Clown
extracells:pattern.fluid:atomic_nuclei;m=0 extracells:pattern.fluid:atomic_nuclei;m=0
enderio:item_broken_spawner:Frostmaw
enderio:item_soul_vial:Sheep enderio:item_soul_vial:Sheep
tconstruct:battlesign:0:vibranium,vibranium tconstruct:battlesign:0:vibranium,vibranium
enderio:item_soul_vial:Reaver enderio:item_soul_vial:Reaver
@@ -4490,6 +4507,7 @@ advanced {
extracells:pattern.fluid:limonite;m=0 extracells:pattern.fluid:limonite;m=0
enderio:item_broken_spawner:Vhraak enderio:item_broken_spawner:Vhraak
tconstruct:cleaver:0:adamantium,adamantium,adamantium,adamantium tconstruct:cleaver:0:adamantium,adamantium,adamantium,adamantium
enderio:item_broken_spawner:Monoclops
tconstruct:mattock:0:lead,lead,lead tconstruct:mattock:0:lead,lead,lead
tconstruct:rapier:0:rosidian,rosidian,rosidian tconstruct:rapier:0:rosidian,rosidian,rosidian
tconstruct:cleaver:0:blood_infused_glitch,blood_infused_glitch,blood_infused_glitch,blood_infused_glitch 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:Red Guardian
enderio:item_broken_spawner:Skele-Elder enderio:item_broken_spawner:Skele-Elder
tconstruct:battlesign:0:refinedglowstone,refinedglowstone tconstruct:battlesign:0:refinedglowstone,refinedglowstone
enderio:item_broken_spawner:Foliaath
openblocks:tank:alubrass; openblocks:tank:alubrass;
tconstruct:lumberaxe:0:fusewood_plustic,fusewood_plustic,fusewood_plustic,fusewood_plustic tconstruct:lumberaxe:0:fusewood_plustic,fusewood_plustic,fusewood_plustic,fusewood_plustic
openblocks:tank:twilight_fire; openblocks:tank:twilight_fire;
@@ -5495,6 +5514,7 @@ advanced {
enderio:item_soul_vial:Cicada enderio:item_soul_vial:Cicada
tconstruct:longbow:0:rubber,rubber,rubber,string tconstruct:longbow:0:rubber,rubber,rubber,string
tconstruct:battlesign:0:boron,boron tconstruct:battlesign:0:boron,boron
enderio:item_broken_spawner:Harbinger Cube
openblocks:tank:fuel_lep_239; openblocks:tank:fuel_lep_239;
railcraft:dust:2 railcraft:dust:2
extracells:pattern.fluid:binnie.liqueur.cherry;m=0 extracells:pattern.fluid:binnie.liqueur.cherry;m=0
@@ -5559,6 +5579,7 @@ advanced {
tconstruct:crossbow:0:limonite,limonite,limonite,string tconstruct:crossbow:0:limonite,limonite,limonite,string
plustic:katana:0:extrabotany:ingotorichalcos,extrabotany:ingotorichalcos,extrabotany:ingotorichalcos,extrabotany:ingotorichalcos plustic:katana:0:extrabotany:ingotorichalcos,extrabotany:ingotorichalcos,extrabotany:ingotorichalcos,extrabotany:ingotorichalcos
openblocks:tank:uranium_238_fluoride_flibe; openblocks:tank:uranium_238_fluoride_flibe;
enderio:item_broken_spawner:Fire Hydra Head
tconstruct:mattock:0:bloodmaster,bloodmaster,bloodmaster tconstruct:mattock:0:bloodmaster,bloodmaster,bloodmaster
enderio:item_broken_spawner:Shyrelands Lottoman enderio:item_broken_spawner:Shyrelands Lottoman
enderio:item_soul_vial:Antlion Trove Guardian enderio:item_soul_vial:Antlion Trove Guardian
@@ -5615,6 +5636,7 @@ advanced {
tconstruct:battlesign:0:elementium,elementium tconstruct:battlesign:0:elementium,elementium
plustic:laser_gun:0:advancedalloy,advancedalloy,prismarine,manyullyn plustic:laser_gun:0:advancedalloy,advancedalloy,prismarine,manyullyn
tconstruct:scythe:0:darkmatter,darkmatter,darkmatter,darkmatter tconstruct:scythe:0:darkmatter,darkmatter,darkmatter,darkmatter
enderio:item_broken_spawner:Grottol
tconstruct:hatchet:0:dragonsteel_ice,dragonsteel_ice,dragonsteel_ice tconstruct:hatchet:0:dragonsteel_ice,dragonsteel_ice,dragonsteel_ice
tconstruct:pickaxe:0:amethyst,amethyst,amethyst tconstruct:pickaxe:0:amethyst,amethyst,amethyst
tconstruct:longsword:0:thaumium,thaumium,thaumium tconstruct:longsword:0:thaumium,thaumium,thaumium
@@ -5778,6 +5800,7 @@ advanced {
extracells:pattern.fluid:dimensional_essence;m=0 extracells:pattern.fluid:dimensional_essence;m=0
plustic:laser_gun:0:topaz,topaz,prismarine,manyullyn plustic:laser_gun:0:topaz,topaz,prismarine,manyullyn
enderio:item_broken_spawner:Rockrider enderio:item_broken_spawner:Rockrider
enderio:item_broken_spawner:Dread Queen
enderio:item_soul_vial:Nightfly enderio:item_soul_vial:Nightfly
openblocks:tank:molten_adamantium; openblocks:tank:molten_adamantium;
tconstruct:cleaver:0:construction_alloy,construction_alloy,construction_alloy,construction_alloy tconstruct:cleaver:0:construction_alloy,construction_alloy,construction_alloy,construction_alloy
@@ -5961,6 +5984,7 @@ advanced {
extracells:pattern.fluid:evanescent_bifrost;m=0 extracells:pattern.fluid:evanescent_bifrost;m=0
tconstruct:battlesign:0:blood_infused_glitch,blood_infused_glitch tconstruct:battlesign:0:blood_infused_glitch,blood_infused_glitch
plustic:katana:0:nickel,nickel,nickel,nickel 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:pickaxe:0:blood_infused_iron,blood_infused_iron,blood_infused_iron
tconstruct:lumberaxe:0:ma.superium,ma.superium,ma.superium,ma.superium tconstruct:lumberaxe:0:ma.superium,ma.superium,ma.superium,ma.superium
extracells:pattern.fluid:oil_dense_heat_2;m=0 extracells:pattern.fluid:oil_dense_heat_2;m=0
@@ -6115,6 +6139,7 @@ advanced {
openblocks:tank:quartz_nak_hot; openblocks:tank:quartz_nak_hot;
tconstruct:shovel:0:xu_demonic_metal,xu_demonic_metal,xu_demonic_metal tconstruct:shovel:0:xu_demonic_metal,xu_demonic_metal,xu_demonic_metal
tconstruct:kama:0:emberstone,emberstone,emberstone tconstruct:kama:0:emberstone,emberstone,emberstone
enderio:item_broken_spawner:Amber Scarab
tconstruct:shortbow:0:dark_steel,dark_steel,string tconstruct:shortbow:0:dark_steel,dark_steel,string
tconstruct:pickaxe:0:mithril,mithril,mithril tconstruct:pickaxe:0:mithril,mithril,mithril
tconstruct:hammer:0:magmaslime,magmaslime,magmaslime,magmaslime tconstruct:hammer:0:magmaslime,magmaslime,magmaslime,magmaslime
@@ -6233,6 +6258,7 @@ advanced {
openblocks:tank:intermedium; openblocks:tank:intermedium;
tconstruct:shuriken:0:mithril,mithril,mithril,mithril tconstruct:shuriken:0:mithril,mithril,mithril,mithril
enderio:item_soul_vial:Alicanto enderio:item_soul_vial:Alicanto
enderio:item_broken_spawner:Lil' Sludge
enderio:item_soul_vial:Giant Miner enderio:item_soul_vial:Giant Miner
openblocks:tank:fuel_leu_235; openblocks:tank:fuel_leu_235;
plustic:katana:0:silver,silver,silver,silver plustic:katana:0:silver,silver,silver,silver
@@ -6248,6 +6274,7 @@ advanced {
tconstruct:crossbow:0:hard_carbon,hard_carbon,hard_carbon,string tconstruct:crossbow:0:hard_carbon,hard_carbon,hard_carbon,string
enderio:item_soul_vial:Botfly enderio:item_soul_vial:Botfly
tconstruct:lumberaxe:0:titanium,titanium,titanium,titanium tconstruct:lumberaxe:0:titanium,titanium,titanium,titanium
enderio:item_broken_spawner:Amber Lord
enderio:item_soul_vial:Kobold enderio:item_soul_vial:Kobold
extracells:pattern.fluid:sodium;m=0 extracells:pattern.fluid:sodium;m=0
tconstruct:hammer:0:realmite,realmite,realmite,realmite tconstruct:hammer:0:realmite,realmite,realmite,realmite
@@ -6367,6 +6394,7 @@ advanced {
enderio:item_broken_spawner:Modulo enderio:item_broken_spawner:Modulo
enderio:item_broken_spawner:Mini Me enderio:item_broken_spawner:Mini Me
enderio:item_broken_spawner:Skellox enderio:item_broken_spawner:Skellox
enderio:item_broken_spawner:entity.dalek_scaro.name
tconstruct:broadsword:0:jungle_myrmex,jungle_myrmex,jungle_myrmex tconstruct:broadsword:0:jungle_myrmex,jungle_myrmex,jungle_myrmex
enderio:item_broken_spawner:Vinocorne enderio:item_broken_spawner:Vinocorne
tconstruct:shuriken:0:soularium,soularium,soularium,soularium tconstruct:shuriken:0:soularium,soularium,soularium,soularium
@@ -6555,6 +6583,7 @@ advanced {
tconstruct:broadsword:0:endstone,endstone,endstone tconstruct:broadsword:0:endstone,endstone,endstone
plustic:laser_gun:0:knightslime,knightslime,prismarine,manyullyn plustic:laser_gun:0:knightslime,knightslime,prismarine,manyullyn
extracells:pattern.fluid:nobelium;m=0 extracells:pattern.fluid:nobelium;m=0
enderio:item_broken_spawner:Baby Foliaath
tconstruct:shortbow:0:ghostwood_plustic,ghostwood_plustic,string tconstruct:shortbow:0:ghostwood_plustic,ghostwood_plustic,string
tconstruct:longsword:0:iron,iron,iron tconstruct:longsword:0:iron,iron,iron
enderio:item_broken_spawner:Undead Troll enderio:item_broken_spawner:Undead Troll
@@ -6661,6 +6690,7 @@ advanced {
enderio:item_broken_spawner:Piranha enderio:item_broken_spawner:Piranha
tconstruct:hatchet:0:cyanite,cyanite,cyanite tconstruct:hatchet:0:cyanite,cyanite,cyanite
enderio:item_soul_vial:Construct of Strength 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:Sand Golem
enderio:item_broken_spawner:Nipper enderio:item_broken_spawner:Nipper
openblocks:tank:fuel_lecf_251_fluoride; openblocks:tank:fuel_lecf_251_fluoride;
@@ -6685,6 +6715,7 @@ advanced {
openblocks:tank:fuel_heu_233_fluoride_flibe; openblocks:tank:fuel_heu_233_fluoride_flibe;
enderio:item_broken_spawner:Tiny Bird enderio:item_broken_spawner:Tiny Bird
plustic:katana:0:amber,amber,amber,amber plustic:katana:0:amber,amber,amber,amber
enderio:item_broken_spawner:Fire Hydra
tconstruct:pickaxe:0:chocolate,chocolate,chocolate tconstruct:pickaxe:0:chocolate,chocolate,chocolate
enderio:item_broken_spawner:Arid Warrior enderio:item_broken_spawner:Arid Warrior
tconstruct:shortbow:0:dragonsteel_ice,dragonsteel_ice,string tconstruct:shortbow:0:dragonsteel_ice,dragonsteel_ice,string
@@ -6969,6 +7000,7 @@ advanced {
enderio:item_soul_vial:Floro Lottoman enderio:item_soul_vial:Floro Lottoman
openblocks:tank:binnie.resin; openblocks:tank:binnie.resin;
tconstruct:arrow:0:wood,xu_magical_wood,feather tconstruct:arrow:0:wood,xu_magical_wood,feather
enderio:item_broken_spawner:Barakoana
enderio:item_broken_spawner:Fyracryx enderio:item_broken_spawner:Fyracryx
tconstruct:kama:0:knightmetal,knightmetal,knightmetal tconstruct:kama:0:knightmetal,knightmetal,knightmetal
tconstruct:kama:0:darkmatter,darkmatter,darkmatter tconstruct:kama:0:darkmatter,darkmatter,darkmatter
@@ -7000,6 +7032,7 @@ advanced {
enderio:item_soul_vial:Snow Guardian enderio:item_soul_vial:Snow Guardian
enderio:item_broken_spawner:Orbling enderio:item_broken_spawner:Orbling
tconstruct:shovel:0:amber,amber,amber tconstruct:shovel:0:amber,amber,amber
enderio:item_broken_spawner:Enigmoth Caterpillar
extracells:pattern.fluid:glowstone_nak_hot;m=0 extracells:pattern.fluid:glowstone_nak_hot;m=0
enderio:item_broken_spawner:Cleaver enderio:item_broken_spawner:Cleaver
tconstruct:excavator:0:wood,wood,wood,wood tconstruct:excavator:0:wood,wood,wood,wood
@@ -7068,6 +7101,7 @@ advanced {
openblocks:tank:redstone_nak; openblocks:tank:redstone_nak;
plustic:laser_gun:0:yellowgarnet,yellowgarnet,prismarine,manyullyn plustic:laser_gun:0:yellowgarnet,yellowgarnet,prismarine,manyullyn
tconstruct:shovel:0:pigiron,pigiron,pigiron tconstruct:shovel:0:pigiron,pigiron,pigiron
enderio:item_broken_spawner:Cactoid
tconstruct:arrow:0:wood,ghoulish,feather tconstruct:arrow:0:wood,ghoulish,feather
enderio:item_broken_spawner:Green Rune Templar enderio:item_broken_spawner:Green Rune Templar
tconstruct:kama:0:iron,iron,iron 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:shuriken:0:emeradic_actadd_plustic,emeradic_actadd_plustic,emeradic_actadd_plustic,emeradic_actadd_plustic
tconstruct:battlesign:0:desert_myrmex,desert_myrmex tconstruct:battlesign:0:desert_myrmex,desert_myrmex
plustic:laser_gun:0:awakened_plustic,awakened_plustic,prismarine,manyullyn 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:Hydrolisk
enderio:item_broken_spawner:Hunter Master enderio:item_broken_spawner:Hunter Master
enderio:item_broken_spawner:Construct of Terror enderio:item_broken_spawner:Construct of Terror
@@ -7592,6 +7627,7 @@ advanced {
openblocks:tank:nitrogen; openblocks:tank:nitrogen;
extracells:pattern.fluid:fuel_lecm_247_fluoride_flibe;m=0 extracells:pattern.fluid:fuel_lecm_247_fluoride_flibe;m=0
tconstruct:rapier:0:parafrosynium,parafrosynium,parafrosynium tconstruct:rapier:0:parafrosynium,parafrosynium,parafrosynium
enderio:item_broken_spawner:Wyvern
enderio:item_broken_spawner:Arcane Bore enderio:item_broken_spawner:Arcane Bore
enderio:item_soul_vial:Zal Herbalist enderio:item_soul_vial:Zal Herbalist
tconstruct:frypan:0:abyssalnite,abyssalnite tconstruct:frypan:0:abyssalnite,abyssalnite
@@ -8124,6 +8160,7 @@ advanced {
cyclicmagic:exp_pylon cyclicmagic:exp_pylon
tconstruct:shuriken:0:blueslime,blueslime,blueslime,blueslime tconstruct:shuriken:0:blueslime,blueslime,blueslime,blueslime
tinymobfarm:emerald_farm tinymobfarm:emerald_farm
enderio:item_broken_spawner:Barakoa
agricraft:water_tank agricraft:water_tank
tconstruct:cleaver:0:conductive_iron,conductive_iron,conductive_iron,conductive_iron tconstruct:cleaver:0:conductive_iron,conductive_iron,conductive_iron,conductive_iron
extracells:pattern.fluid:decay_inducing_matter;m=0 extracells:pattern.fluid:decay_inducing_matter;m=0
@@ -8188,6 +8225,7 @@ advanced {
tconstruct:battlesign:0:dragonsteel_fire,dragonsteel_fire tconstruct:battlesign:0:dragonsteel_fire,dragonsteel_fire
extracells:pattern.fluid:moltendreadium;m=0 extracells:pattern.fluid:moltendreadium;m=0
enderio:item_broken_spawner:Cherry Barrager enderio:item_broken_spawner:Cherry Barrager
enderio:item_broken_spawner:Polyphemus
tconstruct:kama:0:ma.prosperity,ma.prosperity,ma.prosperity tconstruct:kama:0:ma.prosperity,ma.prosperity,ma.prosperity
plustic:katana:0:barathosynium,barathosynium,barathosynium,barathosynium 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 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:2
techreborn:ingot:0 techreborn:ingot:0
tconstruct:rapier:0:electrical_steel,electrical_steel,electrical_steel tconstruct:rapier:0:electrical_steel,electrical_steel,electrical_steel
enderio:item_broken_spawner:Ghost Swarmer
tconstruct:crossbow:0:skeletal,skeletal,skeletal,string tconstruct:crossbow:0:skeletal,skeletal,skeletal,string
tconstruct:pickaxe:0:ghastly,ghastly,ghastly tconstruct:pickaxe:0:ghastly,ghastly,ghastly
extracells:pattern.fluid:uranium_233_fluoride_flibe;m=0 extracells:pattern.fluid:uranium_233_fluoride_flibe;m=0
@@ -8410,6 +8449,7 @@ advanced {
tconstruct:cleaver:0:brass,brass,brass,brass tconstruct:cleaver:0:brass,brass,brass,brass
tconstruct:scythe:0:void_actadd_plustic,void_actadd_plustic,void_actadd_plustic,void_actadd_plustic tconstruct:scythe:0:void_actadd_plustic,void_actadd_plustic,void_actadd_plustic,void_actadd_plustic
tconstruct:longsword:0:lumium_plustic,lumium_plustic,lumium_plustic tconstruct:longsword:0:lumium_plustic,lumium_plustic,lumium_plustic
enderio:item_broken_spawner:Sea Hag
tconstruct:bolt:0:wood,knightmetal,feather tconstruct:bolt:0:wood,knightmetal,feather
extracells:pattern.fluid:galactic_matter;m=0 extracells:pattern.fluid:galactic_matter;m=0
nuclearcraft:dust:4 nuclearcraft:dust:4
@@ -8611,6 +8651,7 @@ advanced {
tconstruct:scythe:0:lyon,lyon,lyon,lyon tconstruct:scythe:0:lyon,lyon,lyon,lyon
enderio:item_soul_vial:Bobo enderio:item_soul_vial:Bobo
tconstruct:scythe:0:abyssalnite,abyssalnite,abyssalnite,abyssalnite tconstruct:scythe:0:abyssalnite,abyssalnite,abyssalnite,abyssalnite
enderio:item_broken_spawner:Cactyrant
enderio:item_broken_spawner:Crypt Crawler Tunnel Entrance enderio:item_broken_spawner:Crypt Crawler Tunnel Entrance
tconstruct:rapier:0:aluminum,aluminum,aluminum tconstruct:rapier:0:aluminum,aluminum,aluminum
extracells:pattern.fluid:oil;m=0 extracells:pattern.fluid:oil;m=0
+32 -11
View File
@@ -174,6 +174,16 @@ world-150694039 {
} }
world-1522441570 {
B:bookmarkOverlayEnabled=false
B:cheatItemsEnabled=true
S:defaultFluidContainerItem=
B:editEnabled=false
S:filterText=tree of life
B:overlayEnabled=true
}
world-1580560999 { world-1580560999 {
B:bookmarkOverlayEnabled=true B:bookmarkOverlayEnabled=true
B:cheatItemsEnabled=false B:cheatItemsEnabled=false
@@ -374,7 +384,7 @@ world-288993849 {
world-310143583 { world-310143583 {
# Show the list of bookmarks next to open GUIs. # Show the list of bookmarks next to open GUIs.
B:bookmarkOverlayEnabled=true B:bookmarkOverlayEnabled=false
# Give items instead of showing the recipe. # Give items instead of showing the recipe.
B:cheatItemsEnabled=true B:cheatItemsEnabled=true
@@ -384,7 +394,7 @@ world-310143583 {
# Hide and unhide ingredients by clicking them in the list. # Hide and unhide ingredients by clicking them in the list.
B:editEnabled=false B:editEnabled=false
S:filterText=sashim S:filterText=fluid.
# Show the list of ingredients next to open GUIs. # Show the list of ingredients next to open GUIs.
B:overlayEnabled=true B:overlayEnabled=true
@@ -581,20 +591,11 @@ world-78688046 {
world-830336226 { world-830336226 {
# Show the list of bookmarks next to open GUIs.
B:bookmarkOverlayEnabled=true B:bookmarkOverlayEnabled=true
# Give items instead of showing the recipe.
B:cheatItemsEnabled=false 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= S:defaultFluidContainerItem=
# Hide and unhide ingredients by clicking them in the list.
B:editEnabled=false B:editEnabled=false
S:filterText= S:filterText=
# Show the list of ingredients next to open GUIs.
B:overlayEnabled=true B:overlayEnabled=true
} }
@@ -639,6 +640,16 @@ world-924193474 {
} }
world-930827809 {
B:bookmarkOverlayEnabled=true
B:cheatItemsEnabled=true
S:defaultFluidContainerItem=
B:editEnabled=false
S:filterText=mas spell lu
B:overlayEnabled=true
}
world-930840068 { world-930840068 {
B:bookmarkOverlayEnabled=true B:bookmarkOverlayEnabled=true
B:cheatItemsEnabled=false B:cheatItemsEnabled=false
@@ -648,6 +659,16 @@ world-930840068 {
} }
world-935450647 {
B:bookmarkOverlayEnabled=true
B:cheatItemsEnabled=false
S:defaultFluidContainerItem=
B:editEnabled=false
S:filterText=
B:overlayEnabled=true
}
world-978757308 { world-978757308 {
B:bookmarkOverlayEnabled=true B:bookmarkOverlayEnabled=true
B:cheatItemsEnabled=false B:cheatItemsEnabled=false
@@ -0,0 +1,742 @@
{
"registryname": "abyssal_entropic_catalyzer",
"localizedname": "Abyssal Entropic Catalyzer",
"color": "2e2e2e",
"parts": [
{
"x": 0,
"y": 1,
"z": 8,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": -2,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -3,
"y": 1,
"z": 7,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 4,
"y": 1,
"z": 4,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 0,
"y": -2,
"z": 0,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -3,
"y": 0,
"z": 5,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -4,
"y": 0,
"z": 4,
"elements": [
"generalized_output_fluid"
]
},
{
"x": -3,
"y": -2,
"z": 1,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 0,
"y": -1,
"z": 0,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": -1,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -4,
"y": 1,
"z": 4,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": -3,
"y": 0,
"z": 7,
"elements": [
"modularmachinery:blockinputbus@0"
]
},
{
"x": 3,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 3,
"y": 2,
"z": 7,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -3,
"y": -1,
"z": 7,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 1,
"y": 0,
"z": 1,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 4,
"y": 2,
"z": 4,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 4,
"y": 0,
"z": 3,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -1,
"y": 0,
"z": 8,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 1,
"y": 0,
"z": 7,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -3,
"y": -1,
"z": 1,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": -4,
"y": 2,
"z": 4,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -4,
"y": 0,
"z": 3,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 3,
"y": 0,
"z": 4,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 2,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -3,
"y": 1,
"z": 1,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 0,
"y": 2,
"z": 8,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -3,
"y": -2,
"z": 7,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 1,
"y": 0,
"z": 0,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -3,
"y": 0,
"z": 4,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -2,
"y": 0,
"z": 5,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 0,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 2,
"y": 0,
"z": 5,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 0,
"y": 0,
"z": 1,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -3,
"y": 2,
"z": 1,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 4,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -3,
"y": 0,
"z": 3,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -2,
"y": 0,
"z": 7,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -2,
"y": 0,
"z": 8,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 0,
"y": 0,
"z": 4,
"elements": [
"contenttweaker:charged_draconium_block@0"
]
},
{
"x": -4,
"y": -1,
"z": 4,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 2,
"y": 0,
"z": 7,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 2,
"y": 0,
"z": 8,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -4,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -1,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 4,
"y": -2,
"z": 4,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -1,
"y": 0,
"z": 1,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 3,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 3,
"y": -2,
"z": 1,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -2,
"y": 0,
"z": 0,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 4,
"y": 0,
"z": 4,
"elements": [
"generalized_input_fluid"
]
},
{
"x": -4,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 2,
"y": 0,
"z": 0,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -4,
"y": -2,
"z": 4,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 0,
"y": -1,
"z": 8,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 3,
"y": -1,
"z": 7,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": -3,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 1,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 4,
"y": -1,
"z": 4,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 3,
"y": 0,
"z": 1,
"elements": [
"modularmachinery:blockinputbus@0"
]
},
{
"x": 3,
"y": 0,
"z": 5,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 0,
"y": -2,
"z": 8,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -1,
"y": 0,
"z": 7,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 3,
"y": -2,
"z": 7,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 3,
"y": 0,
"z": 7,
"elements": [
"modularmachinery:blockinputbus@0"
]
},
{
"x": 1,
"y": 0,
"z": 8,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 2,
"y": 0,
"z": 3,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 3,
"y": 1,
"z": 1,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 4,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -2,
"y": 0,
"z": 3,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 0,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 3,
"y": -1,
"z": 1,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": -1,
"y": 0,
"z": 0,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -2,
"y": 0,
"z": 1,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -3,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -4,
"y": 0,
"z": 5,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 0,
"y": 2,
"z": 0,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -2,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 2,
"y": 0,
"z": 1,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 4,
"y": 0,
"z": 5,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 2,
"y": 0,
"z": 6,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 3,
"y": 0,
"z": 3,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 0,
"y": 0,
"z": 7,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 0,
"y": 1,
"z": 0,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 3,
"y": 2,
"z": 1,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": 0,
"y": 0,
"z": 8,
"elements": [
"generalized_input_item"
]
},
{
"x": -3,
"y": 2,
"z": 7,
"elements": [
"draconicevolution:draconium_block@0"
]
},
{
"x": -2,
"y": 0,
"z": 4,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 3,
"y": 1,
"z": 7,
"elements": [
"unlimitedchiselworks:chisel_stonebrick2_abyssalcraft_darkstone_brick_0@2"
]
},
{
"x": 2,
"y": 0,
"z": 4,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": 1,
"y": 0,
"z": 2,
"elements": [
"abyssalcraft:darkstone_brick@0"
]
},
{
"x": -3,
"y": 0,
"z": 1,
"elements": [
"modularmachinery:blockinputbus@0"
]
}
]}
File diff suppressed because it is too large Load Diff
@@ -28,6 +28,45 @@
"operation": 1, "operation": 1,
"multiplier": 8.0 "multiplier": 8.0
} }
},
{
"elements": "contenttweaker:freedom_definer",
"x": 0,
"y": 2,
"z": 6,
"description": "Replace unidentified body for 64x output",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 16.0
}
},
{
"elements": "contenttweaker:wishful_definer",
"x": 0,
"y": 2,
"z": 6,
"description": "Replace unidentified body for 256x output",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 64.0
}
},
{
"elements": "contenttweaker:quasar_charged_core_of_definition",
"x": 0,
"y": 2,
"z": 6,
"description": "Replace unidentified body for 256x output",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 256.0
}
} }
], ],
"parts": [ "parts": [
@@ -4,7 +4,7 @@
"color": "000000", "color": "000000",
"modifiers": [ "modifiers": [
{ {
"elements": "bloodmagic:blood_rune@8", "elements": "contenttweaker:fabric_of_the_orb",
"x": 0, "x": 0,
"y": 1, "y": 1,
"z": 0, "z": 0,
@@ -2,6 +2,36 @@
"registryname": "dyson_compressor", "registryname": "dyson_compressor",
"localizedname": "Dyson Compressor", "localizedname": "Dyson Compressor",
"color": "590b7a", "color": "590b7a",
"modifiers": [
{
"elements": "contenttweaker:miniature_quasar",
"x": 0,
"y": 0,
"z": 17,
"description": "Multiplies output by 4",
"modifiers": [
{
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 4
}]
},
{
"elements": "contenttweaker:directed_miniature_quasar",
"x": 0,
"y": 0,
"z": 17,
"description": "Multiplies output by 16",
"modifiers": [
{
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 16
}]
}
],
"parts": [ "parts": [
{ {
"x": 5, "x": 5,
@@ -3,6 +3,48 @@
"localizedname": "Hypergrowth Insolator", "localizedname": "Hypergrowth Insolator",
"color": "790091", "color": "790091",
"has-factory": true, "has-factory": true,
"modifiers": [
{
"elements": "contenttweaker:hypergrowth_actualizer",
"x": 0,
"y": 2,
"z": 1,
"description": "4X Output",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 4
}
},
{
"elements": "contenttweaker:trinity_hypergrowth_component",
"x": 0,
"y": 2,
"z": 1,
"description": "16X Output",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 16
}
},
{
"elements": "contenttweaker:cosmic_hypergrowth_component",
"x": 0,
"y": 2,
"z": 1,
"description": "64X Output",
"modifier": {
"io": "output",
"target": "modularmachinery:item",
"operation": 1,
"multiplier": 64
}
}
],
"parts": [ "parts": [
{ {
"x": -1, "x": -1,
@@ -8,7 +8,7 @@
"x": 0, "x": 0,
"y": 3, "y": 3,
"z": 1, "z": 1,
"description": "Multiplies amounts processed by 4", "description": "Multiplies amounts processed by 8",
"modifiers": [{ "modifiers": [{
"io": "output", "io": "output",
"target": "modularmachinery:item", "target": "modularmachinery:item",
@@ -10,13 +10,13 @@
"z": 1, "z": 1,
"description": "Multiplies amounts processed by 8", "description": "Multiplies amounts processed by 8",
"modifiers": [{ "modifiers": [{
"io": "output", "io": "input",
"target": "modularmachinery:item", "target": "modularmachinery:item",
"operation": 1, "operation": 1,
"multiplier": 8 "multiplier": 8
}, },
{ {
"io": "input", "io": "output",
"target": "modularmachinery:fluid", "target": "modularmachinery:fluid",
"operation": 1, "operation": 1,
"multiplier": 8 "multiplier": 8
@@ -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 -1
View File
@@ -1,6 +1,6 @@
# Configuration file # Configuration file
~CONFIG_VERSION: 0.2 ~CONFIG_VERSION: 0.3
enable-disable { enable-disable {
B:"Drop barley seeds from grass"=true B:"Drop barley seeds from grass"=true
@@ -9,6 +9,7 @@ enable-disable {
B:"Enable stick variants"=false B:"Enable stick variants"=false
B:"Enable wheat to flour recipe"=true B:"Enable wheat to flour recipe"=true
B:"Generate Amaranth Trees"=true B:"Generate Amaranth Trees"=true
B:"Generate Apple Trees"=true
B:"Generate Ash Clouds"=true B:"Generate Ash Clouds"=true
B:"Generate Barley Crops"=true B:"Generate Barley Crops"=true
B:"Generate Blackberry Bushes"=true B:"Generate Blackberry Bushes"=true
@@ -27,6 +28,7 @@ enable-disable {
B:"Generate Green Glowshroom"=true B:"Generate Green Glowshroom"=true
B:"Generate Heat Sand"=true B:"Generate Heat Sand"=true
B:"Generate Hopseed Trees"=true B:"Generate Hopseed Trees"=true
B:"Generate Legacy Clouds"=true
B:"Generate Maloberry Bushes"=true B:"Generate Maloberry Bushes"=true
B:"Generate Maple Trees"=true B:"Generate Maple Trees"=true
B:"Generate Overworld Clouds"=true B:"Generate Overworld Clouds"=true
@@ -64,6 +66,7 @@ entities {
I:"Nitro Creeper Maximum Spawn Count [default: 6]"=6 I:"Nitro Creeper Maximum Spawn Count [default: 6]"=6
I:"Nitro Creeper Minimum Spawn Count [default: 4]"=4 I:"Nitro Creeper Minimum Spawn Count [default: 4]"=4
I:"Nitro Creeper Spawn Weight [default: 8]"=8 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 explode while moderate fall damage is taken? [default: true]"=true
B:"Should Nitro Creepers instantly explode while charged? [default: true]"=true B:"Should Nitro Creepers instantly explode while charged? [default: true]"=true
} }
@@ -83,6 +86,8 @@ retrogen {
worldgen { worldgen {
I:"Amaranth Tree Spawn Range"=48 I:"Amaranth Tree Spawn Range"=48
I:"Amaranth Tree Spawn Rarity"=1 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 Height"=40
I:"Ash Cloud Spawn Range"=78 I:"Ash Cloud Spawn Range"=78
I:"Ash Cloud Spawn Rarity"=8 I:"Ash Cloud Spawn Rarity"=8
@@ -119,8 +124,14 @@ worldgen {
I:"Maple Tree Spawn Rarity"=10 I:"Maple Tree Spawn Rarity"=10
I:"Nether World Generation Dimension Blacklist" < I:"Nether World Generation Dimension Blacklist" <
> >
I:"Nether World Generation Dimension Whitelist" <
-1
>
I:"Overworld World Generation Dimension Blacklist" < I:"Overworld World Generation Dimension Blacklist" <
> >
I:"Overworld World Generation Dimension Whitelist" <
0
>
I:"Raspberry Spawn Range"=64 I:"Raspberry Spawn Range"=64
I:"Raspberry Spawn Rarity"=30 I:"Raspberry Spawn Rarity"=30
I:"Redwood Tree Spawn Range"=16 I:"Redwood Tree Spawn Range"=16
+22 -67
View File
@@ -61,6 +61,28 @@ general {
name=screwdriver name=screwdriver
name=wand name=wand
name=wrench name=wrench
item=immersiveengineering:tool:1
item=immersiveengineering:tool:2
item=thaumicaugmentation:gauntlet:0
item=thaumicaugmentation:gauntlet:1
item=astralsorcery:itemlinkingtool
item=woot:builder
item=chisel:offsettool
item=thaumcraft:golem_bell
item=enderio:item_travel_staff
item=cyclicmagic:sign_editor
item=cyclicmagic:tool_swap_match
item=appliedenergistics2:certus_quartz_cutting_knife
item=actuallyadditions:item_phantom_connector
item=extrabotany:manareader
item=appliedenergistics2:network_tool
item=thaumicaugmentation:impetus_linker
item=storagedrawers:drawer_key
item=storagedrawers:shroud_key
item=storagedrawers:personal_key
item=storagedrawers:quantify_key
item=thaumcraft:resonator
item=contenttweaker:multiblock_sticc
> >
# List of mod aliases used for Omniwand transforming. # List of mod aliases used for Omniwand transforming.
@@ -120,59 +142,6 @@ general {
rftools:smartwrench rftools:smartwrench
teslacorelib:wrench teslacorelib:wrench
thermalfoundation:wrench thermalfoundation:wrench
>
B:alternateAppearance=false
S:blacklistedMods <
intangible
immersiveengineering
tconstruct
>
B:crouchRevert=false
B:enableTransforms=true
S:modAliases <
ae2stuff=appliedenergistics2
threng=appliedenergistics2
animus=bloodmagic
bloodarsenal=bloodmagic
nautralpledge=botania
immersivetech=immersiveengineering
immersivepetrolium=immersiveengineering
industrialforegoing=teslacorelib
redstonearsenal=thermalfoundation
thermalcultivation=thermalfoundation
thermaldynamics=thermalfoundation
thermalexpansion=thermalfoundation
rftoolsdim=rftools
rftoolspower=rftools
rftoolscontrol=rftools
integrateddynamics=integratedtunnels
mekanismgenerators=mekanism
mekanismtools=mekanism
deepresonance=rftools
xnet=rftools
buildcrafttransport=buildcraft
buildcraftfactory=buildcraft
buildcraftsilicon=buildcraft
>
B:offhandTransformOnly=false
B:restrictTooltip=true
S:transformItems <
appliedenergistics2:certus_quartz_wrench
appliedenergistics2:nether_quartz_wrench
appliedenergistics2:network_tool
astralsorcery:itemwand
botania:twigwand
draconicevolution:crystal_binder
embers:tinker_hammer
enderio:item_yeta_wrench
immersiveengineering:tool:0
mekanism:configurator
rftools:smartwrench
teslacorelib:wrench
thermalfoundation:wrench
>
S:whitelistedItems <
immersiveengineering:tool:1 immersiveengineering:tool:1
immersiveengineering:tool:2 immersiveengineering:tool:2
thaumicaugmentation:gauntlet:0 thaumicaugmentation:gauntlet:0
@@ -196,20 +165,6 @@ general {
thaumcraft:resonator thaumcraft:resonator
contenttweaker:multiblock_sticc contenttweaker:multiblock_sticc
> >
S:whitelistedNames <
configurator
crowbar
hammer
rod
rotator
screwdriver
wand
wrench
gauntlet
assembler
connector
gadget
>
} }
+7
View File
@@ -1,7 +1,14 @@
# Configuration file # Configuration file
general { 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 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
} }
@@ -3572,6 +3572,12 @@ entity_list {
# Allows the gathering and spawning of thermalfoundation.blizz [default: true] # Allows the gathering and spawning of thermalfoundation.blizz [default: true]
B:"thermalfoundation:blizz"=true B:"thermalfoundation:blizz"=true
# Allows the gathering and spawning of tombstone.grave_guardian [default: true]
B:"tombstone:grave_guardian"=true
# Allows the gathering and spawning of tombstone.spectral_wolf [default: true]
B:"tombstone:spectral_wolf"=true
# Allows the gathering and spawning of twilightforest.adherent [default: true] # Allows the gathering and spawning of twilightforest.adherent [default: true]
B:"twilightforest:adherent"=true B:"twilightforest:adherent"=true
+2 -2
View File
@@ -1,5 +1,5 @@
#Splash screen properties #Splash screen properties
#Sat Apr 26 10:11:47 PDT 2025 #Tue May 13 11:02:46 PDT 2025
background=0xBFBFBF background=0xBFBFBF
memoryGood=0x00091A memoryGood=0x00091A
font=0x960826 font=0x960826
@@ -9,8 +9,8 @@ memoryLow=0x00091A
rotate=false rotate=false
memoryWarn=0x00091A memoryWarn=0x00091A
showMemory=true showMemory=true
bar=0x00091A
enabled=true enabled=true
bar=0x00091A
resourcePackPath=resources resourcePackPath=resources
logoOffset=0 logoOffset=0
forgeTexture=fml\:textures/gui/forge.png forgeTexture=fml\:textures/gui/forge.png
-7
View File
@@ -1,7 +0,0 @@
{
"times": [
536139,
527243,
567306
]
}
+12
View File
@@ -276,6 +276,7 @@ general {
# (Client/Server Performance | Experimental) Asynchronous loading of ItemStack's Capability to improve performance. # (Client/Server Performance | Experimental) Asynchronous loading of ItemStack's Capability to improve performance.
# Conflict with CensoredASM's `delayItemStackCapabilityInit` option. # Conflict with CensoredASM's `delayItemStackCapabilityInit` option.
# Deprecated: unstable, use at your own risk.
B:AsyncItemStackCapabilityInit=true B:AsyncItemStackCapabilityInit=true
# (Client Performance | Experimental) Deduplicate vertexData array to optimise memory usage. # (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. # (Server Performance) Improving BlockStateContainer$BlockStateImplementation#hashCode Performance with hashCode cache.
B:BlockStateImplementationHashCodeCache=true 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. # (Server Performance) Modified the data structure of capturedBlockSnapshots to a LinkedList to help improve insertion and deletion performance.
B:CapturedBlockSnapshotsImprovements=false B:CapturedBlockSnapshotsImprovements=false
@@ -310,6 +314,9 @@ general {
# (Server Performance) Improving EntityTracker Performance with Improved Data Structures. # (Server Performance) Improving EntityTracker Performance with Improved Data Structures.
B:EntityTrackerImprovements=true 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. # (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. # 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. # May perform strangely with some HUD Mods.
@@ -825,6 +832,11 @@ general {
B:RouterECOModeByDefault=true B:RouterECOModeByDefault=true
} }
draconicevolution {
# This option modifies the way Chaos Islands are generated
B:ChaosIslandChunks=true
}
} }
} }
Binary file not shown.
+64 -48
View File
@@ -54,6 +54,9 @@ alignment {
########################################################################################################## ##########################################################################################################
allowedmagicitems { allowedmagicitems {
# Bag Of Seeds
B:allowBagOfSeeds=true
# Book of Disenchantment # Book of Disenchantment
B:allowBookOfDisenchantment=true B:allowBookOfDisenchantment=true
@@ -63,15 +66,23 @@ allowedmagicitems {
# Book of Repairing # Book of Repairing
B:allowBookOfRepairing=true B:allowBookOfRepairing=true
# Book of Scribe
B:allowBookOfScribe=true
# Dust of Vanishing # Dust of Vanishing
B:allowDustOfVanishing=true B:allowDustOfVanishing=true
# Familiar Receptacle
B:allowFamiliarReceptacle=true B:allowFamiliarReceptacle=true
# Magic Scroll
B:allowFamiliarStone=true B:allowFamiliarStone=true
# Gemstone of Familiar
B:allowGemstoneOfFamiliar=true
# Gemstone of Guardian
B:allowGemstoneOfGuardian=true
# Gemstone of Prayer
B:allowGemstoneOfPrayer=true
# Grave's Key # Grave's Key
B:allowGraveKey=true B:allowGraveKey=true
@@ -80,10 +91,11 @@ allowedmagicitems {
# Magic Scroll # Magic Scroll
B:allowMagicScroll=true B:allowMagicScroll=true
# Magic Scroll
B:allowMerchantStone=true B:allowMerchantStone=true
# Receptacle of Familiar
B:allowReceptacleOfFamiliar=true
# Scroll of Aquatic Life # Scroll of Aquatic Life
B:allowScrollOfAquaticLife=true B:allowScrollOfAquaticLife=true
@@ -124,6 +136,9 @@ allowedmagicitems {
# Tablet of Cupidity # Tablet of Cupidity
B:allowTabletOfCupidity=true B:allowTabletOfCupidity=true
# Tablet of Guard
B:allowTabletOfGuard=true
# Tablet of Home # Tablet of Home
B:allowTabletOfHome=true B:allowTabletOfHome=true
@@ -155,8 +170,6 @@ client {
# Shows only the elapsed minecraft days since the death on graves # Shows only the elapsed minecraft days since the death on graves
B:dateInMCTime=false B:dateInMCTime=false
# Denies to create a grave with your items when you die
B:denyGraveOnDeath=false B:denyGraveOnDeath=false
# Display or not the messages of gain of points in knowledge of death # Display or not the messages of gain of points in knowledge of death
@@ -168,6 +181,9 @@ client {
# Equips elytra in priority when recovering your lost items # Equips elytra in priority when recovering your lost items
B:equipElytraInPriority=false B:equipElytraInPriority=false
# Equips shield in priority when recovering your lost items
B:equipShieldInPriority=false
# Favorite grave # Favorite grave
# Valid values: # Valid values:
# GRAVE_SIMPLE # GRAVE_SIMPLE
@@ -208,13 +224,8 @@ client {
# DEFAULT # DEFAULT
# FORCE_NORMAL # FORCE_NORMAL
# FORCE_HALLOWEEN # FORCE_HALLOWEEN
# FORCE_CHRISTMAS
S:graveSkinRule=DEFAULT S:graveSkinRule=DEFAULT
# Defines your grave placement logic (nearest or ideal placement)
# Valid values:
# SAFEST
# NORMAL
# NEAREST
S:graveSpawnRule=NORMAL S:graveSpawnRule=NORMAL
# Highlights the tomb from far when holding the key # Highlights the tomb from far when holding the key
@@ -236,6 +247,9 @@ client {
# Favor the tools on the hotbar when recovering a grave # Favor the tools on the hotbar when recovering a grave
B:priorizeToolOnHotbar=false B:priorizeToolOnHotbar=false
# Sorts the inventory by filling the last slots first
B:reverseInventorySorting=false
# Shows all the infos in the tooltip of items # Shows all the infos in the tooltip of items
B:showEnhancedTooltips=true B:showEnhancedTooltips=true
@@ -343,7 +357,7 @@ decorativegrave {
# Max: 1000 # Max: 1000
I:chanceSoul=100 I:chanceSoul=100
# The cooldown in minutes to reset the perks with the Ankh of Pray # The cooldown in minutes to reset the perks with the Ankh of Prayer
# Min: 20 # Min: 20
# Max: 1440 # Max: 1440
I:cooldownResetperk=20 I:cooldownResetperk=20
@@ -418,6 +432,9 @@ enchantments {
# Enables the enchantment Soulbound # Enables the enchantment Soulbound
B:enableEnchantmentSoulbound=true B:enableEnchantmentSoulbound=true
# Enables the enchantment Spectral Conjurer
B:enableEnchantmentSpectralConjurer=true
# Allows Magic Siphon at enchanting table # Allows Magic Siphon at enchanting table
B:magicSiphonEnchantingTable=true B:magicSiphonEnchantingTable=true
@@ -428,13 +445,28 @@ enchantments {
# DISALLOW # DISALLOW
S:"magicSiphonOnPlayerRule "=ALLOW S:"magicSiphonOnPlayerRule "=ALLOW
# Maximum cooldown in seconds to have a chance to spawn a Spectral Wolf
# Min: 120
# Max: 600
I:maxCooldownSpectralConjurer=240
# Maximum duration of stolen effects in minutes # Maximum duration of stolen effects in minutes
# Min: 1 # Min: 1
# Max: 2147483647 # Max: 2147483647
I:maxDurationMagicSiphon=1440 I:maxDurationMagicSiphon=1440
# Maximum duration of conjured Spectral Wolf
# Min: 10
# Max: 300
I:maxDurationSpectralConjurer=60
I:maxLevelMagicSiphon=5 I:maxLevelMagicSiphon=5
I:maxLevelPlagueBringer=3 I:maxLevelPlagueBringer=3
# Minimum cooldown in seconds to have a chance to spawn a Spectral Wolf
# Min: 20
# Max: 90
I:minCooldownSpectralConjurer=60
# The wearer is also affected by the effect if his alignment is not bad # The wearer is also affected by the effect if his alignment is not bad
B:nerfPlagueBringer=true B:nerfPlagueBringer=true
B:nerfShadowStep=false B:nerfShadowStep=false
@@ -454,6 +486,9 @@ enchantments {
# Allows Soulbound at enchanting table # Allows Soulbound at enchanting table
B:soulboundEnchantingTable=true B:soulboundEnchantingTable=true
# Allows Spectral Conjurer at enchanting table
B:spectralConjurerEnchantingTable=true
} }
@@ -464,7 +499,6 @@ enchantments {
########################################################################################################## ##########################################################################################################
general { general {
# Allows players to be hurt by special damages related to some items
B:allowBeyondTheGraveDamage=true B:allowBeyondTheGraveDamage=true
B:autoEquipOnDeathRespawn=true B:autoEquipOnDeathRespawn=true
@@ -491,6 +525,11 @@ general {
I:"cooldownTeleportDeath "=-1 I:"cooldownTeleportDeath "=-1
I:cooldownTombRaiding=60 I:cooldownTombRaiding=60
I:decayTime=-1 I:decayTime=-1
# Rarity for Easter Eggs to spawn during Easter
# Min: 1000
# Max: 100000
I:easterEggSpawnRarity=5000
I:familiarReceptacleRequiredLevel=10 I:familiarReceptacleRequiredLevel=10
# The duration of the Ghostly Shape effect in seconds # The duration of the Ghostly Shape effect in seconds
@@ -533,7 +572,7 @@ general {
# Allows teleportation to other dimensions # Allows teleportation to other dimensions
B:teleportDim=true B:teleportDim=true
# Beneficial effects that can't used by certain features such as ankh of pray, lollipop, scroll of preservation, alchemy perk and magic siphon enchantment # Beneficial effects that can't used by certain features such as ankh of prayer, lollipop, scroll of preservation, alchemy perk and magic siphon enchantment
S:unhandledBeneficialEffects < S:unhandledBeneficialEffects <
tombstone:ghostly_shape tombstone:ghostly_shape
tombstone:preservation tombstone:preservation
@@ -572,38 +611,19 @@ general {
loot { loot {
I:chanceDecorativeGraveOnBoss=50 I:chanceDecorativeGraveOnBoss=50
# Chance on 1000 to receive a familiar receptacle on undead boss
# Min: 0
# Max: 1000
I:chanceFamiliarReceptacleOnBoss=100 I:chanceFamiliarReceptacleOnBoss=100
# Chance on 1000 for undead mobs to drop Grave's Dust
# Min: 0
# Max: 1000
I:chanceGraveDust=100 I:chanceGraveDust=100
# Chance to loot a Lost Tablet by fishing
# Min: 0
# Max: 1000
I:chanceLootLostTablet=100 I:chanceLootLostTablet=100
I:chanceRandomPoppetOnBoss=100 I:chanceRandomPoppetOnBoss=100
# Chance on 1000 to receive a random scroll on undead boss
# Min: 0
# Max: 1000
I:chanceRandomScrollOnBoss=100 I:chanceRandomScrollOnBoss=100
# Chance on 1000 to receive a Soul Receptacle on undead boss
# Min: 0
# Max: 1000
I:chanceSoulReceptacleOnBoss=50 I:chanceSoulReceptacleOnBoss=50
# Chance on 1000 to receive a voodoo poppet on undead boss
# Min: 0
# Max: 1000
I:chanceVoodooPoppetOnBoss=100 I:chanceVoodooPoppetOnBoss=100
B:dropOnlyOnPlayerKill=true B:dropOnlyOnPlayerKill=true
# Maximum xp rewarded with a Lost Page of Erdös
# Min: 100
# Max: 200000
I:maxXpLostPage=2000
S:treasureLootTable < S:treasureLootTable <
minecraft:chests/end_city_treasure minecraft:chests/end_city_treasure
minecraft:chests/abandoned_mineshaft minecraft:chests/abandoned_mineshaft
@@ -653,14 +673,8 @@ player_death {
# Max: 2147483647 # Max: 2147483647
I:decayTime=-1 I:decayTime=-1
B:gravesByPassGriefingRules=true B:gravesByPassGriefingRules=true
# Whether to handle player death
B:handlePlayerDeath=true B:handlePlayerDeath=true
B:handlePlayerXp=true B:handlePlayerXp=true
# Knowledge of Death loss why dying
# Min: 0
# Max: 500
I:knowledgeLoss=0 I:knowledgeLoss=0
# Whether to log the positions of players' graves # Whether to log the positions of players' graves
@@ -684,7 +698,9 @@ player_death {
# Caps the duration of Ghostly Shape effect to 10 seconds when teleporting with a Grave's Key # Caps the duration of Ghostly Shape effect to 10 seconds when teleporting with a Grave's Key
B:nerfGhostlyShapeTeleportWithKey=true B:nerfGhostlyShapeTeleportWithKey=true
# Coordinates where graves shouldn't spawn # Dimensions where graves shouldn't spawn
I:noGraveDimension <
>
S:noGraveLocation < S:noGraveLocation <
0, 0, 0, -10000, 20 0, 0, 0, -10000, 20
> >
+351 -348
View File
@@ -1,350 +1,353 @@
<ul> <ul>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fugue">Fugue (by kappa_maintainer)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/fugue">Fugue (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/contenttweaker">ContentTweaker (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/contenttweaker">ContentTweaker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ichunutil">iChunUtil (by iChun)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ichunutil">iChunUtil (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/applecore">AppleCore (by squeek502)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/applecore">AppleCore (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-derivative">Integrated Derivative (by Wizzerinus)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-derivative">Integrated Derivative (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/uber-conduit-probe">Uber Conduit Probe (by thanksihadtosignupforthis)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/uber-conduit-probe">Uber Conduit Probe (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-drawers">Storage Drawers (by Texelsaur)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-drawers">Storage Drawers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mmmmmmmmmmmm">MmmMmmMmmMmm (Target Dummy) (by MehVahdJukaar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mmmmmmmmmmmm">MmmMmmMmmMmm (Target Dummy) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unidict">UniDict (by WanionCane)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/unidict">UniDict (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/iron-chests">Iron Chests (by ProgWML6)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/iron-chests">Iron Chests (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework">AE2 Fluid Crafting Rework (by GlodBlock)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-crafting-rework">AE2 Fluid Crafting Rework (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/techreborn">Tech Reborn (by modmuss50)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/techreborn">Tech Reborn (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-engineering">Immersive Engineering (by BluSunrize)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-engineering">Immersive Engineering (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-petroleum">Just Enough Petroleum (by BordListian)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-petroleum">Just Enough Petroleum (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-jei">Thaumic JEI (by Buuz135)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-jei">Thaumic JEI (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life">AE2 Unofficial Extended Life (by notmywing)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life">AE2 Unofficial Extended Life (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/entity-culling">Entity Culling (by meldexun)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/entity-culling">Entity Culling (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/more-overlays">More Overlays (by feldim245)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/more-overlays">More Overlays (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/openblocks">OpenBlocks (by OpenMods)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/openblocks">OpenBlocks (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinker-i-o">Tinker I/O (by GKBm2011)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tinker-i-o">Tinker I/O (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-innovation">Thermal Innovation (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-innovation">Thermal Innovation (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/binnies-mods-patched">Binnie's Mods Patched (by ACGaming)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/binnies-mods-patched">Binnie's Mods Patched (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/baubley-heart-canisters">Baubley Heart Canisters (by traverse_joe)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/baubley-heart-canisters">Baubley Heart Canisters (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/restrict-player-interfaces">Restrict Player Interfaces (by shardion)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/restrict-player-interfaces">Restrict Player Interfaces (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ctm">ConnectedTexturesMod (by tterrag1098)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ctm">ConnectedTexturesMod (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedauto">PackagedAuto (by TheLMiffy1111)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry-2">Advanced Rocketry - Reworked (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/randomtweaker">RandomTweaker (by ikexing)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedauto">PackagedAuto (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/random-things">Random Things (by Lumien231)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/randomtweaker">RandomTweaker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation">Thermal Cultivation (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/random-things">Random Things (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cb-multipart">CB Multipart (by covers1624)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-cultivation">Thermal Cultivation (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/demagnetize">Demagnetize (by comp500)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cb-multipart">CB Multipart (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-utilities">JEI Utilities (by vfyjxf_)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/demagnetize">Demagnetize (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-jei">Tinker's JEI (by possible_triangle)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-utilities">JEI Utilities (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/arlib">ARLib (by MarvinEckhardt)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-jei">Tinker's JEI (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/together-forever">Together Forever (by Buuz135)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/arlib">ARLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/hammer-lib">HammerLib (by Zeith)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/together-forever">Together Forever (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unlimited-chisel-works">Unlimited Chisel Works (by asiekierka)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/hammer-lib">HammerLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8">CodeChicken Lib 1.8.+ (by covers1624)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/unlimited-chisel-works">Unlimited Chisel Works (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-stages">Item Stages (by DarkhaxDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/codechicken-lib-1-8">CodeChicken Lib 1.8.+ (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modularmachinery-community-edition">Modular Machinery: Community Edition (by Kasumi_Nova)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/item-stages">Item Stages (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/valkyrielib">ValkyrieLib (by ValkyrieofNight)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/modularmachinery-community-edition">Modular Machinery: Community Edition (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crimson-warfare">Crimson Warfare (by Tage)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/valkyrielib">ValkyrieLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-core">BuildCraft|Core (by Covert_Jaguar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/crimson-warfare">Crimson Warfare (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/emcgadgets">EMC Gadgets (by Kamesuta)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-core">BuildCraft|Core (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-petroleum">Immersive Petroleum (by Flaxbeard)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/emcgadgets">EMC Gadgets (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chickens">Chickens (by setycz)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/immersive-petroleum">Immersive Petroleum (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry">Electroblob's Wizardry (by Electroblob)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/chickens">Chickens (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/champions">Champions (by TheIllusiveC4)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry">Electroblob's Wizardry (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/compact-machines">Compact Machines (by davenonymous)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/champions">Champions (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xu2-patcher">XU2-Patcher (by Kanzaji)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/compact-machines">Compact Machines (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tiny-mob-farm">Tiny Mob Farm (by davidmaamoaix)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/xu2-patcher">XU2-Patcher (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/super-sound-muffler-revived">Super Sound Muffler: Revived (by Firstnecron)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tiny-mob-farm">Tiny Mob Farm (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/expanded-equivalence">Expanded Equivalence (by Zeith)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/super-sound-muffler-revived">Super Sound Muffler: Revived (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-expansion">Project Red - Expansion (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/expanded-equivalence">Expanded Equivalence (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/draconic-alchemy">Draconic Alchemy (by yodamax)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-expansion">Project Red - Expansion (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-core">CoFH Core (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/draconic-alchemy">Draconic Alchemy (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xnet">XNet (by McJty)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-core">CoFH Core (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mod-name-tooltip">Mod Name Tooltip (by mezz)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/xnet">XNet (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod">NuclearCraft (by tomdodd4598)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mod-name-tooltip">Mod Name Tooltip (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks">Inventory Tweaks [1.12 only] (by JimeoWan)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/nuclearcraft-mod">NuclearCraft (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest">The Twilight Forest (by Benimatic)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/inventory-tweaks">Inventory Tweaks [1.12 only] (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-filters">Item Filters (by LatvianModder)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest">The Twilight Forest (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/holoinventory">HoloInventory (by Dries007)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/item-filters">Item Filters (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torchmaster">Torchmaster (by xalcon)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/holoinventory">HoloInventory (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/libnine">LibNine (by phantamanta44)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/torchmaster">Torchmaster (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/guide-api">Guide-API (by TehNut)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/libnine">LibNine (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-stuff">AE2 Stuff (by bdew)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/guide-api">Guide-API (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extended-crafting-nomifactory-edition">Extended Crafting: Nomifactory Edition (by Exa4096)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-stuff">AE2 Stuff (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/corail-tombstone">Corail Tombstone (by Corail_31)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extended-crafting-nomifactory-edition">Extended Crafting: Nomifactory Edition (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/initial-inventory">Initial Inventory (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/corail-tombstone">Corail Tombstone (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisiscore">MalisisCore (by Ordinastie)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/initial-inventory">Initial Inventory (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/had-enough-items">Had Enough Items (by CleanroomMC)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/malisiscore">MalisisCore (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bookshelf">Bookshelf (by DarkhaxDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/had-enough-items">Had Enough Items (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/avaritia-item">Avaritia Item (by i_xiaotian)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/bookshelf">Bookshelf (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/arcane-essentials">Arcane Essentials (Electroblob's Wizardry) (by FavouriteDragon)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/avaritia-item">Avaritia Item (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture-tiered-crystals">Mystical Agriculture Tiered Crystals (by Electrolyte)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/arcane-essentials">Arcane Essentials (Electroblob's Wizardry) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/atomicstrykers-battle-towers">AtomicStryker's Battle Towers (by atomicstrykergrumpy)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture-tiered-crystals">Mystical Agriculture Tiered Crystals (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-biome-blend">Better Biome Blend (by FionaTheMortal)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/atomicstrykers-battle-towers">AtomicStryker's Battle Towers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zerocore">ZeroCore 2 (by ZeroNoRyouki)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/better-biome-blend">Better Biome Blend (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-world">CoFH World (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/zerocore">ZeroCore 2 (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/recipe-stages">Recipe Stages (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cofh-world">CoFH World (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/magic-bees">Magic Bees (by MysteriousAges)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/recipe-stages">Recipe Stages (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation">Thaumic Augmentation (by TheCodex6824)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/magic-bees">Magic Bees (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/config-checker">Modpack Configuration Checker (by matt1235r)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-augmentation">Thaumic Augmentation (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-villagers">JEI Villagers (by Buuz135)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/config-checker">Modpack Configuration Checker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty">Biomes O' Plenty (by Forstride)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-villagers">JEI Villagers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/career-bees">Career Bees (by RWTema)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty">Biomes O' Plenty (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/stellarcore">StellarCore (by Kasumi_Nova)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/career-bees">Career Bees (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixin-booter">MixinBooter (by CleanroomMC)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/stellarcore">StellarCore (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/natures-compass">Nature's Compass (by Chaosyr)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mixin-booter">MixinBooter (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/architecturecraft-tridev">ArchitectureCraft - TridentMC Version (by darkevilmac)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/natures-compass">Nature's Compass (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/agricraft">AgriCraft (by InfinityRaider)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extreme-sound-muffler-legacy">Extreme Sound Muffler: Legacy (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/botania">Botania (by Vazkii)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/architecturecraft-tridev">ArchitectureCraft - TridentMC Version (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cyclops-core">Cyclops Core (by kroeser)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/agricraft">AgriCraft (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks-unofficial">Mouse Tweaks Unofficial (by CleanroomMC)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/botania">Botania (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-storage">Dank Storage (by tfarecnim)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cyclops-core">Cyclops Core (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fishs-undead-rising">Fish's Undead Rising (by fish0016054)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks-unofficial">Mouse Tweaks Unofficial (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/woot">Woot (by Ipsis)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-storage">Dank Storage (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/draconic-evolution">Draconic Evolution (by brandon3055)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/fishs-undead-rising">Fish's Undead Rising (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/journeymap">JourneyMap (by techbrew)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/woot">Woot (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/patchouli">Patchouli (by Vazkii)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/draconic-evolution">Draconic Evolution (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/endercore">EnderCore (by tterrag1098)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/journeymap">JourneyMap (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/angry-pixel-the-betweenlands-mod">[ANGRY PIXEL] The Betweenlands (by MrCompost)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/patchouli">Patchouli (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-fabrication">Project Red - Fabrication (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/endercore">EnderCore (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/moar-tinkers">Moar Tinkers (by AshuraNoYami)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/angry-pixel-the-betweenlands-mod">[ANGRY PIXEL] The Betweenlands (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-utilities-forge">FTB Utilities (Forge) (by FTB)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-fabrication">Project Red - Fabrication (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/naughthirium">Naughthirium (by Rongmario)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/moar-tinkers">Moar Tinkers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterer-p2p">Betterer P2P (by dyedquartz)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-utilities-forge">FTB Utilities (Forge) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aqua-acrobatics">Aqua Acrobatics [Forge] (by embeddedt)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/naughthirium">Naughthirium (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/infinitylib">InfinityLib (by InfinityRaider)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/betterer-p2p">Betterer P2P (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/plethora-peripherals">Plethora Peripherals (by SquidDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/aqua-acrobatics">Aqua Acrobatics [Forge] (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dimensionaldoors">DimensionalDoors (by DimensionalDevelopment)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/infinitylib">InfinityLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wanionlib">WanionLib (by WanionCane)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/plethora-peripherals">Plethora Peripherals (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reach-fix">Reach Fix (by meldexun)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/dimensionaldoors">DimensionalDoors (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dimension-stages">Dimension Stages (by DarkhaxDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/wanionlib">WanionLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-favorites">Item Favorites (by MrUnknown404)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/reach-fix">Reach Fix (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-wither-no-cookie-reloaded">Bad Wither No Cookie - Reloaded (by Kreezxil)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/dimension-stages">Dimension Stages (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/red-core">Red Core (by Desoroxxx)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/item-favorites">Item Favorites (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torcherino-community-edition">Torcherino Community Edition (by artiks54)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-wither-no-cookie-reloaded">Bad Wither No Cookie - Reloaded (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/hatchery">Hatchery (by GenDeathrow)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/red-core">Red Core (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-energistics-extended-life">Thaumic Energistics Extended Life (by Delfayne)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/torcherino-community-edition">Torcherino Community Edition (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-population-control">Mob Population Control (by MacTso)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/hatchery">Hatchery (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tweaked-lib">Tweaked Lib (by Srki_2k)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-energistics-extended-life">Thaumic Energistics Extended Life (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sound-reloader">Sound Reloader (by TheWhoAreYouPerson)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-population-control">Mob Population Control (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ice-and-fire-rotn-edition">Ice and Fire: RotN Edition (by asterixxxxxxxxxxxxxx)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/natura">Natura (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-rf">BuildCraft RF: ReFluxified (by JackRaidenPH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tweaked-lib">Tweaked Lib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-null">/dank/null (by TheRealp455w0rd)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/sound-reloader">Sound Reloader (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/scaffolding-backported">Scaffolding Backported (by ostoboru)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ice-and-fire-rotn-edition">Ice and Fire: RotN Edition (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/renderlib">RenderLib (by meldexun)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-rf">BuildCraft RF: ReFluxified (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/astral-sorcery">Astral Sorcery (by HellFirePvP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/dank-null">/dank/null (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10">Avaritia 1.1x (by covers1624)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/scaffolding-backported">Scaffolding Backported (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dme">Deep Mob Evolution (by Pansmith)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/renderlib">RenderLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io-endergy">Ender IO Endergy (by tterrag1098)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/astral-sorcery">Astral Sorcery (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/btfixes">Battle Towers Fixes (by ACGaming)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/avaritia-1-10">Avaritia 1.1x (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/projecteteams">ProjectETeams (by kurrycat)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/dme">Deep Mob Evolution (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-silicon">BuildCraft|Silicon (by Covert_Jaguar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io-endergy">Ender IO Endergy (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-spells-electroblobs-wizardry">Extra Spells (Electroblob's Wizardry) (by meldexun)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/btfixes">Battle Towers Fixes (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/framed-compacting-drawers">Framed Compacting Drawers (by Eutro)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/projecteteams">ProjectETeams (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/flux-networks">Flux Networks (by sonar_sonic)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-silicon">BuildCraft|Silicon (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-main-menu">Custom Main Menu (by Lumien231)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-spells-electroblobs-wizardry">Extra Spells (Electroblob's Wizardry) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/legendary-tooltips">Legendary Tooltips [Neo/Forge] (by Grend_G)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/framed-compacting-drawers">Framed Compacting Drawers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-cells-2-samlam140330s-fork">ExtraCells2 - SamLam140330's Fork (by SamLam140330)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/flux-networks">Flux Networks (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chisel">Chisel (by tterrag1098)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-main-menu">Custom Main Menu (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-library-legacy-forge">FTB Library (Forge) (Legacy) (by FTB)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/legendary-tooltips">Legendary Tooltips [Neo/Forge] (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/particle-culling">Particle Culling (by bl4ckscor3)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-cells-2-samlam140330s-fork">ExtraCells2 - SamLam140330's Fork (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bewitchment-legacy">Bewitchment (Legacy) (by sunconure11)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/chisel">Chisel (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/in-control">In Control! (by McJty)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ftb-library-legacy-forge">FTB Library (Forge) (Legacy) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/default-options">Default Options (by BlayTheNinth)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/particle-culling">Particle Culling (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extended-crafting-terminals-for-applied">Extended Crafting Terminals for Applied Energistics 2 (by 0xC4DE)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/bewitchment-legacy">Bewitchment (Legacy) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mcjtylib">McJtyLib (by McJty)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/in-control">In Control! (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/building-gadgets">Building Gadgets (by Direwolf20)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/default-options">Default Options (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-exploration">Project Red - Exploration (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extended-crafting-terminals-for-applied">Extended Crafting Terminals for Applied Energistics 2 (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-mobs">Bad Mobs (by DarkhaxDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mcjtylib">McJtyLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-utilities">Ender Utilities (by masady)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/building-gadgets">Building Gadgets (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library">p455w0rd's Library (by TheRealp455w0rd)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-exploration">Project Red - Exploration (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-utilities">Extra Utilities (by RWTema)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/bad-mobs">Bad Mobs (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-bees">JEI Bees (by bdew)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-utilities">Ender Utilities (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/enchantments-control">Enchantments Control (by austeretony)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/p455w0rds-library">p455w0rd's Library (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/common-capabilities">Common Capabilities (by kroeser)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extra-utilities">Extra Utilities (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/railcraft">Railcraft (by Covert_Jaguar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-bees">JEI Bees (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools">RFTools (by McJty)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/enchantments-control">Enchantments Control (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer">Just Enough Resources (JER) (by way2muchnoise)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/common-capabilities">Common Capabilities (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/scannable">Scannable (by Sangar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/railcraft">Railcraft (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/more-sound-config">Sound Device Options (by ichttt)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools">RFTools (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agradditions">Mystical Agradditions (by BlakeBr0)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-resources-jer">Just Enough Resources (JER) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/glassential">Glassential (by Lykrast)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/scannable">Scannable (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/placebo">Placebo (by Shadows_of_Fire)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/more-sound-config">Sound Device Options (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modtweaker">ModTweaker (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agradditions">Mystical Agradditions (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aromabackup">AromaBackup (by Aroma1997)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/glassential">Glassential (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/deep-blood-evolution">Deep Blood Evolution (by GlodBlock)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/placebo">Placebo (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nbt-peripheral">NBT Peripheral (by MakerTim)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/modtweaker">ModTweaker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/forestry">Forestry (by mezz)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/aromabackup">AromaBackup (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer-unofficial">Thaumic Tinkerer Unofficial (by keletu66666)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/deep-blood-evolution">Deep Blood Evolution (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/llibrary">LLibrary (by MCModDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/nbt-peripheral">NBT Peripheral (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crafttweaker-integration">CraftTweaker Integration (by TCreopargh)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/forestry">Forestry (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rather-enough-immersive-multiblocks">Rather Enough Immersive Multiblocks (by BananaFructa)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/omniwand">Omniwand (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry-jei-addon">Gendustry JEI Addon (by ninjabrain1)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-tinkerer-unofficial">Thaumic Tinkerer Unofficial (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tesslocator">Tesslocator (by LatvianModder)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/llibrary">LLibrary (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/game-stages">Game Stages (by DarkhaxDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/crafttweaker-integration">CraftTweaker Integration (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loottabletweaker">LootTableTweaker (by DarkhaxDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/rather-enough-immersive-multiblocks">Rather Enough Immersive Multiblocks (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tesla-core-lib">Tesla Core Lib (by face_of_cat)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry-jei-addon">Gendustry JEI Addon (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/vintagefix">VintageFix (by embeddedt)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tesslocator">Tesslocator (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-arsenal">Blood Arsenal (by Arcaratus)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/game-stages">Game Stages (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extrabotany">ExtraBotany (by ExtraMeteorP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/loottabletweaker">LootTableTweaker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/spark">spark (by Iucko)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tesla-core-lib">Tesla Core Lib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-arsenal">Redstone Arsenal (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/vintagefix">VintageFix (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-foundation">Thermal Foundation (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-arsenal">Blood Arsenal (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io">Ender IO (by crazypants_mc_the_second)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extrabotany">ExtraBotany (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/findme">FindMe (by Buuz135)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/spark">spark (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/akashic-tome">Akashic Tome (by Vazkii)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-arsenal">Redstone Arsenal (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-calculation">Just Enough Calculation (by towdium)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-foundation">Thermal Foundation (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/baubles">Baubles (by Azanor13)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-io">Ender IO (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-nbt">Integrated NBT (by scleox)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/findme">FindMe (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-integration">JEI Integration (by SnowShock35)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/akashic-tome">Akashic Tome (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft">AbyssalCraft (by Shinoow)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-calculation">Just Enough Calculation (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools-dimensions">RFTools Dimensions (by McJty)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/baubles">Baubles (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chameleon">Chameleon (by Texelsaur)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-nbt">Integrated NBT (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/item-blacklist">Item Blacklist (by DoubleDoorDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/jei-integration">JEI Integration (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/resource-loader">Resource Loader (by Lumien231)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft">AbyssalCraft (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zenkorium-creatures">Zenkorium Creatures (by enderiumsmith)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/rftools-dimensions">RFTools Dimensions (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bdlib">BdLib (by bdew)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/chameleon">Chameleon (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-stages">Mob Stages (by DarkhaxDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/item-blacklist">Item Blacklist (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/smooth-font">Smooth Font (by bre2el)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/resource-loader">Resource Loader (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisisblocks">MalisisBlocks (by Ordinastie)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/zenkorium-creatures">Zenkorium Creatures (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/megelium-blocks">Megelium Blocks (by matt1235r)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/bdlib">BdLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/base">B.A.S.E (by lanse505)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mob-stages">Mob Stages (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-construct">Tinkers Construct (by mDiyo)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/smooth-font">Smooth Font (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mowzies-mobs">Mowzie's Mobs (by bobmowzie)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/malisisblocks">MalisisBlocks (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/beebetteratbees">BeeBetterAtBees (by HellFirePvP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/megelium-blocks">Megelium Blocks (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedexcrafting">PackagedExCrafting (by TheLMiffy1111)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/base">B.A.S.E (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advanced-rocketry-2">Advanced Rocketry - Reworked (by MarvinEckhardt)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-construct">Tinkers Construct (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tipthescales">TipTheScales (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mowzies-mobs">Mowzie's Mobs (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders">Thaumic Wonders (by daedalus4096)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/beebetteratbees">BeeBetterAtBees (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedavaritia">PackagedAvaritia (by TheLMiffy1111)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedexcrafting">PackagedExCrafting (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bring-me-the-rings">Bring Me The Rings! (by zabi94)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tipthescales">TipTheScales (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aether">The Aether (by TheAetherTeam)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-wonders">Thaumic Wonders (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics">Thermal Dynamics (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/packagedavaritia">PackagedAvaritia (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/clear-water">Clear Water (by PricelessKoala)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/bring-me-the-rings">Bring Me The Rings! (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap">MixinBootstrap (by LX_Gaming)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/aether">The Aether (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/pillar-patched">Pillar Patched (by ACGaming)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-dynamics">Thermal Dynamics (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/startup-timer">Startup Timer (by embeddedt)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/clear-water">Clear Water (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/alfheim-lighting-engine">Alfheim Lighting Engine (by Desoroxxx)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mixinbootstrap">MixinBootstrap (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/capability-adapter">ME Capability Adapter (by rfctksSparkle)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/pillar-patched">Pillar Patched (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nothirium">Nothirium (by meldexun)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/startup-timer">Startup Timer (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mysticallib">MysticalLib (by Noobanidus)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/alfheim-lighting-engine">Alfheim Lighting Engine (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked">Cosmetic Armor Reworked (by LainMI)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/capability-adapter">ME Capability Adapter (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/broken-wings">Broken Wings (by quat)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/nothirium">Nothirium (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/controlling">Controlling (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mysticallib">MysticalLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tweaked-excavation">Tweaked Excavation (by Srki_2k)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked">Cosmetic Armor Reworked (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-fov">Custom FoV (Fabric/Forge/Quilt) (by TheIllusiveC4)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/broken-wings">Broken Wings (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/armoreablemobs">ArmoreableMobs (by Buuz135)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/controlling">Controlling (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mrtjpcore">MrTJPCore (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tweaked-excavation">Tweaked Excavation (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-compat">Project Red - Compat (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/custom-fov">Custom FoV (Fabric/Forge/Quilt) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mighty-ender-chicken">Mighty Ender Chicken (by iChun)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/armoreablemobs">ArmoreableMobs (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/noisethreader">NoiseThreader (by fonnymunkey)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mrtjpcore">MrTJPCore (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/railway-depot-worker">Railway Depot Worker (by tttusk)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-compat">Project Red - Compat (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/dynamistics">Dynamistics (by Eutro)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mighty-ender-chicken">Mighty Ender Chicken (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loot-capacitor-tooltips">Loot Capacitor Tooltips (by tfarecnim)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/noisethreader">NoiseThreader (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/nae2">Neeve's AE2: Extended Life Additions (by notmywing)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/railway-depot-worker">Railway Depot Worker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/multifarm-crops">Multifarm Crops (by mallrat208)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/dynamistics">Dynamistics (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reborn-core-fork-nbt-fix">Reborn Core (Fork NBT fix) (by crisCKY)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/loot-capacitor-tooltips">Loot Capacitor Tooltips (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/enchantment-library">Enchantment Library (by kurrycat)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/nae2">Neeve's AE2: Extended Life Additions (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft">Thaumcraft (by Azanor13)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/multifarm-crops">Multifarm Crops (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-additions">Actually Additions (by Ellpeck)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/reborn-core-fork-nbt-fix">Reborn Core (Fork NBT fix) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xp-orb-clump">Fixeroo (by MetallicaFan011)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/enchantment-library">Enchantment Library (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-illumination">Project Red - Illumination (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft">Thaumcraft (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8">Chicken Chunks 1.8.+ (by covers1624)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-additions">Actually Additions (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blockcraftery">Blockcraftery (by EpicSquid315)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/xp-orb-clump">Fixeroo (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-reactors">Just Enough Reactors (by BrainStone)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-illumination">Project Red - Illumination (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-additions">Thaumic Additions: Reconstructed (by Zeith)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/chicken-chunks-1-8">Chicken Chunks 1.8.+ (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cyclic">Cyclic (by Lothrazar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/blockcraftery">Blockcraftery (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gunpowderlib">GunpowderLib (by Jacky)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/just-enough-reactors">Just Enough Reactors (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-one-probe">The One Probe (by McJty)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumic-additions">Thaumic Additions: Reconstructed (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/variegated">Variegated (by Noobanidus)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cyclic">Cyclic (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/brandons-core">Brandon's Core (by brandon3055)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/gunpowderlib">GunpowderLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/autoreglib">AutoRegLib (by Vazkii)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/the-one-probe">The One Probe (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aerial-affinity">Aerial Affinity (by tfarecnim)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/variegated">Variegated (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/oc-xnet-driver">OC XNet Driver (by davenonymous)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/brandons-core">Brandon's Core (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-network-visualiser">AE2 Network Visualiser (by brandon3055)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/autoreglib">AutoRegLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-crafting-tree-legacy">AE2 Crafting Tree - Legacy (by Kasumi_Nova)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/aerial-affinity">Aerial Affinity (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/animus">Animus (by TeamDman)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/oc-xnet-driver">OC XNet Driver (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/aroma1997core">Aroma1997Core (by Aroma1997)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-network-visualiser">AE2 Network Visualiser (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/projectex">FTB ProjectEX (by FTB)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ae2-crafting-tree-legacy">AE2 Crafting Tree - Legacy (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cucumber">Cucumber Library (by BlakeBr0)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/animus">Animus (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-baubles">Actually Baubles (by Jacky)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/aroma1997core">Aroma1997Core (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/xtones">Xtones (by TehNut)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/projectex">FTB ProjectEX (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fluid-drawers">Fluid Drawers (by phantamanta44)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cucumber">Cucumber Library (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-tunnels">Integrated Tunnels (by kroeser)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/actually-baubles">Actually Baubles (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-routers">Modular Routers (by desht_08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/xtones">Xtones (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/configanytime">ConfigAnytime (by CleanroomMC)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/fluid-drawers">Fluid Drawers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/natura">Natura (by mDiyo)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-tunnels">Integrated Tunnels (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integration-foregoing">Integration Foregoing (by Jacky)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/modular-routers">Modular Routers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/projecte">ProjectE (by SinKillerJ)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/configanytime">ConfigAnytime (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-factory">BuildCraft|Factory (by Covert_Jaguar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/integration-foregoing">Integration Foregoing (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lazy-ae2">Lazy AE2 (by phantamanta44)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/projecte">ProjectE (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/soul-shards-respawn">Soul Shards Respawn (by TehNut)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/scalar-legacy">Scalar Legacy (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-lost-cities">The Lost Cities (by McJty)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-factory">BuildCraft|Factory (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture">Mystical Agriculture (by BlakeBr0)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/lazy-ae2">Lazy AE2 (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-transport">BuildCraft|Transport (by Covert_Jaguar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/soul-shards-respawn">Soul Shards Respawn (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/malisisdoors">MalisisDoors (by Ordinastie)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/the-lost-cities">The Lost Cities (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mantle">Mantle (by mDiyo)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mystical-agriculture">Mystical Agriculture (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crafting-tweaks-unofficial">Crafting Tweaks Unofficial (by CleanroomMC)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-transport">BuildCraft|Transport (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-tool-leveling">Tinkers' Tool Leveling (by bonusboni)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/malisisdoors">MalisisDoors (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/top-addons">TOP Addons (by DrManganese)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mantle">Mantle (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/loottweaker">LootTweaker (by Daomephsta)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/crafting-tweaks-unofficial">Crafting Tweaks Unofficial (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-expansion">Thermal Expansion (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/tinkers-tool-leveling">Tinkers' Tool Leveling (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/its-the-little-things">It's the little things (by Zlepper)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/top-addons">TOP Addons (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/official-divinerpg">DivineRPG (Official) (by Velocityraptor)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/loottweaker">LootTweaker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/spice-of-life-carrot-edition">Spice of Life: Carrot Edition (by lordcazsius)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thermal-expansion">Thermal Expansion (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-core">Project Red - Core (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/its-the-little-things">It's the little things (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/extreme-reactors">Extreme Reactors (by ZeroNoRyouki)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/official-divinerpg">DivineRPG (Official) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8">Ender Storage 1.8.+ (by covers1624)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/spice-of-life-carrot-edition">Spice of Life: Carrot Edition (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-integration">Project Red - Integration (by MrTJP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-core">Project Red - Core (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/endertweaker">Ender Tweaker (by Shadows_of_Fire)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/extreme-reactors">Extreme Reactors (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/industrial-foregoing">Industrial Foregoing (by Buuz135)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ender-storage-1-8">Ender Storage 1.8.+ (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/openmodslib">OpenModsLib (by OpenMods)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/project-red-integration">Project Red - Integration (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/environmental-tech">Environmental Tech (by ValkyrieofNight)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/endertweaker">Ender Tweaker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/sledgehammer">Sledgehammer (by LX_Gaming)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/industrial-foregoing">Industrial Foregoing (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/overloaded-armor-bar">Overloaded Armor Bar (by tfarecnim)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/openmodslib">OpenModsLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-redstone-cbe">Wireless Redstone CBE (by covers1624)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/environmental-tech">Environmental Tech (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reauth">ReAuth (by TechnicianLP)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/sledgehammer">Sledgehammer (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/persistency">Persistency (by Rongmario)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/overloaded-armor-bar">Overloaded Armor Bar (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry">Gendustry (by bdew)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/wireless-redstone-cbe">Wireless Redstone CBE (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics">Integrated Dynamics (by kroeser)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/reauth">ReAuth (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/serializationisbad">SerializationIsBad (by Dogboy21)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/persistency">Persistency (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reid">Roughly Enough IDs (by Lily)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/gendustry">Gendustry (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-magic">Blood Magic (by WayofTime)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/integrated-dynamics">Integrated Dynamics (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/the-erebus">The Erebus (by vadis365)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/serializationisbad">SerializationIsBad (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-energy">BuildCraft|Energy (by Covert_Jaguar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/reid">Roughly Enough IDs (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ai-reducer">AI Reducer (by Charles445)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-magic">Blood Magic (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft-integration">AbyssalCraft Integration (by Shinoow)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/the-erebus">The Erebus (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/new-tardis-mod">New TARDIS Mod (by lilithmotherofall)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-energy">BuildCraft|Energy (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/mtlib">MTLib (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ai-reducer">AI Reducer (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/reliquary-reincarnations">Reliquary Reincarnations (by P3pp3rF1y)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/abyssalcraft-integration">AbyssalCraft Integration (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-flux">Redstone Flux (by TeamCoFH)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/new-tardis-mod">New TARDIS Mod (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/advent-of-ascension-nevermine">Advent of Ascension (Nevermine) (by Scimiguy)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/mtlib">MTLib (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/roost">Roost (by timrwood)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/reliquary-reincarnations">Reliquary Reincarnations (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/appleskin">AppleSkin (by squeek502)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/redstone-flux">Redstone Flux (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-void-world">Simple Void World (by modmuss50)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/advent-of-ascension-nevermine">Advent of Ascension (Nevermine) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fps-reducer">FPS Reducer (by bre2el)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/roost">Roost (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/fermiumbooter">FermiumBooter (by fonnymunkey)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/appleskin">AppleSkin (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/plusticminusbad">xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk) (by TeamDman)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-void-world">Simple Void World (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/morpheus">Morpheus (by Quetzi)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/fps-reducer">FPS Reducer (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/lolasm">CensoredASM (by Rongmario)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/fermiumbooter">FermiumBooter (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-cabinet">Storage Cabinet (by AshIndigo)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/plusticminusbad">xXx_MoreToolMats_xXx (a PlusTiC fork without the evil, and apparently some new bugs idk) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/torohealth-damage-indicators">ToroHealth Damage Indicators (by ToroCraft)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/morpheus">Morpheus (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/rebirth-of-the-mobs">Rebirth of the Mobs (by Quarris)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/lolasm">CensoredASM (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/forgelin-continuous">Forgelin-Continuous (by ChAoS_UnItY_)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/storage-cabinet">Storage Cabinet (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-compat">Buildcraft Compat (by Forge_User_75087269)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/torohealth-damage-indicators">ToroHealth Damage Indicators (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/opencomputers">OpenComputers (by Sangar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/rebirth-of-the-mobs">Rebirth of the Mobs (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/ranged-pumps">Ranged Pumps (by raoulvdberge)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/forgelin-continuous">Forgelin-Continuous (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/optional-equivalence">Optional Equivalence (by kurrycat)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-compat">Buildcraft Compat (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/cc-tweaked">CC: Tweaked (by SquidDev)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/opencomputers">OpenComputers (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-builders">BuildCraft|Builders (by Covert_Jaguar)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/ranged-pumps">Ranged Pumps (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-questing-unofficial">Better Questing Unofficial (by CleanroomMC)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/optional-equivalence">Optional Equivalence (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft-inventory-scanning">Thaumic Inventory Scanning (Thaumcraft Addon) (by BlayTheNinth)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/cc-tweaked">CC: Tweaked (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/crafttweaker">CraftTweaker (by Jaredlll08)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/buildcraft-builders">BuildCraft|Builders (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterfps">BetterFps (by Guichaguri)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/better-questing-unofficial">Better Questing Unofficial (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-trophies">Simple Trophies (by quat)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/thaumcraft-inventory-scanning">Thaumic Inventory Scanning (Thaumcraft Addon) (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry-twilight-forest-spell-pack">Electroblob's Wizardry: Twilight Forest Spell Pack (by Electroblob)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/crafttweaker">CraftTweaker (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2">Simply Jetpacks 2 (by Tomson124)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/betterfps">BetterFps (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/universal-tweaks">Universal Tweaks (by ACGaming)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/simple-trophies">Simple Trophies (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/betterbedrockgen">BetterBedrockGen (by Gigabit101)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/electroblobs-wizardry-twilight-forest-spell-pack">Electroblob's Wizardry: Twilight Forest Spell Pack (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/unknownlibs">UnknownLibs (by MrUnknown404)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/simply-jetpacks-2">Simply Jetpacks 2 (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/better-builders-wands">Better Builder's Wands (by Portablejim)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/universal-tweaks">Universal Tweaks (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zenutil">Zen Utils (by youyihj)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/betterbedrockgen">BetterBedrockGen (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bibliocraft">BiblioCraft (by Nuchaz)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/unknownlibs">UnknownLibs (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-agricraft">Blood Agricraft (by Niyu_cuatro)</a></li> <li><a href="https://www.curseforge.com/minecraft/mc-mods/better-builders-wands">Better Builder's Wands (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/zenutil">Zen Utils (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/bibliocraft">BiblioCraft (by Curse.Domain.Projects.ProjectAuthor)</a></li>
<li><a href="https://www.curseforge.com/minecraft/mc-mods/blood-agricraft">Blood Agricraft (by Curse.Domain.Projects.ProjectAuthor)</a></li>
</ul> </ul>
+30
View File
@@ -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
}

Some files were not shown because too many files have changed in this diff Show More