2.8.0-beta-4
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Saves additional NBT data to the advanced alchemical furnace for more consistent behavior. [default: true]
|
||||
B:advAlchemicalFurnaceSaveNbt=true
|
||||
|
||||
# Allows players to craft after the wand in the GUI runs out of vis and is recharged by a Vis Charge Relay. [default: true]
|
||||
B:arcaneWorkbenchAllowRechargeCrafting=true
|
||||
|
||||
@@ -10,6 +13,12 @@ general {
|
||||
# Prevents bugs related to multiple players opening an Arcane Workbench's GUI at the same time. [default: true]
|
||||
B:arcaneWorkbenchMultiContainer=true
|
||||
|
||||
# Prevent Banners from dropping items when broken in Creative. [default: true]
|
||||
B:bannerNoCreativeDrops=true
|
||||
|
||||
# Causes the banner to give the actual banner item when pick-block is used, instead of giving a Crimson Cult Banner. Also fixes the icon of the banner in WAILA. [default: true]
|
||||
B:bannerPickBlock=true
|
||||
|
||||
# Which metadata values of BlockCosmeticSolid are considered beacon base blocks. Default: 4 (Thaumium Block).
|
||||
I:beaconBlockMetadataValues <
|
||||
4
|
||||
@@ -18,6 +27,9 @@ general {
|
||||
# Fixes several crashes with invalid candle metadata [default: true]
|
||||
B:candleMetadataCrash=true
|
||||
|
||||
# Thaumcraft will correctly insert items into inventories - prevents double-counting slots when testing for space and allows insertion of items into an empty slot of the other side of a double chest. [default: true]
|
||||
B:correctItemInsertion=true
|
||||
|
||||
# Adds a safety check in case of a fake player not being castable to EntityPlayerMP. [default: true]
|
||||
B:crimsonRitesFakePlayerCheck=true
|
||||
|
||||
@@ -30,6 +42,15 @@ general {
|
||||
# Fixes a bug where you couldn't break blocks if you were holding the equal trade focus item. [default: true]
|
||||
B:equalTradeBreaksBlocks=true
|
||||
|
||||
# Thaumcraft will correctly save ethereal bloom counters to disk, preventing the growth animation from looping on relog and stopping the cleanse timer from restarting. [default: true]
|
||||
B:etherealBloomSaveNBT=true
|
||||
|
||||
# Causes the upgraded vis cost of Wand Focus: Excavation to be dependent solely on the applied upgrade rather than which upgrade loaded first in any game session. [default: true]
|
||||
B:excavationFocusDeterministicCost=true
|
||||
|
||||
# Make all messages displayed get localized on the client. [default: true]
|
||||
B:fixClientSideLocalization=true
|
||||
|
||||
# Fixes several recipes to work with EFR versions of blocks, like trapdoors, if EFR is installed [default: true]
|
||||
B:fixEFRRecipes=true
|
||||
|
||||
@@ -45,6 +66,15 @@ general {
|
||||
# Add a safety check to several Thaumcraft items to prevent crashes when creating those items with invalid metadata. [default: true]
|
||||
B:itemMetadataFix=true
|
||||
|
||||
# Prevent Warded Jars and Node in a Jar from dropping items when broken in Creative. [default: true]
|
||||
B:jarNoCreativeDrops=true
|
||||
|
||||
# Causes Warded Jars and Node in a Jar to create an item with the current contents of the jar when pick-block is used. Also fixes the WAILA tooltip for those blocks. [default: true]
|
||||
B:jarPickBlock=true
|
||||
|
||||
# Correctly sets the hitboxes of the Old Urn & Abandoned Crate, preventing a bug where you can phase through the blocks while mining them. [default: true]
|
||||
B:lootBlockHitbox=true
|
||||
|
||||
# Fixes a theoretical bug where, if billions of bosses were spawned, only the golem boss would be able to spawn. [default: true]
|
||||
B:negativeBossSpawnCount=true
|
||||
|
||||
@@ -54,12 +84,24 @@ general {
|
||||
# Nodes will remember being drained, preventing rapidly loading, draining, then unloading nodes exploiting nodes' catch-up recharging. [default: true]
|
||||
B:nodesRememberBeingDrained=true
|
||||
|
||||
# Prevents useful airy blocks (nodes, energized nodes, and the blocks of the Outer Lands boss room door) from being replaced by buckets with liquid. [default: true]
|
||||
B:preventBlockAiryFluidReplacement=true
|
||||
|
||||
# Fixes an issue with ores where they don't get rendered as normal blocks, not allowing you to push a redstone signal through them. [default: true]
|
||||
B:renderRedstoneFix=true
|
||||
|
||||
# Runed Stone (shock traps in Outer Lands) will not attempt to shock players in Creative Mode. [default: true]
|
||||
B:runedStoneIgnoreCreative=true
|
||||
|
||||
# Fixes a crash with invalid shard metadata [default: true]
|
||||
B:shardMetadataCrash=true
|
||||
|
||||
# Allows Thaumcraft crystal clusters to be harvested with Silk Touch, preventing them from dropping as shards. [default: true]
|
||||
B:silkTouchCrystalClusters=true
|
||||
|
||||
# Non-vertical silverwood logs will be correctly named "Silverwood Log" in WAILA. [default: true]
|
||||
B:silverwoodLogCorrectName=true
|
||||
|
||||
# Reduce the burn time of Thaumcraft's greatwood and silverwood slabs to match that of Minecraft's wooden slabs. [default: true]
|
||||
B:slabBurnTimeFix=true
|
||||
|
||||
@@ -69,14 +111,21 @@ general {
|
||||
# Check the infusion matrix's center item more strictly. Prevents an exploit with infusion enchanting. [default: true]
|
||||
B:strictInfusionMatrixInputChecks=true
|
||||
|
||||
# Fixes some possible bugs caused by multiple players interacting with a Thaumatorium at the same time. [default: true]
|
||||
B:thaumatoriumMultiContainer=true
|
||||
|
||||
# Remove gold coins from the gold nugget ore dictionary. [default: false]
|
||||
B:unOredictGoldCoin=false
|
||||
|
||||
# Biome changes will correctly update the color of grass in chunks without needing a block to change. [default: true]
|
||||
B:updateBiomeColorRendering=true
|
||||
|
||||
# Makes certain upgraded foci (ex. Wand Focus: Fire with Fireball upgrade) spend the upgraded vis cost rather than the default. [default: true]
|
||||
B:upgradedFocusVisCost=true
|
||||
|
||||
# Use Forge's fishing lists to determine what a fishing golem catches. [default: true]
|
||||
B:useForgeFishingLists=true
|
||||
|
||||
# Adds a safety check to prevent warp effects from trying to send packets to fake players. [default: true]
|
||||
B:warpFakePlayerCheck=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -20,26 +20,6 @@ create_node {
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# export_research
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# /salisarcana-export-research |
|
||||
##########################################################################################################
|
||||
|
||||
export_research {
|
||||
# Secondary names that refer to this command. [default: [export-research]]
|
||||
S:aliases <
|
||||
export-research
|
||||
>
|
||||
|
||||
# Enable or disable the command. [default: true]
|
||||
B:commandEnabled=true
|
||||
|
||||
# The permission level required to execute the command. [range: 0 ~ 4, default: 0]
|
||||
I:permissionLevel=0
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# forget_aspect
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
@@ -221,5 +201,3 @@ upgrade_focus {
|
||||
# The permission level required to execute the command. [range: 0 ~ 4, default: 2]
|
||||
I:permissionLevel=2
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -53,8 +53,8 @@ general {
|
||||
# While viewing the Thaumonomicon, right clicking in a research will take you back to the previous research, or back to the Thaumonomicon. [default: true]
|
||||
B:"Right-Click Navigation"=true
|
||||
|
||||
# When closing the Thaumonomicon, it will remember the page you are on when it is reopened. Requires Right-Click Navigation to be enabled. [default: true]
|
||||
B:"Save Thaumonomicon Page"=true
|
||||
# When closing the Thaumonomicon, it will remember the page you are on when it is reopened. Requires Right-Click Navigation to be enabled. [default: false]
|
||||
B:"Save Thaumonomicon Page"=false
|
||||
|
||||
# While viewing the Thaumonomicon, allows you to view the internal name of a research while hovering over it and holding control [default: true]
|
||||
B:"Show Research Key"=true
|
||||
@@ -62,12 +62,18 @@ general {
|
||||
# Allows wand pedestals to draw from centivis instead of just regular nodes [default: true]
|
||||
B:"Wand Pedestal CV Support"=true
|
||||
|
||||
# Adds crafting recipes to empty a phial or jar of essentia. [default: true]
|
||||
B:addEmptyPhialJarRecipes=true
|
||||
|
||||
# Allow Creative players to use the Focal Manipulator without the necessary XP. [default: true]
|
||||
B:creativeNoXPManipulator=true
|
||||
|
||||
# While in creative mode, ctrl + left click on a research in the Thaumonomicon to complete it. [default: true]
|
||||
B:creativeOpThaumonomicon=true
|
||||
|
||||
# If enabled, the Deadly Gaze effect will only affect mobs that are not invulnerable or immune to wither [default: true]
|
||||
B:deadlyGazeMobCheck=true
|
||||
|
||||
# Prevent tainted goo and taint tendrils from decaying for players in creative mode. [default: true]
|
||||
B:disableCreativeTaintedItemDecay=true
|
||||
|
||||
@@ -89,6 +95,9 @@ general {
|
||||
# If an upgrade fails to complete or is cancelled, the XP spent will get returned to the player. [default: true]
|
||||
B:focalDisenchanterReturnXP=true
|
||||
|
||||
# Enable ore dictionary support for crucible and thaumatorium heat sources. [default: true]
|
||||
B:heatSourceOreDict=true
|
||||
|
||||
# Allow wands to have infinite vis in creative mode. [default: true]
|
||||
B:infiniteCreativeVis=true
|
||||
|
||||
@@ -98,6 +107,13 @@ general {
|
||||
# The chance for a mana bean to grow when a mana pod is updated. Lower values are more likely to grow, with 0 growing every random tick. [range: 0 ~ 100, default: 30]
|
||||
I:manaBeanGrowthChance=30
|
||||
|
||||
# List of entities that can not generate vis orbs when killed.
|
||||
S:mobVisDropBlacklist <
|
||||
>
|
||||
|
||||
# If enabled, the blacklist will be treated as a whitelist instead instead. [default: false]
|
||||
B:mobVisDropWhitelist=false
|
||||
|
||||
# Node Modifier Worldgen Weights (normal, bright, pale, fading)
|
||||
I:nodeModifierWeights <
|
||||
972222
|
||||
@@ -115,6 +131,9 @@ general {
|
||||
5555
|
||||
>
|
||||
|
||||
# Allow players with "Research Duplication" researched to create duplicates out of the Thaumonomicon. [default: true]
|
||||
B:nomiconDuplicateResearch=true
|
||||
|
||||
# Displays a "missing research" message to the player when a crucible recipe fails for lack of research. [default: true]
|
||||
B:notifyMissingResearchCrucible=true
|
||||
|
||||
@@ -130,6 +149,9 @@ general {
|
||||
# By default, pure nodes only change the biome around them if they are either in tainted lands or inside of a silverwood tree. This setting allows pure nodes to change the biome around them regardless of their location. [default: true]
|
||||
B:pureNodeAlwaysMagicalForest=true
|
||||
|
||||
# Research duplication (in the Research Table and the Thaumonomicon if nomiconDuplicateResearch is enabled) does not cost any research aspects. [default: false]
|
||||
B:researchDuplicationFree=false
|
||||
|
||||
# Adds additional functionality to internal research data. Used for compatibility with other mods (e.g. Automagy, Thaumic Tinkerer). [default: true]
|
||||
B:researchItemExtensions=true
|
||||
|
||||
@@ -156,17 +178,27 @@ general {
|
||||
|
||||
# The duration in ticks that the thaumometer takes to scan an object. [range: 1 ~ 2147483647, default: 20]
|
||||
I:thaumometerDuration=20
|
||||
S:thaumometerScanContainersResearch=salisarcana:CHESTSCAN
|
||||
B:thaumometerScanResearchEnabled=true
|
||||
|
||||
# Enables support for mods that increase the number of baubles slots. [default: true]
|
||||
B:useAllBaublesSlots=true
|
||||
|
||||
# If enabled, amulets will check and recharge wands in the entire inventory instead of just the player's hand. [default: true]
|
||||
B:visAmuletCheckInventory=true
|
||||
|
||||
# The rate in ticks at which vis amulets recharge themselves and other items. [range: 1 ~ 2147483647, default: 5]
|
||||
I:visAmuletRechargeSpeed=5
|
||||
|
||||
# The amount of cv which an amulet can receive or move to other items in one transfer. [range: 1 ~ 2147483647, default: 5]
|
||||
I:visAmuletTransferRate=5
|
||||
|
||||
# The amount to expand the bounding box of vis relays. This is used to increase the range at which amulets are charged. [range: 0.0 ~ 3.4028235E38, default: 5.0]
|
||||
S:visRelayBoxExpansion=5.0
|
||||
}
|
||||
|
||||
|
||||
harvestlevels {
|
||||
# Override the harvest level of the primal crusher. [range: 0 ~ 2147483647, default: 5]
|
||||
I:crusherHarvestLevel=5
|
||||
# Override the harvest level of the primal crusher. [range: 0 ~ 2147483647, default: 6]
|
||||
I:crusherHarvestLevel=6
|
||||
|
||||
# Override the harvest level of elemental tools. [range: 0 ~ 2147483647, default: 3]
|
||||
I:elementalHarvestLevel=3
|
||||
@@ -241,6 +273,12 @@ recipes {
|
||||
}
|
||||
|
||||
|
||||
tc4tweaks {
|
||||
# Whether or not scrolling should scroll to next page of tabs or loop to first tab of the page, in the event that there are too many tabs. [default: true]
|
||||
B:tc4tweakScrollPages=true
|
||||
}
|
||||
|
||||
|
||||
thaumometer_container_scan {
|
||||
# Enable the thaumometer to scan the contents of inventories when right-clicking on them. [default: true]
|
||||
B:_enabledthaumometerScanContainersResearch=true
|
||||
@@ -299,17 +337,20 @@ wand_component_swapping {
|
||||
|
||||
# The aspects required for the research entry [default: ]
|
||||
S:replaceWandCapsResearchAspects <
|
||||
praecantatio:8
|
||||
permutatio:4
|
||||
instrumentum:4
|
||||
metallum:4
|
||||
>
|
||||
|
||||
# Whether the research should automatically unlock as soon as its parents are researched. [default: true]
|
||||
B:replaceWandCapsResearchAutoUnlock=true
|
||||
B:replaceWandCapsResearchAutoUnlock=false
|
||||
|
||||
# The tab in the Thaumonomicon in which the research should appear [default: THAUMATURGY]
|
||||
S:replaceWandCapsResearchCategory=THAUMATURGY
|
||||
|
||||
# The column in the given category at which the research should appear [range: -2147483648 ~ 2147483647, default: 4]
|
||||
I:replaceWandCapsResearchCol=4
|
||||
S:replaceWandCapsResearchName=REPLACEWANDCAPS
|
||||
|
||||
# The research entry IDs of the parent research entries [default: [CAP_gold]]
|
||||
S:replaceWandCapsResearchParents <
|
||||
@@ -327,17 +368,20 @@ wand_component_swapping {
|
||||
|
||||
# The aspects required for the research entry [default: ]
|
||||
S:replaceWandCoreResearchAspects <
|
||||
praecantatio:8
|
||||
permutatio:4
|
||||
instrumentum:4
|
||||
arbor:4
|
||||
>
|
||||
|
||||
# Whether the research should automatically unlock as soon as its parents are researched. [default: true]
|
||||
B:replaceWandCoreResearchAutoUnlock=true
|
||||
B:replaceWandCoreResearchAutoUnlock=false
|
||||
|
||||
# The tab in the Thaumonomicon in which the research should appear [default: THAUMATURGY]
|
||||
S:replaceWandCoreResearchCategory=THAUMATURGY
|
||||
|
||||
# The column in the given category at which the research should appear [range: -2147483648 ~ 2147483647, default: -6]
|
||||
I:replaceWandCoreResearchCol=-6
|
||||
S:replaceWandCoreResearchName=REPLACEWANDCORE
|
||||
|
||||
# The research entry IDs of the parent research entries [default: [ROD_greatwood]]
|
||||
S:replaceWandCoreResearchParents <
|
||||
@@ -353,5 +397,3 @@ wand_component_swapping {
|
||||
# How much warp is applied upon researching this research. [range: 0 ~ 100, default: 0]
|
||||
I:replaceWandCoreResearchWarp=0
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,14 +1,29 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Enable compatibility with UndergroundBiomes. [default: true]
|
||||
B:UndergroundBiomes=true
|
||||
"baubles|expanded" {
|
||||
# Add a special bauble slot specifically for the Focus Pouch. [default: true]
|
||||
B:focusPouchSlot=true
|
||||
}
|
||||
|
||||
|
||||
tc4tweaks {
|
||||
# Whether or not scrolling should scroll to next page of tabs or loop to first tab of the page, in the event that there are too many tabs. [default: true]
|
||||
B:tc4tweakScrollPages=true
|
||||
general {
|
||||
# Enable compatibility with Baubles|Expanded. [default: true]
|
||||
B:"Baubles|Expanded"=true
|
||||
|
||||
# Enable compatibility with UndergroundBiomes. [default: true]
|
||||
B:UndergroundBiomes=true
|
||||
|
||||
# Enable compatibility with gtnhtcwands. [default: true]
|
||||
B:gtnhtcwands=true
|
||||
}
|
||||
|
||||
|
||||
gtnhtcwands {
|
||||
# Require screws and conductors to swap wand/staff cores. [default: true]
|
||||
B:coreSwapMaterials=true
|
||||
|
||||
# Use the increased vis costs from GTNHTCWands. [default: true]
|
||||
B:cost=true
|
||||
}
|
||||
|
||||
|
||||
@@ -16,5 +31,3 @@ undergroundbiomes {
|
||||
# Allow the primal crusher to mine UBC slabs. [default: true]
|
||||
B:primalCrusherMinesSlabs=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"key": "salisarcana:CHESTSCAN",
|
||||
"name": "Container Scanning",
|
||||
"tooltip": "Looking a little closer",
|
||||
"category": "BASICS",
|
||||
"aspects": [
|
||||
{
|
||||
"aspect": "ordo",
|
||||
"amount": 10
|
||||
},
|
||||
{
|
||||
"aspect": "permutatio",
|
||||
"amount": 10
|
||||
},
|
||||
{
|
||||
"aspect": "perditio",
|
||||
"amount": 10
|
||||
}
|
||||
],
|
||||
"parents": ["DECONSTRUCTOR"],
|
||||
"displayColumn": 8,
|
||||
"displayRow": 3,
|
||||
"icon_item": "minecraft:chest",
|
||||
"complexity": 3,
|
||||
"pages": [
|
||||
{
|
||||
"pageType": "text",
|
||||
"number": 0,
|
||||
"text": "Thanks to your research about deconstructing items, you've learned to look inside other blocks with your Thaumometer by using it to \"deconstruct\" the block magically. You can scan any block that can hold items, such as a chest or hopper, to scan all contained items automatically."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user