update
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Enable break mode.
|
||||
# 启用破坏模式。
|
||||
B:breakModeEnabled=true
|
||||
|
||||
# Maximum number of undo history entries.
|
||||
# 最大撤回历史记录数量。
|
||||
# Min: 1
|
||||
# Max: 10
|
||||
I:maxUndoHistory=3
|
||||
|
||||
# Bypass light updates when placing non-NBT blocks.
|
||||
# 放置无NBT方块时绕过光照更新。
|
||||
B:setBlockStateFastEnable=false
|
||||
}
|
||||
|
||||
|
||||
@@ -37,4 +37,4 @@ maxchunks=400
|
||||
op-interact=false
|
||||
|
||||
#Set to false to disable the automatic reloading of mystcraft dimensions on server restart
|
||||
reload-dimensions=true
|
||||
reload-dimensions=true
|
||||
@@ -47,7 +47,7 @@
|
||||
"mods":
|
||||
{
|
||||
"text" : "fml.menu.mods",
|
||||
"hoverText" : "AoA为主框架",
|
||||
"hoverText" : "AoA�����",
|
||||
"posX" : -100,
|
||||
"posY" : 96,
|
||||
"width" : 200,
|
||||
@@ -62,7 +62,7 @@
|
||||
"options":
|
||||
{
|
||||
"text" : "menu.options",
|
||||
"hoverText" : "查看按键绑定!",
|
||||
"hoverText" : "�鿴������",
|
||||
"posX" : -100,
|
||||
"posY" : 144,
|
||||
"width" : 98,
|
||||
@@ -76,8 +76,8 @@
|
||||
|
||||
"performance":
|
||||
{
|
||||
"text" : "改进性能",
|
||||
"hoverText" : "加载速度更快!",
|
||||
"text" : "�Ľ�����",
|
||||
"hoverText" : "�����ٶȸ��죡",
|
||||
"posX" : -100,
|
||||
"posY" : 192,
|
||||
"width" : 200,
|
||||
@@ -92,7 +92,7 @@
|
||||
"quit":
|
||||
{
|
||||
"text" : "menu.quit",
|
||||
"hoverText" : "再见!",
|
||||
"hoverText" : "�ټ���",
|
||||
"posX" : 2,
|
||||
"posY" : 144,
|
||||
"width" : 98,
|
||||
@@ -136,7 +136,7 @@
|
||||
"discord":
|
||||
{
|
||||
"text" : "Discord",
|
||||
"hoverText" : "加入肉丸!",
|
||||
"hoverText" : "�������裡",
|
||||
"posX" : -100,
|
||||
"posY" : 120,
|
||||
"width" : 200,
|
||||
@@ -152,8 +152,8 @@
|
||||
{
|
||||
"mojang":
|
||||
{
|
||||
"text" : "? Mojang AB 请勿二次分发!",
|
||||
"hoverText" : "?n? Mojang AB 请勿二次分发!",
|
||||
"text" : "? Mojang AB ������ηַ���",
|
||||
"hoverText" : "?n? Mojang AB ������ηַ���",
|
||||
"posX" : -197,
|
||||
"posY" : -10,
|
||||
"color" : -1,
|
||||
@@ -166,8 +166,8 @@
|
||||
},
|
||||
"soundtrack":
|
||||
{
|
||||
"text" : "配乐:\n It's not over - Darren Curtis Music",
|
||||
"hoverText" : "配乐:\n AhAhAhAHAHH",
|
||||
"text" : "���֣�\n It's not over - Darren Curtis Music",
|
||||
"hoverText" : "���֣�\n AhAhAhAHAHH",
|
||||
"posX" : -197,
|
||||
"posY" : -30,
|
||||
"color" : -1,
|
||||
@@ -231,7 +231,8 @@
|
||||
"menu:back39.png",
|
||||
"menu:back40.png",
|
||||
"menu:back41.png",
|
||||
"menu:back42.png"],
|
||||
"menu:back42.png",
|
||||
"menu:back43.png"],
|
||||
"displayDuration" : 100,
|
||||
"shuffle": true,
|
||||
"fadeDuration" : 40
|
||||
|
||||
+106
-22
@@ -180,6 +180,9 @@ frigid {
|
||||
# Maximum Frigid health [1-1000]
|
||||
D:"frigid health"=20.0
|
||||
|
||||
# Summoned Frigid lifespan [1-10000]
|
||||
I:"frigid lifespan"=120
|
||||
|
||||
# Set the spawn rate of Frigid [0-10000]
|
||||
I:"frigid spawn rate"=20
|
||||
}
|
||||
@@ -215,18 +218,27 @@ general {
|
||||
# Allow Molten Hammer active effect to hit players [false/true]
|
||||
B:"allow molten hammer pvp"=false
|
||||
|
||||
# Ability cooldown of Ankh Scepter [1-10000]
|
||||
I:"ankh scepter cooldown"=60
|
||||
|
||||
# BlackBanlist for items that the Golden Heart is unable to mend. Ex. "minecraft:shears" or "mod_lavacow:moltenhammer" [default: ]
|
||||
S:"banlisted items from golden heart" <
|
||||
>
|
||||
|
||||
# Set the bonus damage of Bone Sword to X% [0-100]
|
||||
# Does Beast Claw right click ability require player to be sneaking?. [false/true]
|
||||
B:"beast claw needs sneak"=false
|
||||
I:"bone sword bonus damage"=5
|
||||
|
||||
# Set the bonus damage cap of Bone Sword [0-10000]
|
||||
I:"bone sword bonus damage cap"=5000
|
||||
|
||||
# Allow the Bone Sword to deal extra damage to bosses. [false/true]
|
||||
B:"bone sword boss damage"=true
|
||||
|
||||
# Set the bonus damage of Bone Sword/Fang Arrow to X% [0-100]
|
||||
I:"bone sword/fang arrow bonus damage"=5
|
||||
|
||||
# Set the bonus damage cap of Bone Sword/Fang Arrow [0-10000]
|
||||
I:"bone sword/fang arrow bonus damage cap"=10000
|
||||
|
||||
# Allow the Bone Sword/Fang Arrow to deal extra damage to bosses. [false/true]
|
||||
B:"bone sword/fang arrow boss damage"=false
|
||||
I:"bonesword bonus damage"=5
|
||||
I:"bonesword bonus damage cap"=5000
|
||||
I:"boneworm drop heart"=10
|
||||
@@ -250,10 +262,11 @@ general {
|
||||
|
||||
# The amount of seconds before cocoons hatch into an enigmoth or a vespa
|
||||
I:"cocoon lifespan"=8
|
||||
|
||||
# Should new armor materials be added to Construct's Armory when installed? (requires Tinkers' Construct) [false/true]
|
||||
B:"construct's armory integration"=true
|
||||
|
||||
# Attack damage of "Death" [1-10000]
|
||||
I:"death damage"=16
|
||||
|
||||
# Spawn rate of Desert Tomb (higher number = less frequent) [0-10000]
|
||||
I:"desert tomb spawn rate"=750
|
||||
|
||||
@@ -280,7 +293,10 @@ general {
|
||||
# Should new enchantments be added (existing properties will be preserved). [false/true]
|
||||
B:"enable enchantment"=true
|
||||
|
||||
# Should soulforged armor/tools be created when combining a soulforged heart with any molten armor piece/tool on the anvil (e.g. Molten Warhammer + Soulforged Heart = Soulforged Warhammer). [false/true]
|
||||
# Should the Ankh Scepter/Frozen Grip/Fungal Rod be created when combining a Midnight Mourne with a(n) Ushabti/Frozen Thigh/Poisonous Spore on the anvil. [false/true]
|
||||
B:"enable midnight mourne anvil recipes"=true
|
||||
|
||||
# Should soulforged armor/tools be created when combining a Soulforged Heart with any molten armor piece/tool on the anvil (e.g. Molten Warhammer + Soulforged Heart = Soulforged Warhammer). [false/true]
|
||||
B:"enable soulforged anvil recipes"=true
|
||||
|
||||
# Set the drop rate of Intestine [0-100]
|
||||
@@ -288,6 +304,12 @@ general {
|
||||
B:"fission potion works on entities from other mods"=false
|
||||
I:"flying height limit"=16
|
||||
|
||||
# Ability cooldown of Frozen Grip [1-10000]
|
||||
I:"frozen grip cooldown"=60
|
||||
|
||||
# Ability cooldown of Fungal Staff [1-10000]
|
||||
I:"fungal staff cooldown"=60
|
||||
|
||||
# Generate Cemetery in the Overworld. [false/true]
|
||||
B:"generate cemetery"=true
|
||||
|
||||
@@ -356,8 +378,9 @@ general {
|
||||
contenttweaker:recursive_paper_abyssal,0.03
|
||||
contenttweaker:recursive_paper_buggy,0.03
|
||||
contenttweaker:recursive_paper_faithfulundead,0.03
|
||||
contenttweaker:recursive_paper_flying,0.03
|
||||
enderio:item_capacitor_grainy,0.03
|
||||
>
|
||||
>
|
||||
|
||||
# Customize drop rates of the items which ravens can find. Ex. "minecraft:fish@3,0.4,2" or "mod_lavacow:sharptooth,0.1" [default: [minecraft:beetroot_seeds,0.15], [minecraft:wheat_seeds,0.15,2], [minecraft:melon_seeds,0.15], [minecraft:pumpkin_seeds,0.15], [minecraft:gold_nugget,0.1,2], [minecraft:iron_nugget,0.1,2]]
|
||||
S:"loot table for ravens" <
|
||||
@@ -398,6 +421,9 @@ general {
|
||||
minecraft:skeleton
|
||||
>
|
||||
|
||||
# Area Damage of Molten Warhammer [1-1000]
|
||||
D:"molten hammer attack"=8.0
|
||||
|
||||
# Set the fire damage reduction of Molten Heart/Soulforged Heart to X% [0-10000]
|
||||
I:"molten heart damage reduction"=20
|
||||
|
||||
@@ -410,17 +436,21 @@ general {
|
||||
# Should Piranha and Swarmer attack innocent animals [false/true]
|
||||
B:"piranha attacks animals"=true
|
||||
B:"quark compatibility"=true
|
||||
|
||||
# Should new features be added when Quark is also installed? [false/true]
|
||||
B:"quark integration"=true
|
||||
|
||||
# Ability cooldown of Scarab Scepter [1-10000]
|
||||
I:"scarab scepter cooldown"=60
|
||||
|
||||
# Area Damage of Soulforged Warhammer [1-1000]
|
||||
D:"soulforged hammer attack"=10.0
|
||||
|
||||
# Ability cooldown of Soulforged Warhammer [1-1000]
|
||||
I:"soulforged hammer cooldown"=4
|
||||
|
||||
# Sets the amount of extra health healed with a Soulforged Heart equipped to X% [0-10000]
|
||||
I:"soulforged heart healing boost"=25
|
||||
|
||||
# Customize the Spawn list for the Dreamcatcher. Ex. "mod_lavacow:foglet,40,1,2" or "mod_lavacow:vespa,20,1,1" [default: [minecraft:zombie,40,1,2], [minecraft:skeleton,40,1,2], [minecraft:spider,40,1,2], [minecraft:silverfish,40,1,2], [minecraft:bat,40,4,8], [mod_lavacow:foglet,40,1,2], [mod_lavacow:slothoman,40,1,2], [mod_lavacow:unburied,40,1,2], [mod_lavacow:ptera,40,1,2], [mod_lavacow:lilsludge,40,1,2], [mod_lavacow:amber_scarab,40,1,2], [mod_lavacow:ghost_swarmer,40,1,2], [mod_lavacow:pingu,40,1,2], [mod_lavacow:weta,40,1,2], [minecraft:enderman,20,1,1], [minecraft:cave_spider,20,1,1], [minecraft:witch,20,1,1], [mod_lavacow:undeadswine,20,1,1], [mod_lavacow:ithaqua,20,1,1], [mod_lavacow:sludgelord,20,1,1], [mod_lavacow:amberlord,20,1,1], [mod_lavacow:vespa,20,1,1], [mod_lavacow:scarecrow,20,1,1], [mod_lavacow:boneworm,20,1,1], [mod_lavacow:undertaker,20,1,1], [mod_lavacow:banshee,20,1,1], [mod_lavacow:avaton,20,1,1], [mod_lavacow:wraith,20,1,1], [mod_lavacow:sea_hag,20,1,1], [mod_lavacow:graverobberghost,20,1,1]]
|
||||
# Customize the Spawn list for the Dreamcatcher. Ex. "mod_lavacow:foglet,40,1,2" or "mod_lavacow:vespa,20,1,1" [default: [minecraft:zombie,40,1,2], [minecraft:skeleton,40,1,2], [minecraft:spider,40,1,2], [minecraft:silverfish,40,1,2], [minecraft:bat,40,4,8], [mod_lavacow:foglet,40,1,2], [mod_lavacow:isnachi,40,1,2], [mod_lavacow:unburied,40,1,2], [mod_lavacow:ptera,40,1,2], [mod_lavacow:lilsludge,40,1,2], [mod_lavacow:amber_scarab,40,1,2], [mod_lavacow:ghost_swarmer,40,1,2], [mod_lavacow:pingu,40,1,2], [mod_lavacow:weta,40,1,2], [minecraft:enderman,20,1,1], [minecraft:cave_spider,20,1,1], [minecraft:witch,20,1,1], [mod_lavacow:undeadswine,20,1,1], [mod_lavacow:ithaqua,20,1,1], [mod_lavacow:sludgelord,20,1,1], [mod_lavacow:amberlord,20,1,1], [mod_lavacow:vespa,20,1,1], [mod_lavacow:scarecrow,20,1,1], [mod_lavacow:boneworm,20,1,1], [mod_lavacow:undertaker,20,1,1], [mod_lavacow:banshee,20,1,1], [mod_lavacow:avaton,20,1,1], [mod_lavacow:wraith,20,1,1], [mod_lavacow:sea_hag,20,1,1], [mod_lavacow:graverobberghost,20,1,1]]
|
||||
S:"spawn list for dreamcatcher" <
|
||||
mod_lavacow:foglet,40,1,2
|
||||
mod_lavacow:undeadswine,20,1,1
|
||||
@@ -441,8 +471,6 @@ general {
|
||||
# Mobs in this mod will not burn under daylight. [false/true]
|
||||
B:"sunscreen mode"=false
|
||||
B:"tinkers compatibility"=true
|
||||
|
||||
# Should new tool materials be added to Tinkers' Construct when installed? [false/true]
|
||||
B:"tinkers' construct integration"=true
|
||||
|
||||
# Should zombies (Unburied and variants) scare villagers [false/true]
|
||||
@@ -511,11 +539,26 @@ general {
|
||||
# Set the spawn rate of Ghost Swarmer [0-100]
|
||||
I:"ghost swarmer spawn rate"=10
|
||||
|
||||
# Should Ghots Swarmers spawn underground
|
||||
# Should Ghost Swarmers spawn underground
|
||||
B:"ghost swarmer underground spawn"=false
|
||||
}
|
||||
|
||||
|
||||
ghoul {
|
||||
# Ghoul strength [1-1000]
|
||||
D:"ghoul attack"=5.0
|
||||
|
||||
# Maximum Ghoul health [1-1000]
|
||||
D:"ghoul health"=20.0
|
||||
|
||||
# Set the spawn rate of Ghoul [0-10000]
|
||||
I:"ghoul spawn rate"=20
|
||||
|
||||
# Percentage of wounded health needed to be targeted by a Ghoul [0-100]
|
||||
D:"ghoul target health threshold"=50.0
|
||||
}
|
||||
|
||||
|
||||
glowshroom {
|
||||
B:"glowshroom generation"=true
|
||||
I:"glowshroom spawn rate"=20
|
||||
@@ -527,7 +570,7 @@ glowshroom {
|
||||
# Grave Robber strength [1-1000]
|
||||
D:"grave robber attack"=6.0
|
||||
|
||||
# The chance for a Ghost of Grave Robber to appear after a Grave Robber dies [0-100]
|
||||
# The chance for a Ghost of Grave Robber to appear after a Grave Robber dies [0-1]
|
||||
D:"grave robber ghost chance"=0.5
|
||||
|
||||
# Maximum Grave Robber health [1-1000]
|
||||
@@ -601,8 +644,6 @@ ithaqua {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
mimicrab {
|
||||
# Mimicrab strength [1-1000]
|
||||
D:"mimicrab attack"=8.0
|
||||
@@ -618,6 +659,30 @@ mimicrab {
|
||||
}
|
||||
|
||||
|
||||
"mod integration" {
|
||||
# Should new armor materials be added to Construct's Armory when installed? (requires Tinkers' Construct) [false/true]
|
||||
B:"construct's armory integration"=true
|
||||
|
||||
# Should new features be added when Quark is also installed? [false/true]
|
||||
B:"quark integration"=true
|
||||
|
||||
# Should Azrael's Scythe and Critical Boost use RLCombat for handling offhand bonuses? [false/true]
|
||||
B:"rlcombat integration"=true
|
||||
|
||||
# Should So Many Enchantment's Lesser, Advanced, and Supreme Enchants be considered? [false/true]
|
||||
B:"somanyenchantments integration"=true
|
||||
|
||||
# Should new tool materials be added to Tinkers' Construct when installed? [false/true]
|
||||
B:"tinkers' construct integration"=true
|
||||
}
|
||||
|
||||
|
||||
"mod integration toggles" {
|
||||
# Should So Many Enchantment's unique enchants work on Fish's Undead Rising item abilities? [false/true]
|
||||
B:"somanyenchantments integration"=true
|
||||
}
|
||||
|
||||
|
||||
moogma {
|
||||
# Chance for Moogmas to spawn with the classic texture (setting it to 1.0 will always cause it to spawn) [0-1]
|
||||
D:"moogma classic texture chance"=1.0
|
||||
@@ -640,6 +705,9 @@ mummy {
|
||||
# Maximum Mummy health [1-1000]
|
||||
D:"mummy health"=24.0
|
||||
|
||||
# Summoned Mummy lifespan [1-10000]
|
||||
I:"mummy lifespan"=120
|
||||
|
||||
# Set the spawn rate of Mummy [0-10000]
|
||||
I:"mummy spawn rate"=100
|
||||
}
|
||||
@@ -652,6 +720,9 @@ mycosis {
|
||||
# Maximum Mycosis health [1-1000]
|
||||
D:"mycosis health"=20.0
|
||||
|
||||
# Summoned Mycosis lifespan [1-10000]
|
||||
I:"mycosis lifespan"=120
|
||||
|
||||
# Set the spawn rate of Mycosis [0-10000]
|
||||
I:"mycosis spawn rate"=40
|
||||
}
|
||||
@@ -718,6 +789,9 @@ parasite {
|
||||
# Should Parasites have a chance to pop out from dying mobs in the host list or mobs under the Infested effect [false/true]
|
||||
B:"parasite hosts"=true
|
||||
|
||||
# The maximum amplifier of the Infested potion effect that scales additional parasite spawns
|
||||
I:"parasite infested amplifier spawns"=4
|
||||
|
||||
# The amount of seconds before Parasites naturally die or form into cocoons
|
||||
I:"parasite lifespan"=16
|
||||
|
||||
@@ -882,15 +956,26 @@ shroom {
|
||||
|
||||
|
||||
"skeleton king" {
|
||||
# Customize the list of Biome tags the King's Crown will check ex. "DRY" or "SANDY" [default: [HOT], [DRY], [SANDY]]
|
||||
S:"Cursed Crown Biomes List" <
|
||||
HOT
|
||||
DRY
|
||||
SANDY
|
||||
>
|
||||
|
||||
# Should King's Crown require all (or just one) valid biome tag [false/true]
|
||||
B:"cursed crown need all tags"=true
|
||||
|
||||
# Skeleton King strength [1-1000]
|
||||
D:"skeleton king attack"=40.0
|
||||
|
||||
# Maximum Skeleton King health [1-1000]
|
||||
D:"skeleton king health"=15000.0
|
||||
|
||||
# Skeleton King strength [1-1000]
|
||||
D:"skeleton king kings wrath attack"=60.0
|
||||
|
||||
# Skeleton King kings wrath projectile strength [1-1000]
|
||||
D:"skeleton king kings wrath projectile strength"=6.0
|
||||
|
||||
# Should Skeleton King drop its loot inside a chest [false/true]
|
||||
B:"skeleton king loot in chest"=false
|
||||
|
||||
@@ -963,7 +1048,7 @@ unburied {
|
||||
# Maximum Unburied health [1-1000]
|
||||
D:"unburied health"=20.0
|
||||
|
||||
# Summoned Unburied (and variants) lifespan [1-10000]
|
||||
# Summoned Unburied lifespan [1-10000]
|
||||
I:"unburied lifespan"=20
|
||||
|
||||
# Set the spawn rate of Unburied [0-10000]
|
||||
@@ -1063,4 +1148,3 @@ weta {
|
||||
I:"weta spawn rate"=30
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -49,4 +49,3 @@ general {
|
||||
B:enableLogging=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#Inventory Tweaks Configuration
|
||||
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
|
||||
#Sun Nov 16 21:34:33 CST 2025
|
||||
#Wed Feb 11 17:59:30 CST 2026
|
||||
enableMiddleClick=true
|
||||
showChestButtons=true
|
||||
enableSortingOnPickup=false
|
||||
@@ -19,4 +19,4 @@ shortcutKeyOneItem=LCONTROL, RCONTROL
|
||||
shortcutKeyToUpperSection=UP
|
||||
shortcutKeyToLowerSection=DOWN
|
||||
shortcutKeyDrop=LALT, RALT
|
||||
version=1.63+release.109.220f184
|
||||
version=1.63+release.109.220f184
|
||||
@@ -12,10 +12,6 @@
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
@@ -134,10 +130,6 @@
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
@@ -238,10 +230,6 @@
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
@@ -268,10 +256,6 @@
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
@@ -360,10 +344,6 @@
|
||||
"item": "abyssalcraft:unique_scroll",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "industrialforegoing:mob_relocator",
|
||||
"damage": "*"
|
||||
@@ -997,69 +977,7 @@
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"-11325": [
|
||||
{
|
||||
"item": "cyclicmagic:ender_pearl_mounted",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:ender_pearl",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "enderio:item_travel_staff",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:chorus_fruit",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "cyclicmagic:ender_pearl_reuse",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "actuallyadditions:item_tele_staff",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "enderutilities:enderbow",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "projecte:item.pe_destruction_catalyst",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "projecte:item.pe_catalitic_lens",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "projecte:item.pe_rm_morning_star",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_builder",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimension_enscriber",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftoolsdim:dimlet_workbench",
|
||||
"damage": "*"
|
||||
}
|
||||
],
|
||||
"163": [
|
||||
{
|
||||
"item": "extrautils2:terraformer",
|
||||
"damage": "*"
|
||||
},
|
||||
{
|
||||
"item": "rftools:storage_scanner",
|
||||
"damage": "*"
|
||||
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -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"]
|
||||
@@ -19,16 +19,6 @@
|
||||
"When disabled: Llama trophy cannot be rendered"
|
||||
]
|
||||
},
|
||||
"activate_player_render_hook": {
|
||||
"version": 0,
|
||||
"value": "true",
|
||||
"comment": [
|
||||
"Purpose: add hook to player rendering code",
|
||||
"Modified class: net.minecraft.client.renderer.entity.RenderPlayer",
|
||||
"Known users: OpenBlocks hangglider",
|
||||
"When disabled: code may fallback to less compatible mechanism (like replacing renderer)"
|
||||
]
|
||||
},
|
||||
"horse_base_null_fix": {
|
||||
"version": 0,
|
||||
"value": "true",
|
||||
|
||||
+155
-15
@@ -16434,63 +16434,63 @@
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|0",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|1",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|2",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|3",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|4",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|5",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|6",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|7",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|8",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|9",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|10",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|11",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|12",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|13",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_planks_oak_thaumcraft_plank_silverwood_0|14",
|
||||
"emc": 1
|
||||
"emc": 8
|
||||
},
|
||||
{
|
||||
"item": "unlimitedchiselworks:chisel_cobblestone_aether_legacy_holystone_2|0",
|
||||
@@ -23283,6 +23283,146 @@
|
||||
{
|
||||
"item": "packagedauto:distributor|0",
|
||||
"emc": 0
|
||||
},
|
||||
{
|
||||
"item": "extrautils2:biomemarker|0",
|
||||
"emc": 0
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:fluffy_cloud|0",
|
||||
"emc": 16
|
||||
},
|
||||
{
|
||||
"item": "draconicevolution:item_dislocation_inhibitor|0",
|
||||
"emc": 1728
|
||||
},
|
||||
{
|
||||
"item": "iceandfire:chared_dirt|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "iceandfire:chared_grass|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "iceandfire:chared_stone|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "iceandfire:chared_cobblestone|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "iceandfire:chared_gravel|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "iceandfire:chared_grass_path|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "divinerpg:snow_bricks|0",
|
||||
"emc": 64
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|0",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|1",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|2",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|3",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|4",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|5",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|6",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|7",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|8",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|9",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|10",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|11",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "chisel:ironpane|12",
|
||||
"emc": 96
|
||||
},
|
||||
{
|
||||
"item": "bewitchment:nethersteel_pentacle|0",
|
||||
"emc": 192
|
||||
},
|
||||
{
|
||||
"item": "bewitchment:nethersteel_polished|0",
|
||||
"emc": 192
|
||||
},
|
||||
{
|
||||
"item": "thaumicaugmentation:stone|7",
|
||||
"emc": 256
|
||||
},
|
||||
{
|
||||
"item": "thaumicaugmentation:bars|0",
|
||||
"emc": 256
|
||||
},
|
||||
{
|
||||
"item": "thaumicaugmentation:stone|3",
|
||||
"emc": 256
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:dreadlandsdirt|0",
|
||||
"emc": 2
|
||||
},
|
||||
{
|
||||
"item": "abyssalcraft:fusedabyssalsand|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "aoa3:toxic_dirt|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "tardis:gallifreyan_sand|0",
|
||||
"emc": 1
|
||||
},
|
||||
{
|
||||
"item": "contenttweaker:running_bandana|0",
|
||||
"emc": 512
|
||||
},
|
||||
{
|
||||
"item": "contenttweaker:nuclear_engineers_goggles|0",
|
||||
"emc": 512
|
||||
},
|
||||
{
|
||||
"item": "moarsigns:moar_sign|1",
|
||||
"emc": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -56,7 +56,7 @@ mapperconfigurations {
|
||||
I:divinerpgpriority=1
|
||||
I:equivalentenergisticspriority=1
|
||||
|
||||
# Priority for Mod with ModId = expequiv. Values: 4114 [range: 0 ~ 512, default: 1]
|
||||
# Priority for Mod with ModId = expequiv. Values: 4184 [range: 0 ~ 512, default: 1]
|
||||
I:expequivpriority=1
|
||||
I:metallurgypriority=1
|
||||
|
||||
@@ -248,7 +248,7 @@ mapperconfigurations {
|
||||
apicustomconversionmapper {
|
||||
|
||||
allow {
|
||||
# Allow Mod expequiv to add its 86745 Recipes to the EMC Calculation [default: true]
|
||||
# Allow Mod expequiv to add its 88503 Recipes to the EMC Calculation [default: true]
|
||||
B:expequiv=true
|
||||
}
|
||||
|
||||
@@ -256,3 +256,4 @@ mapperconfigurations {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -69,6 +69,11 @@ general {
|
||||
# Prevents fire projectiles burning entities when blocking with shields
|
||||
B:"Block Fire"=true
|
||||
|
||||
# Sets the required fall height in blocks for boats to break
|
||||
# -1 for vanilla default
|
||||
# 0 for never breaking
|
||||
I:"Boat Breaking Fall Height"=0
|
||||
|
||||
# Fixes entities glitching through the bottom of boats
|
||||
B:"Boat Riding Offset"=true
|
||||
|
||||
@@ -104,7 +109,7 @@ general {
|
||||
B:"Entity ID"=true
|
||||
B:"Entity Lists"=true
|
||||
|
||||
# Prevents corruption of entities caused by invalid health or damage values
|
||||
# Prevents corruption of entities caused by invalid health, absorption, damage and knockback values
|
||||
B:"Entity NaN Values"=true
|
||||
|
||||
# Pushes entities out of blocks when growing up to prevent suffocation
|
||||
|
||||
@@ -63,6 +63,11 @@ general {
|
||||
}
|
||||
|
||||
botania {
|
||||
# Greatly reduces the size of Alfheim Portal NBT data to prevent crashes
|
||||
# This will also make their performance at high item count much better
|
||||
# NOTE: Toggling this option off after it has been enabled will erase existing Alfheim Portals' NBT data!
|
||||
B:"Alfheim Portal NBT Fix"=true
|
||||
|
||||
# Fixes various duplication exploits
|
||||
B:"Duplication Fixes"=true
|
||||
|
||||
@@ -123,6 +128,9 @@ general {
|
||||
}
|
||||
|
||||
"the erebus" {
|
||||
# Disables granting a death compass upon demise without disabling Block o' Bones
|
||||
B:"Disable Death Compass"=false
|
||||
|
||||
# Fixes Cabbage not dropping the correct items in some situations
|
||||
B:"Fix Cabbage Drop"=true
|
||||
|
||||
@@ -150,6 +158,9 @@ general {
|
||||
# Fixes Mob Attack and Health Statistics being repeatedly doubled
|
||||
B:"Fix Deep Dark Stats"=true
|
||||
|
||||
# Makes the Radar skip inventories when the loottable for it has not yet been generated
|
||||
B:"Make Radar skip ungenerated chests"=false
|
||||
|
||||
# Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list
|
||||
B:"Mutable Machine Block Drops"=true
|
||||
}
|
||||
@@ -562,7 +573,7 @@ general {
|
||||
B:"Fix Neromantic Prime Fluid Overflow"=true
|
||||
|
||||
# Amount of fluid extracted per Neromantic Prime operation (in mB per 20-30 ticks)
|
||||
I:"Neromantic Prime Extraction Quantity"=300
|
||||
I:"Neromantic Prime Extraction Quantity"=1000
|
||||
|
||||
# Extends the fluid vein configuration to allow specifying in which dimensions a fluid can generate
|
||||
# This should be done as a list of comma-separated dimension IDs at the 5th field. Leave blank to allow all dimensions.
|
||||
@@ -585,7 +596,6 @@ general {
|
||||
}
|
||||
|
||||
"rftools dimensions" {
|
||||
# Fixes a bug where joining a world or server with any RFTools Dimension registered would disallow entering another world without that dimension until restarting
|
||||
B:"Fully Unregister Dimensions"=true
|
||||
}
|
||||
|
||||
@@ -620,8 +630,39 @@ general {
|
||||
}
|
||||
|
||||
bibliocraft {
|
||||
# Allow the Printing Press to properly work with any itemstack with the dyeBlack oredict, instead of only processing with Ink Sacs
|
||||
B:"Allow Any Black Dye for Printing Press"=true
|
||||
|
||||
# Fixes client-side memory leak by disabling version check
|
||||
B:"Disable Version Check"=true
|
||||
|
||||
# Fix BiblioCraft's custom Armor Stand not respecting the Curse of Binding
|
||||
B:"Fix Armor Stand Binding"=true
|
||||
|
||||
# Fix BiblioCraft's custom Armor Stand using the incorrect slots for items or not recognizing the items as valid
|
||||
B:"Fix Armor Stand Slots"=true
|
||||
|
||||
# Fix Fancy Signs rendering items and blocks in different ways between the GUI and in-world
|
||||
B:"Fix Fancy Sign Rotation"=true
|
||||
|
||||
# Fix IItemHandler#getStackInSlot method not existing due to being obfuscated by IInventory, preventing countless errors
|
||||
# This occurs because BiblioCraft's Tile Entities implement both IInventory and IItemHandler, and getStackInSlot is an obfuscated method in IInventory but not IItemHandler
|
||||
B:"Fix IItemHandler Method Not Existing"=true
|
||||
|
||||
# Make BiblioCraft actually use simulate properly when inserting and extracting items, fixing many item transfer methods
|
||||
B:"Fix Item Transfer"=true
|
||||
|
||||
# Fixes removing an ItemStack not copying all data correctly, particularly for backpacks
|
||||
B:"Fix ItemStack Copying"=true
|
||||
|
||||
# Fixes the Antique Atlas and Clipboard rendering incorrect when the Main Hand is set to Left
|
||||
B:"Fix Left Handed Rendering"=true
|
||||
|
||||
# Fix the Clipboard and the Stockroom Catalogue behaving incorrectly when used in the offhand
|
||||
B:"Fix Using Incorrect Hand"=true
|
||||
|
||||
# Register all sounds, fixing bugs when attempting to play them on servers
|
||||
B:"Multiplayer Sound Fix"=true
|
||||
}
|
||||
|
||||
collective {
|
||||
@@ -634,6 +675,9 @@ general {
|
||||
}
|
||||
|
||||
"ender io" {
|
||||
# When changing colors in the Redstone Conduit GUI, remove the signal from the old color
|
||||
B:"Clear Outdated Redstone Conduit"=true
|
||||
|
||||
# Fixes the Farming Station Chorus Walker being able to loop though and check the same positions endlessly, causing a StackOverflow
|
||||
B:"Fix Chorus Farming StackOverflow"=true
|
||||
|
||||
@@ -648,6 +692,9 @@ general {
|
||||
}
|
||||
|
||||
"in control!" {
|
||||
# Prevents the client thread from modifying a server-only static field
|
||||
B:"Fix ForgeEventHandler Crash"=true
|
||||
|
||||
# Fixes onJoin spawn rules repeatedly modifying mob attack/health/speed
|
||||
B:"Spawn Rule Stats Fix"=true
|
||||
}
|
||||
@@ -710,6 +757,9 @@ general {
|
||||
}
|
||||
|
||||
bewitchment {
|
||||
# Fix the Witches Altar checking blocks causing crashes when scanning blocks that do not have the expected properties, primarily TerraFirmaCraft leaves
|
||||
B:"Fix Altar IBlockState Check"=true
|
||||
|
||||
# Fixes Witches' Oven consuming container fuel items
|
||||
B:"Witches' Oven Fix"=true
|
||||
}
|
||||
@@ -771,6 +821,9 @@ general {
|
||||
# As the tweak "Fix Consuming Incorrect Hand" fixes the bug preventing durability from being used, fixing the stack size is also needed.
|
||||
B:"Fix Aquamarine Stack Size"=true
|
||||
|
||||
# Fixes issues with armor set effects being cleaned up under the wrong conditions that caused crashes
|
||||
B:"Fix Armor Set Effect Cleanup"=true
|
||||
|
||||
# Fix various DivineRPG items consuming the item in the main hand regardless of the hand actually used
|
||||
B:"Fix Consuming Incorrect Hand"=true
|
||||
}
|
||||
@@ -788,6 +841,88 @@ general {
|
||||
B:"Path correction"=true
|
||||
}
|
||||
|
||||
"applied energistics 2 unofficial extended life" {
|
||||
# Mitigates crashes caused by misbehaving IItemHandlers
|
||||
B:"Mitigate Storage Bus Crashes"=false
|
||||
}
|
||||
|
||||
"aether legacy" {
|
||||
# When dropping equipped Accessories, add the drops to the event instead of dropping them directly, allowing compatibility with various grave mods
|
||||
B:"Capture Accessory Drops"=true
|
||||
}
|
||||
|
||||
avaritiaddons {
|
||||
# Fix the Infinity Chest not properly handling the held itemstack when closing the container
|
||||
B:"Fix Container Held Stack Bug"=true
|
||||
}
|
||||
|
||||
cyclic {
|
||||
# Fixes memory leak associated with advancements when creating FakePlayers
|
||||
B:"Memory Leak Fix"=true
|
||||
}
|
||||
|
||||
"dank storage" {
|
||||
# Fixes Max Int (2.1B) stacks being voided when right clicking on them in a Dank
|
||||
B:"Fix Slot voiding"=true
|
||||
}
|
||||
|
||||
"extreme reactors" {
|
||||
# Mitigates NPE in updateServer by no-oping fluid transfers when the direction is null
|
||||
B:"Mitigate Steam Reactor Crash"=true
|
||||
}
|
||||
|
||||
rftools {
|
||||
# Fixes sporadic crashes when using RFTools Storage XNet channels
|
||||
B:"Fix XNet Channel Crash"=true
|
||||
|
||||
# Fixes a bug where joining a world or server with any RFTools Dimension registered would disallow entering another world without that dimension until restarting
|
||||
B:"Fully Unregister Dimensions"=true
|
||||
}
|
||||
|
||||
roots {
|
||||
# Check if the oredict is registered before adding an entry to the list, preventing a bug when copper or silver ingots or nuggets are disabled
|
||||
B:"Check Spirit Drop Oredict"=true
|
||||
|
||||
# Disable opening the Creative Pouch GUI as it immediately crashes
|
||||
B:"Creative Pouch GUI Crash"=true
|
||||
|
||||
# Disable Elemental Soils triggering updates on redstone updates
|
||||
B:"Disable Element Soil Growth Acceleration"=true
|
||||
|
||||
# Save the Icicle entity type as NBT, fixing a crash where the type was null
|
||||
B:"Icicle Type Saving"=true
|
||||
|
||||
# Fix an issue where disabled modifiers would still consume their material, voiding the
|
||||
B:"Modifier GUI Voiding"=true
|
||||
|
||||
# Make the Mortar Spell Dust crafting output a copy of the ItemStack, avoiding issues where the recipe is inadvertently modified
|
||||
B:"Mortar Spell Dust Fix"=true
|
||||
|
||||
# Check if the target block is unbreakable for the Shatter Spell
|
||||
B:"Prevent Shatter Spell Breaking Unbreakable"=true
|
||||
|
||||
# Make the Summon Creatures Ritual stop when checking if blocks out of world are air, preventing an infinite loop when running the ritual above the void
|
||||
B:"Summon Creatures Ritual Infinite loop"=true
|
||||
}
|
||||
|
||||
tombmanygraves2 {
|
||||
# Universal Tweaks always adds AetherLegacyInventory compat to TombManyGraves2,
|
||||
# but this functionality will only work properly if Aether Legacy: Capture Accessory Drops is enabled.
|
||||
# This cannot be disabled, and this config only exists to notify that this functionality exists.
|
||||
S:"Aether Legacy Accessory Compat"=ALWAYS_ENABLED
|
||||
|
||||
# Change the timestamp used from 'MM_dd_YYYY_HH_mm_ss' to an ISO 8601 based format of 'yyyy-MM-dd'T'HH:mm:ss'
|
||||
B:"Change Timestamp"=false
|
||||
|
||||
# Fix TombManyGraves not spawning the grave due to incorrectly checking world height
|
||||
B:"Proper World Size Check"=true
|
||||
}
|
||||
|
||||
xnet {
|
||||
# Patches several ArrayIndexOutOfBoundsExceptions in the controller logic
|
||||
B:"Fix Various Controller Crashes"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -310,8 +310,10 @@ general {
|
||||
# Sets the limit of required hunger to be able to sprint
|
||||
# Value of -1 lets you sprint with empty hunger
|
||||
# Value of 20 prevents you from sprinting at all
|
||||
# 6 for vanilla default
|
||||
# Min: -1
|
||||
# Max: 20
|
||||
I:"Hunger Threshold to Sprint"=6
|
||||
I:"Hunger Treshold to Sprint"=6
|
||||
|
||||
# Lets husks and strays spawn underground like regular zombies and skeletons
|
||||
@@ -319,10 +321,18 @@ general {
|
||||
|
||||
# Replaces vanilla Minecarts dropping a Minecart and the contained item, and instead drop the combined item
|
||||
B:"Minecart Drops Itself"=false
|
||||
|
||||
# Mobs carrying picked up items will drop their equipment and despawn properly
|
||||
B:"Mob Despawn Improvement"=true
|
||||
|
||||
# Mobs carrying picked up items will despawn properly (and optionally drop their equipment)
|
||||
# DEFAULT: Vanilla behavior, no despawning
|
||||
# DESPAWN: Despawn, void equipment
|
||||
# DESPAWN_DROP: Despawn, drop equipment
|
||||
# Valid values:
|
||||
# DEFAULT
|
||||
# DESPAWN
|
||||
# DESPAWN_DROP
|
||||
S:"Mob Despawning Improvement"=DEFAULT
|
||||
|
||||
# Backports 1.16+ knockback to 1.12: Knockback resistance is now a scale instead of a probability
|
||||
B:"Modern Knockback"=true
|
||||
|
||||
@@ -342,6 +352,10 @@ general {
|
||||
# Max: 1.0
|
||||
D:"Rabbit Toast Spawning Chance"=0.05
|
||||
|
||||
# Sets the maximum exhaustion value when healing
|
||||
# 6.0 for vanilla default
|
||||
D:"Regen Exhaustion"=6.0
|
||||
|
||||
# Sets the exhaustion value per cm when riding mounts
|
||||
# Min: 0.0
|
||||
# Max: 1.0
|
||||
@@ -522,6 +536,10 @@ general {
|
||||
|
||||
# Plays an indication sound effect when health is regained
|
||||
B:"[4] Indication Sound"=false
|
||||
|
||||
# Determines the maximum amount of health to regain
|
||||
# 0 for no limitation
|
||||
D:"[5] Max Heal Amount"=0.0
|
||||
}
|
||||
|
||||
sleeping {
|
||||
@@ -686,6 +704,9 @@ general {
|
||||
|
||||
# If the Glowing potion effect will apply particles. Only applies if "[3] Highlight Unsafe Mobs" is true
|
||||
B:"[4] Show Glowing Particles"=false
|
||||
|
||||
# When checking nearby hostile mobs, skip named mobs
|
||||
B:"[5] Ignore Named Mobs"=false
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1016,6 +1037,13 @@ general {
|
||||
# Less than or equal to 0 is set to the default
|
||||
I:"Particle Limit"=-1
|
||||
|
||||
# Sets the percentage of experience players can drop upon death instead of the capped ~7 levels
|
||||
# Range from 0.0 to 1.0
|
||||
# Below 0.0 for vanilla default
|
||||
# Min: -1.0
|
||||
# Max: 1.0
|
||||
D:"Player XP Drop Percentage"=-1.0
|
||||
|
||||
# Always indent keybind entries from the screen edge, preventing them from overflowing off the left side when particularly long keybind names are present
|
||||
B:"Prevent Keybinds from Overflowing Screen"=true
|
||||
|
||||
@@ -1301,6 +1329,9 @@ general {
|
||||
|
||||
# Removes duplicate messages and instead put a number behind the message how often it was repeated
|
||||
B:"[3] Compact Messages"=false
|
||||
|
||||
# When waking up from bed, if the chat had text keep the chat window open
|
||||
B:"[4] Keep Chat Active on waking"=true
|
||||
}
|
||||
|
||||
advancements {
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
B:"Add Vajra Recipes"=true
|
||||
|
||||
# Controls the break speed of a powered Vajra (note that there is a hard cap of one block per tick)
|
||||
D:"Break Speed"=1000000.0
|
||||
|
||||
# Controls how much RF is used each time a vajra breaks a block
|
||||
I:"Charge Per Use"=10000
|
||||
|
||||
# Controls the harvest level of a powered Vajra
|
||||
I:"Harvest Level"=1000000
|
||||
|
||||
# Controls the Vajra's max charge
|
||||
I:"Max Charge"=10000000
|
||||
B:"Show Durability Bar"=true
|
||||
|
||||
"mod interop" {
|
||||
B:"Applied Energistics 2 Unofficial Extended Life"=true
|
||||
B:"Ender IO"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
S:accessTransformers <
|
||||
>
|
||||
|
||||
# Allow script to access other scripts loaded by previous loaders. The config is only effective when fastScriptLoading is enabled. Default: false
|
||||
B:crossLoaderAccess=false
|
||||
|
||||
@@ -30,3 +33,4 @@ general {
|
||||
B:fastScriptLoading=false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -436,7 +436,7 @@ perks {
|
||||
|
||||
key_lastbreath {
|
||||
# Defines the damage multiplier you get additionally to your normal damage when being low on health (25% health = 75% of this additional multiplier) [range: 1.0 ~ 32.0, default: 3.0]
|
||||
S:Damage_Increase=3.0
|
||||
S:Damage_Increase=1.5
|
||||
|
||||
# Defines the dig speed multiplier you get additionally to your normal dig speed when being low on health (25% health = 75% of this additional multiplier) [range: 1.0 ~ 32.0, default: 1.5]
|
||||
S:HarvestSpeed_Increase=1.5
|
||||
@@ -1086,4 +1086,3 @@ worldgen {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
##########################################################################################################
|
||||
|
||||
data {
|
||||
# [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [tombstone:spectral_conjurer:2], [enderio:witherweapon:5], [enderio:soulbound:1], [enderio:witherarrow:5], [enderio:repellent:1], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [mod_lavacow:critical_boost:2], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]]
|
||||
# [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: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], [mod_lavacow:dominion:1], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]]
|
||||
S:data <
|
||||
minecraft:protection:10
|
||||
minecraft:fire_protection:5
|
||||
@@ -66,3 +66,4 @@ data {
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
data {
|
||||
# [default: [water;2147483647;2147483647;14000], [lava;4000000;1000000;7500], [crystaloil;600000;400000;800], [empoweredoil;350000;150000;200], [redstone;120000;70000;500], [glowstone;120000;70000;500], [ender;140000;60000;250], [pyrotheum;200000;120000;200], [cryotheum;200000;120000;200], [refined_oil;480000;400000;600], [refined_fuel;450000;300000;550], [iron;600000;350000;900], [gold;400000;350000;600], [cobalt;150000;150000;80], [ardite;150000;150000;80], [emerald;60000;90000;30], [fluidoil;500000;350000;900], [fluidnitrodiesel;400000;250000;450], [ic2uu_matter;600;800;1], [ic2biomass;300000;200000;600], [ic2biogas;250000;150000;500], [mana;550000;120000;1500], [nacre;150000;250000;250]]
|
||||
S:data <
|
||||
water;2147483647;2147483647;16000
|
||||
enrichedlava;2147483647;2147483647;16000;-1
|
||||
lava;2147483647;2147483647;16000;-1,0
|
||||
liquidstarlight;2147483647;2147483647;16000;0,1
|
||||
charger;2147483647;2147483647;16000;-1,1
|
||||
liquidcoralium;2147483647;2147483647;16000;1
|
||||
water;2147483647;2147483647;16000;0
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ battletowerchestitems {
|
||||
S:"Floor 3"=bowl-0-75-2-4;coal-0-90-4-4;string-0-80-5-5;wool-0-75-2-2;contenttweaker:bento_l-0-25-1-5;contenttweaker:signal_beacon-0-10-2-3;contenttweaker:witchery_summons-0-10-2-3;contenttweaker:recursive_paper_illager-0-10-2-3;contenttweaker:recursive_paper_buggy-0-10-2-3;contenttweaker:refined_obsidian_flake-0-10-1-1
|
||||
S:"Floor 4"=glass-0-75-3-3;feather-0-75-4-4;bread-0-75-2-2;apple-0-75-2-2;aoa3:void_boots-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;contenttweaker:bloodlust_coin-0-15-1-2;contenttweaker:mark_of_the_soul_scurry-0-10-2-3;contenttweaker:recursive_paper_buggy-0-10-2-3;contenttweaker:refined_obsidian_flake-0-10-1-1
|
||||
S:"Floor 5"=brown_mushroom-0-75-2-2;red_mushroom-0-75-2-2;sapling-0-90-3-3;wheat-0-75-4-4;aoa3:void_helmet-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;contenttweaker:heart_stone-0-15-1-2;contenttweaker:call_of_the_death_games-0-10-2-3;aoa3:treasure_box-0-10-6-15;contenttweaker:recursive_paper_dunerider-0-10-2-3
|
||||
S:"Floor 6"=sign-0-50-1-2;fishing_rod-0-75-1-1;pumpkin_seeds-0-60-2-2;melon_seeds-0-60-3-3;aoa3:void_legs-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;ebwizardry:crystal_silver_plating-0-20-1-2;contenttweaker:creepy_explosive-0-10-2-3;contenttweaker:recursive_paper_abyssal-0-10-2-3
|
||||
S:"Floor 6"=sign-0-50-1-2;fishing_rod-0-75-1-1;pumpkin_seeds-0-60-2-2;melon_seeds-0-60-3-3;aoa3:void_legs-0-30-1-1;xreliquary:mob_ingredient-4-70-3-6;ebwizardry:crystal_silver_plating-0-20-1-2;contenttweaker:creepy_explosive-0-10-2-3;contenttweaker:recursive_paper_abyssal-0-10-2-3;contenttweaker:recursive_paper_flying-0-10-2-3
|
||||
S:"Floor 7"=iron_sword-0-60-1-1;gunpowder-0-75-3-3;leather-0-75-4-4;fish-0-75-3-3;dye-0-60-1-2;aoa3:void_chestplate-0-30-1-1;ebwizardry:ethereal_crystalweave-0-20-1-2;contenttweaker:embiggener-0-10-2-3;aoa3:treasure_box-0-10-6-15;contenttweaker:recursive_paper_illager-0-10-2-3;contenttweaker:refined_obsidian_flake-0-10-1-1
|
||||
S:"Floor 8"=chainmail_helmet-0-40-1-1;chainmail_chestplate-0-40-1-1;chainmail_leggings-0-40-1-1;chainmail_boots-0-40-1-1;ChestGenHook:chests/simple_dungeon:3;contenttweaker:heart_stone-0-30-1-2;aoa3:treasure_box-0-10-6-15;contenttweaker:call_of_enigma-0-10-3-5;contenttweaker:recursive_paper_faithfulundead-0-10-2-3
|
||||
S:"Floor 9"=bookshelf-0-70-1-3;redstone_lamp-0-60-2-2;waterlily-0-75-3-3;brewing_stand-0-50-1-1;ChestGenHook:chests/simple_dungeon:5;contenttweaker:furry_mass-0-15-1-1;contenttweaker:bloodlust_coin-0-30-1-3;cyclicmagic:glowing_helmet-0-80-1-1
|
||||
|
||||
@@ -22,11 +22,14 @@ general {
|
||||
# Enabled the popup notices when quests are completed or updated [default: true]
|
||||
B:"Quest Notices"=true
|
||||
|
||||
# The delay, in ticks, after which quests with retrieval tasks will detect changes [range: 1 ~ 200, default: 20]
|
||||
I:"Retrieval Task Detection Interval"=20
|
||||
|
||||
# Increases or decreases the scrolling speed [range: 0.0 ~ 10.0, default: 1.0]
|
||||
S:"Scroll Speed Multiplier"=1.0
|
||||
|
||||
# If true, skip the home GUI and open quests at startup. This property will be changed by the mod itself. [default: false]
|
||||
B:"Skip Home"=false
|
||||
B:"Skip Home"=true
|
||||
|
||||
# If true, then the player will spawn with a Quest Book when they first join the world [default: true]
|
||||
B:"Spawn with Quest Book"=true
|
||||
@@ -53,4 +56,3 @@ general {
|
||||
S:"Zoom Speed"=1.25
|
||||
}
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -804,27 +804,6 @@
|
||||
"y:3": -432
|
||||
},
|
||||
"112:10": {
|
||||
"id:3": 901883762,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 240,
|
||||
"y:3": 0
|
||||
},
|
||||
"113:10": {
|
||||
"id:3": 1155479328,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 192,
|
||||
"y:3": 0
|
||||
},
|
||||
"114:10": {
|
||||
"id:3": 1313906300,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 144,
|
||||
"y:3": 0
|
||||
},
|
||||
"115:10": {
|
||||
"id:3": 1878675504,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
|
||||
@@ -107,21 +107,21 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 36,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"11:10": {
|
||||
"id:3": 950,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 264
|
||||
"y:3": 288
|
||||
},
|
||||
"12:10": {
|
||||
"id:3": 951,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -12,
|
||||
"y:3": 264
|
||||
"y:3": 288
|
||||
},
|
||||
"13:10": {
|
||||
"id:3": 952,
|
||||
@@ -142,14 +142,14 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -12,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"16:10": {
|
||||
"id:3": 955,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"17:10": {
|
||||
"id:3": 956,
|
||||
@@ -170,7 +170,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"20:10": {
|
||||
"id:3": 959,
|
||||
@@ -184,91 +184,91 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 240
|
||||
"y:3": 264
|
||||
},
|
||||
"22:10": {
|
||||
"id:3": 961,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 156,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"23:10": {
|
||||
"id:3": 962,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 276,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"24:10": {
|
||||
"id:3": 963,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 300,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"25:10": {
|
||||
"id:3": 964,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 300,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"26:10": {
|
||||
"id:3": 965,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 276,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"27:10": {
|
||||
"id:3": 966,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 324,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"28:10": {
|
||||
"id:3": 967,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 36,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"29:10": {
|
||||
"id:3": 968,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 324,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"30:10": {
|
||||
"id:3": 969,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"31:10": {
|
||||
"id:3": 970,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 36,
|
||||
"y:3": 216
|
||||
"y:3": 240
|
||||
},
|
||||
"32:10": {
|
||||
"id:3": 971,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"33:10": {
|
||||
"id:3": 972,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -12,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"34:10": {
|
||||
"id:3": 973,
|
||||
@@ -289,14 +289,14 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -12,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"37:10": {
|
||||
"id:3": 976,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -12,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"38:10": {
|
||||
"id:3": 977,
|
||||
@@ -324,14 +324,14 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 228,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"42:10": {
|
||||
"id:3": 981,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 36,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"43:10": {
|
||||
"id:3": 982,
|
||||
@@ -345,7 +345,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 36,
|
||||
"y:3": 264
|
||||
"y:3": 288
|
||||
},
|
||||
"45:10": {
|
||||
"id:3": 984,
|
||||
@@ -366,7 +366,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 300,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"48:10": {
|
||||
"id:3": 987,
|
||||
@@ -387,7 +387,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 168
|
||||
"y:3": 192
|
||||
},
|
||||
"51:10": {
|
||||
"id:3": 990,
|
||||
@@ -408,21 +408,21 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 216
|
||||
"y:3": 240
|
||||
},
|
||||
"54:10": {
|
||||
"id:3": 993,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 36,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"55:10": {
|
||||
"id:3": 994,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 84,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"56:10": {
|
||||
"id:3": 995,
|
||||
@@ -436,21 +436,21 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -108,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"58:10": {
|
||||
"id:3": 997,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -108,
|
||||
"y:3": 264
|
||||
"y:3": 288
|
||||
},
|
||||
"59:10": {
|
||||
"id:3": 998,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -108,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"60:10": {
|
||||
"id:3": 999,
|
||||
@@ -464,7 +464,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 300,
|
||||
"y:3": 264
|
||||
"y:3": 288
|
||||
},
|
||||
"62:10": {
|
||||
"id:3": 1012,
|
||||
@@ -478,7 +478,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -12,
|
||||
"y:3": 216
|
||||
"y:3": 240
|
||||
},
|
||||
"64:10": {
|
||||
"id:3": 1152,
|
||||
@@ -506,7 +506,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 132,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"68:10": {
|
||||
"id:3": 1820,
|
||||
@@ -520,14 +520,14 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 180,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"70:10": {
|
||||
"id:3": 1970,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 156,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"71:10": {
|
||||
"id:3": 2030,
|
||||
@@ -555,7 +555,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 132,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"75:10": {
|
||||
"id:3": 2125,
|
||||
@@ -569,14 +569,14 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 252,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"77:10": {
|
||||
"id:3": 2133,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 204,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"78:10": {
|
||||
"id:3": 2157,
|
||||
@@ -604,7 +604,7 @@
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 276,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"82:10": {
|
||||
"id:3": 2172,
|
||||
@@ -621,207 +621,249 @@
|
||||
"y:3": 72
|
||||
},
|
||||
"84:10": {
|
||||
"id:3": 134644474,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": 24
|
||||
},
|
||||
"85:10": {
|
||||
"id:3": 179843577,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 444,
|
||||
"y:3": 48
|
||||
},
|
||||
"85:10": {
|
||||
"86:10": {
|
||||
"id:3": 190463592,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 612,
|
||||
"y:3": 24
|
||||
},
|
||||
"86:10": {
|
||||
"87:10": {
|
||||
"id:3": 197481236,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 564,
|
||||
"y:3": 24
|
||||
},
|
||||
"87:10": {
|
||||
"88:10": {
|
||||
"id:3": 287884244,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 180,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"88:10": {
|
||||
"89:10": {
|
||||
"id:3": 580188948,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 180,
|
||||
"y:3": 72
|
||||
},
|
||||
"90:10": {
|
||||
"id:3": 598794085,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 516,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"89:10": {
|
||||
"91:10": {
|
||||
"id:3": 623338086,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 276,
|
||||
"x:3": 300,
|
||||
"y:3": 192
|
||||
},
|
||||
"92:10": {
|
||||
"id:3": 646126378,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 228,
|
||||
"y:3": 168
|
||||
},
|
||||
"90:10": {
|
||||
"id:3": 646126378,
|
||||
"93:10": {
|
||||
"id:3": 671265356,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 228,
|
||||
"y:3": 144
|
||||
},
|
||||
"91:10": {
|
||||
"id:3": 671265356,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 228,
|
||||
"y:3": 120
|
||||
},
|
||||
"92:10": {
|
||||
"94:10": {
|
||||
"id:3": 680247824,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 228,
|
||||
"y:3": 72
|
||||
},
|
||||
"93:10": {
|
||||
"95:10": {
|
||||
"id:3": 713881066,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 588,
|
||||
"y:3": -24
|
||||
},
|
||||
"94:10": {
|
||||
"96:10": {
|
||||
"id:3": 747193638,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 516,
|
||||
"y:3": 120
|
||||
},
|
||||
"97:10": {
|
||||
"id:3": 834120991,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": 48
|
||||
},
|
||||
"98:10": {
|
||||
"id:3": 893717315,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 588,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"95:10": {
|
||||
"99:10": {
|
||||
"id:3": 894637416,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 252,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"96:10": {
|
||||
"100:10": {
|
||||
"id:3": 937324342,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 372,
|
||||
"y:3": 24
|
||||
},
|
||||
"97:10": {
|
||||
"101:10": {
|
||||
"id:3": 1010077716,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 516,
|
||||
"x:3": 492,
|
||||
"y:3": 48
|
||||
},
|
||||
"98:10": {
|
||||
"102:10": {
|
||||
"id:3": 1023543573,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 180,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"99:10": {
|
||||
"103:10": {
|
||||
"id:3": 1032295143,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 588,
|
||||
"y:3": 48
|
||||
},
|
||||
"100:10": {
|
||||
"104:10": {
|
||||
"id:3": 1088310052,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 516,
|
||||
"y:3": 24
|
||||
},
|
||||
"101:10": {
|
||||
"105:10": {
|
||||
"id:3": 1155112031,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 588,
|
||||
"y:3": 24
|
||||
},
|
||||
"102:10": {
|
||||
"106:10": {
|
||||
"id:3": 1285937242,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 228,
|
||||
"y:3": 192
|
||||
"y:3": 216
|
||||
},
|
||||
"103:10": {
|
||||
"107:10": {
|
||||
"id:3": 1291790496,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 492,
|
||||
"y:3": 24
|
||||
},
|
||||
"108:10": {
|
||||
"id:3": 1294633522,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 300,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"104:10": {
|
||||
"109:10": {
|
||||
"id:3": 1326454147,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 324,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"105:10": {
|
||||
"110:10": {
|
||||
"id:3": 1430858195,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 444,
|
||||
"y:3": 24
|
||||
},
|
||||
"106:10": {
|
||||
"111:10": {
|
||||
"id:3": 1450947350,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 84,
|
||||
"y:3": 72
|
||||
},
|
||||
"107:10": {
|
||||
"112:10": {
|
||||
"id:3": 1455192738,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 204,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
},
|
||||
"108:10": {
|
||||
"113:10": {
|
||||
"id:3": 1515645838,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 84,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"109:10": {
|
||||
"114:10": {
|
||||
"id:3": 1628733710,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 372,
|
||||
"y:3": 48
|
||||
},
|
||||
"110:10": {
|
||||
"115:10": {
|
||||
"id:3": 1641833526,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 372,
|
||||
"y:3": 96
|
||||
"y:3": 120
|
||||
},
|
||||
"111:10": {
|
||||
"116:10": {
|
||||
"id:3": 1759579325,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 156,
|
||||
"y:3": 144
|
||||
"y:3": 168
|
||||
},
|
||||
"112:10": {
|
||||
"117:10": {
|
||||
"id:3": 1914243069,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 12,
|
||||
"y:3": 96
|
||||
},
|
||||
"118:10": {
|
||||
"id:3": 1932251656,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 252,
|
||||
"y:3": 120
|
||||
"y:3": 144
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -130,6 +130,13 @@
|
||||
"sizeY:3": 24,
|
||||
"x:3": -192,
|
||||
"y:3": -60
|
||||
},
|
||||
"17:10": {
|
||||
"id:3": 1968263035,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -192,
|
||||
"y:3": -12
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3114,167 +3114,202 @@
|
||||
"y:3": 240
|
||||
},
|
||||
"443:10": {
|
||||
"id:3": 65268874,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -108,
|
||||
"y:3": 780
|
||||
},
|
||||
"444:10": {
|
||||
"id:3": 103570573,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 504,
|
||||
"y:3": -264
|
||||
},
|
||||
"444:10": {
|
||||
"445:10": {
|
||||
"id:3": 339187524,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -108,
|
||||
"y:3": 60
|
||||
},
|
||||
"445:10": {
|
||||
"446:10": {
|
||||
"id:3": 443310250,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": 132
|
||||
},
|
||||
"446:10": {
|
||||
"447:10": {
|
||||
"id:3": 553968570,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 468,
|
||||
"y:3": -480
|
||||
},
|
||||
"447:10": {
|
||||
"448:10": {
|
||||
"id:3": 650488292,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 612,
|
||||
"y:3": 60
|
||||
},
|
||||
"448:10": {
|
||||
"449:10": {
|
||||
"id:3": 679751183,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -264
|
||||
},
|
||||
"449:10": {
|
||||
"450:10": {
|
||||
"id:3": 736384140,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": -444
|
||||
},
|
||||
"450:10": {
|
||||
"451:10": {
|
||||
"id:3": 753403332,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -144,
|
||||
"y:3": 780
|
||||
},
|
||||
"452:10": {
|
||||
"id:3": 795857967,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -252,
|
||||
"y:3": 60
|
||||
},
|
||||
"451:10": {
|
||||
"453:10": {
|
||||
"id:3": 949656804,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 504,
|
||||
"y:3": -444
|
||||
},
|
||||
"452:10": {
|
||||
"454:10": {
|
||||
"id:3": 1031147864,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -156
|
||||
},
|
||||
"453:10": {
|
||||
"455:10": {
|
||||
"id:3": 1083627567,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 576,
|
||||
"y:3": -264
|
||||
},
|
||||
"454:10": {
|
||||
"456:10": {
|
||||
"id:3": 1091209787,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 432,
|
||||
"y:3": -480
|
||||
},
|
||||
"455:10": {
|
||||
"457:10": {
|
||||
"id:3": 1126054451,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -72,
|
||||
"y:3": 780
|
||||
},
|
||||
"458:10": {
|
||||
"id:3": 1272834460,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 576,
|
||||
"y:3": -300
|
||||
},
|
||||
"456:10": {
|
||||
"459:10": {
|
||||
"id:3": 1304340834,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": -264
|
||||
},
|
||||
"457:10": {
|
||||
"460:10": {
|
||||
"id:3": 1365120258,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 612,
|
||||
"y:3": 24
|
||||
},
|
||||
"458:10": {
|
||||
"461:10": {
|
||||
"id:3": 1403757701,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -228
|
||||
},
|
||||
"459:10": {
|
||||
"462:10": {
|
||||
"id:3": 1430343507,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 72,
|
||||
"y:3": -192
|
||||
},
|
||||
"460:10": {
|
||||
"463:10": {
|
||||
"id:3": 1453897011,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 108,
|
||||
"y:3": 132
|
||||
},
|
||||
"461:10": {
|
||||
"464:10": {
|
||||
"id:3": 1483854701,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -36,
|
||||
"y:3": 780
|
||||
},
|
||||
"465:10": {
|
||||
"id:3": 1553598788,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 540,
|
||||
"y:3": -300
|
||||
},
|
||||
"462:10": {
|
||||
"466:10": {
|
||||
"id:3": 1596066184,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 108,
|
||||
"y:3": -156
|
||||
},
|
||||
"463:10": {
|
||||
"467:10": {
|
||||
"id:3": 1715490159,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -36,
|
||||
"y:3": 816
|
||||
},
|
||||
"468:10": {
|
||||
"id:3": 1737727943,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 504,
|
||||
"y:3": -336
|
||||
},
|
||||
"464:10": {
|
||||
"469:10": {
|
||||
"id:3": 1799610165,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": -180,
|
||||
"y:3": 60
|
||||
},
|
||||
"465:10": {
|
||||
"470:10": {
|
||||
"id:3": 2044421705,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
"x:3": 576,
|
||||
"y:3": -444
|
||||
},
|
||||
"466:10": {
|
||||
"471:10": {
|
||||
"id:3": 2087826195,
|
||||
"sizeX:3": 24,
|
||||
"sizeY:3": 24,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
],
|
||||
"properties:10": {
|
||||
"betterquesting:10": {
|
||||
"desc:8": "§7§o你最好准备条退路……\n\n§f暮色森林的亡魂似有未竟之业,其执念凝聚成了幽灵形态。这些复仇之灵不过是昔日败北之耻的残影。\n然而它们守护的遗物竟成功躲过了猩红教团的掠夺。\n谐振,调和,共鸣。这些现象与魔法有所关联,更是催发魔法的媒介。这是暮色森林守护的核心奥秘,既被如此珍视,定然大有用途。",
|
||||
"desc:8": "§7§o你最好准备条退路……\n\n§f暮色森林的亡魂似有未竟之业,其执念凝聚成了幽灵形态。这些复仇之灵不过是昔日败北之耻的残影。\n然而它们守护的遗物竟成功躲过了血腥教团的掠夺。\n谐振,调和,共鸣。这些现象与魔法有所关联,更是催发魔法的媒介。这是暮色森林守护的核心奥秘,既被如此珍视,定然大有用途。",
|
||||
"icon:10": {
|
||||
"Count:3": 1,
|
||||
"id:8": "contenttweaker:call_of_the_haunted"
|
||||
|
||||
@@ -1,115 +1,4 @@
|
||||
[
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divine_star",
|
||||
"catalyst": "minecraft:nether_star",
|
||||
"energy": 100000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"divinerpg:divine_rock",
|
||||
"divinerpg:divine_rock",
|
||||
"divinerpg:divine_rock",
|
||||
"divinerpg:divine_rock",
|
||||
"divinerpg:divine_rock",
|
||||
"divinerpg:divine_rock"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divine_star,2",
|
||||
"catalyst": "minecraft:nether_star,2",
|
||||
"energy": 100000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"aoa3:toxic_stone",
|
||||
"aoa3:toxic_stone",
|
||||
"aoa3:toxic_stone",
|
||||
"aoa3:toxic_stone",
|
||||
"aoa3:toxic_stone",
|
||||
"aoa3:toxic_stone"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divine_star,4",
|
||||
"catalyst": "minecraft:nether_star,4",
|
||||
"energy": 100000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"aoa3:borean_stone",
|
||||
"aoa3:borean_stone",
|
||||
"aoa3:borean_stone",
|
||||
"aoa3:borean_stone",
|
||||
"aoa3:borean_stone",
|
||||
"aoa3:borean_stone"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divine_star,8",
|
||||
"catalyst": "minecraft:nether_star,8",
|
||||
"energy": 100000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"aoa3:dustopia_stone",
|
||||
"aoa3:dustopia_stone",
|
||||
"aoa3:dustopia_stone",
|
||||
"aoa3:dustopia_stone",
|
||||
"aoa3:dustopia_stone",
|
||||
"aoa3:dustopia_stone"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:eden_star",
|
||||
"catalyst": "minecraft:nether_star",
|
||||
"energy": 1000000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:rhenium_catalyst",
|
||||
"contenttweaker:rhenium_catalyst",
|
||||
"contenttweaker:rhenium_catalyst",
|
||||
"contenttweaker:rhenium_catalyst",
|
||||
"contenttweaker:rhenium_catalyst",
|
||||
"contenttweaker:rhenium_catalyst",
|
||||
"contenttweaker:rhenium_catalyst",
|
||||
"contenttweaker:rhenium_catalyst"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:eden_star,4",
|
||||
"catalyst": "minecraft:nether_star,4",
|
||||
"energy": 1000000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:dreadful_rhenium_catalyst",
|
||||
"contenttweaker:dreadful_rhenium_catalyst",
|
||||
"contenttweaker:dreadful_rhenium_catalyst",
|
||||
"contenttweaker:dreadful_rhenium_catalyst",
|
||||
"contenttweaker:dreadful_rhenium_catalyst",
|
||||
"contenttweaker:dreadful_rhenium_catalyst",
|
||||
"contenttweaker:dreadful_rhenium_catalyst",
|
||||
"contenttweaker:dreadful_rhenium_catalyst"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:eden_star,8",
|
||||
"catalyst": "minecraft:nether_star,8",
|
||||
"energy": 1000000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:runic_rhenium_catalyst",
|
||||
"contenttweaker:runic_rhenium_catalyst",
|
||||
"contenttweaker:runic_rhenium_catalyst",
|
||||
"contenttweaker:runic_rhenium_catalyst",
|
||||
"contenttweaker:runic_rhenium_catalyst",
|
||||
"contenttweaker:runic_rhenium_catalyst",
|
||||
"contenttweaker:runic_rhenium_catalyst",
|
||||
"contenttweaker:runic_rhenium_catalyst"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "REMOVE",
|
||||
"result": "draconicevolution:crafting_injector,1,2",
|
||||
@@ -131,6 +20,96 @@
|
||||
"contenttweaker:jeweled_runium"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divination_catalyst",
|
||||
"catalyst": "minecraft:ender_eye",
|
||||
"energy": 256000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"actuallyadditions:item_misc,1,19",
|
||||
"actuallyadditions:item_misc,1,19",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divination_catalyst,4,0",
|
||||
"catalyst": "minecraft:ender_eye",
|
||||
"energy": 256000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:eden_core",
|
||||
"contenttweaker:eden_core",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divination_catalyst,8,0",
|
||||
"catalyst": "minecraft:ender_eye",
|
||||
"energy": 256000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:wildwood_core",
|
||||
"contenttweaker:wildwood_core",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divination_catalyst,16,0",
|
||||
"catalyst": "minecraft:ender_eye",
|
||||
"energy": 256000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:apalachia_core",
|
||||
"contenttweaker:apalachia_core",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divination_catalyst,32,0",
|
||||
"catalyst": "minecraft:ender_eye",
|
||||
"energy": 256000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:skythern_core",
|
||||
"contenttweaker:skythern_core",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:divination_catalyst,64,0",
|
||||
"catalyst": "minecraft:ender_eye",
|
||||
"energy": 256000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"contenttweaker:mortum_core",
|
||||
"contenttweaker:mortum_core",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star",
|
||||
"minecraft:nether_star"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:myrmex_artifact",
|
||||
@@ -288,61 +267,6 @@
|
||||
"contenttweaker:voxponds_artifact"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:wildwood_star",
|
||||
"catalyst": "minecraft:nether_star",
|
||||
"energy": 5000000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:rainbow_heart_canister",
|
||||
"contenttweaker:rainbow_heart_canister"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:wildwood_star,4",
|
||||
"catalyst": "minecraft:nether_star,4",
|
||||
"energy": 5000000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:pixonia_heart",
|
||||
"contenttweaker:gilded_rainbow_heart_canister",
|
||||
"contenttweaker:gilded_rainbow_heart_canister"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:wildwood_star,8",
|
||||
"catalyst": "minecraft:nether_star,8",
|
||||
"energy": 5000000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:brave_heart_of_pixonia",
|
||||
"contenttweaker:gilded_rainbow_heart_canister",
|
||||
"contenttweaker:gilded_rainbow_heart_canister",
|
||||
"contenttweaker:gilded_rainbow_heart_canister",
|
||||
"contenttweaker:gilded_rainbow_heart_canister"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "aoa3:borean_realmstone",
|
||||
@@ -676,26 +600,18 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:awakened_core,4,0",
|
||||
"catalyst": "minecraft:nether_star",
|
||||
"energy": 9000000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"contenttweaker:recursive_feather"
|
||||
]
|
||||
"mode": "REMOVE",
|
||||
"result": "draconicevolution:reactor_core",
|
||||
"catalyst": "draconicevolution:chaos_shard,1,0"
|
||||
},
|
||||
{
|
||||
"mode": "REMOVE",
|
||||
"result": "draconicevolution:reactor_core",
|
||||
"result": "draconicevolution:awakened_core",
|
||||
"catalyst": "minecraft:nether_star"
|
||||
},
|
||||
{
|
||||
"mode": "REMOVE",
|
||||
"result": "draconicevolution:chaotic_core",
|
||||
"catalyst": "draconicevolution:chaos_shard,1,0"
|
||||
},
|
||||
{
|
||||
@@ -715,6 +631,71 @@
|
||||
"draconicevolution:draconic_block"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:awakened_mithril,4,0",
|
||||
"catalyst": "thermalfoundation:material,4,136",
|
||||
"energy": 100000,
|
||||
"tier": 1,
|
||||
"ingredients": [
|
||||
"ore:dragonScaleItem",
|
||||
"ore:dragonScaleItem",
|
||||
"divinerpg:eden_heart",
|
||||
"divinerpg:eden_heart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:awakened_mithril,8,0",
|
||||
"catalyst": "thermalfoundation:material,8,136",
|
||||
"energy": 100000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"ore:dragonScaleItem",
|
||||
"ore:dragonScaleItem",
|
||||
"divinerpg:wildwood_heart",
|
||||
"divinerpg:wildwood_heart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:awakened_mithril,16,0",
|
||||
"catalyst": "thermalfoundation:material,16,136",
|
||||
"energy": 100000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"ore:dragonScaleItem",
|
||||
"ore:dragonScaleItem",
|
||||
"divinerpg:apalachia_heart",
|
||||
"divinerpg:apalachia_heart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:awakened_mithril,32,0",
|
||||
"catalyst": "thermalfoundation:material,32,136",
|
||||
"energy": 100000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"ore:dragonScaleItem",
|
||||
"ore:dragonScaleItem",
|
||||
"divinerpg:skythern_heart",
|
||||
"divinerpg:skythern_heart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:awakened_mithril,64,0",
|
||||
"catalyst": "thermalfoundation:material,64,136",
|
||||
"energy": 100000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"ore:dragonScaleItem",
|
||||
"ore:dragonScaleItem",
|
||||
"divinerpg:mortum_heart",
|
||||
"divinerpg:mortum_heart"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:flerovium_matrix",
|
||||
@@ -758,24 +739,6 @@
|
||||
"contenttweaker:recursive_convergence"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:awakened_core,16,0",
|
||||
"catalyst": "minecraft:nether_star",
|
||||
"energy": 9000000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"contenttweaker:eye_of_gallifrey"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "iceandfire:fire_dragon_heart,1,0",
|
||||
@@ -893,19 +856,78 @@
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:chaotic_core,4,0",
|
||||
"catalyst": "draconicevolution:chaos_shard,1,0",
|
||||
"energy": 800000000,
|
||||
"result": "avaritia:resource,12,0",
|
||||
"catalyst": "contenttweaker:unidentified_ingot,3,0",
|
||||
"energy": 30000000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"avaritiaitem:self_actualizing_stone"
|
||||
"nae2:material,1,1",
|
||||
"contenttweaker:brightsteel_alloy_ingot",
|
||||
"ore:ingotBrightsteel",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "avaritia:resource,36,0",
|
||||
"catalyst": "contenttweaker:unidentified_ingot,9,0",
|
||||
"energy": 30000000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"nae2:material,1,2",
|
||||
"contenttweaker:brightsteel_alloy_ingot",
|
||||
"contenttweaker:hassium_alloy_ingot",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:diamond_matrix,3,0",
|
||||
"catalyst": "contenttweaker:unidentified_ingot,27,0",
|
||||
"energy": 30000000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"nae2:material,1,3",
|
||||
"contenttweaker:brightseel_alloy_plate",
|
||||
"contenttweaker:brightseel_alloy_plate",
|
||||
"contenttweaker:hassium_alloy_ingot",
|
||||
"contenttweaker:hassium_alloy_ingot",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:diamond_matrix,9,0",
|
||||
"catalyst": "contenttweaker:unidentified_ingot,64,0",
|
||||
"energy": 30000000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"nae2:material,1,4",
|
||||
"contenttweaker:brightseel_alloy_plate",
|
||||
"contenttweaker:brightseel_alloy_plate",
|
||||
"contenttweaker:hassium_alloy_ingot",
|
||||
"contenttweaker:hassium_alloy_ingot",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:orichalcum_sliver",
|
||||
"contenttweaker:defined_ingot",
|
||||
"contenttweaker:neodymium_magnetic_alloy",
|
||||
"contenttweaker:neodymium_magnetic_alloy"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1110,6 +1132,53 @@
|
||||
"draconicevolution:chaos_shard,1,0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:balanced_draconium_block",
|
||||
"catalyst": "contenttweaker:defined_draconium_block",
|
||||
"energy": 10000000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"contenttweaker:recursium_ingot",
|
||||
"contenttweaker:recursium_ingot",
|
||||
"contenttweaker:chaos_wood",
|
||||
"contenttweaker:order_wood",
|
||||
"ore:ingotInfinity",
|
||||
"ore:ingotInfinity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:fractal_draconium_block",
|
||||
"catalyst": "contenttweaker:balanced_draconium_block",
|
||||
"energy": 100000000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"contenttweaker:cuendillar_plate",
|
||||
"contenttweaker:cuendillar_plate",
|
||||
"contenttweaker:cuendillar_plate",
|
||||
"contenttweaker:cuendillar_plate",
|
||||
"avaritiaitem:fractallite_halite_catalyst",
|
||||
"avaritiaitem:fractallite_halite_catalyst"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:endlessly_wishing_draconium_block",
|
||||
"catalyst": "contenttweaker:fractal_draconium_block",
|
||||
"energy": 1000000000,
|
||||
"tier": 2,
|
||||
"ingredients": [
|
||||
"contenttweaker:ingot_of_infinite_wishes",
|
||||
"contenttweaker:ingot_of_infinite_wishes",
|
||||
"contenttweaker:ingot_of_infinite_wishes",
|
||||
"contenttweaker:ingot_of_infinite_wishes",
|
||||
"contenttweaker:cuendillar_seal",
|
||||
"contenttweaker:cuendillar_seal",
|
||||
"contenttweaker:cuendillar_seal",
|
||||
"contenttweaker:cuendillar_seal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:crafting_injector,4,1",
|
||||
@@ -1152,6 +1221,27 @@
|
||||
"contenttweaker:cursed_sapphire"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:crafting_injector,16,1",
|
||||
"catalyst": "draconicevolution:crafting_injector,16,0",
|
||||
"energy": 256000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"contenttweaker:draconic_fulcrum",
|
||||
"contenttweaker:draconic_fulcrum",
|
||||
"contenttweaker:draconic_fulcrum",
|
||||
"contenttweaker:draconic_fulcrum",
|
||||
"contenttweaker:draconic_fulcrum",
|
||||
"contenttweaker:draconic_fulcrum",
|
||||
"ore:ingotInfinity",
|
||||
"contenttweaker:cursed_sapphire",
|
||||
"contenttweaker:cursed_sapphire"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:crafting_injector,4,2",
|
||||
@@ -1196,112 +1286,9 @@
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:wyvern_fulcrum,8,0",
|
||||
"catalyst": "contenttweaker:cori_experience",
|
||||
"energy": 1024,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core",
|
||||
"draconicevolution:wyvern_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:draconic_fulcrum,8,0",
|
||||
"catalyst": "contenttweaker:cori_experience",
|
||||
"energy": 1024,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core",
|
||||
"draconicevolution:draconic_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:awakened_fulcrum,8,0",
|
||||
"catalyst": "contenttweaker:cori_experience",
|
||||
"energy": 1024,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core",
|
||||
"draconicevolution:awakened_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:chaotic_fulcrum,8,0",
|
||||
"catalyst": "contenttweaker:cori_experience",
|
||||
"energy": 1024,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core",
|
||||
"draconicevolution:chaotic_core"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:chaotic_core,8,0",
|
||||
"catalyst": "draconicevolution:chaos_shard,2,0",
|
||||
"energy": 800000000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"contenttweaker:awakened_fulcrum",
|
||||
"contenttweaker:awakened_fulcrum",
|
||||
"contenttweaker:awakened_fulcrum",
|
||||
"contenttweaker:awakened_fulcrum",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"draconicevolution:draconic_ingot",
|
||||
"contenttweaker:dust_of_infinite_wishes",
|
||||
"avaritiaitem:self_actualizing_stone"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:awakened_core,64,0",
|
||||
"catalyst": "minecraft:nether_star",
|
||||
"energy": 9000000,
|
||||
"result": "draconicevolution:crafting_injector,16,2",
|
||||
"catalyst": "draconicevolution:crafting_injector,16,1",
|
||||
"energy": 256000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
@@ -1310,12 +1297,12 @@
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"contenttweaker:wyvern_fulcrum",
|
||||
"draconicevolution:draconic_block",
|
||||
"draconicevolution:draconic_block",
|
||||
"contenttweaker:opalescent_matter",
|
||||
"contenttweaker:eye_of_gallifrey"
|
||||
"contenttweaker:trinity_nugget",
|
||||
"contenttweaker:corrupted_aragonite",
|
||||
"contenttweaker:jeweled_runium",
|
||||
"contenttweaker:jeweled_runium",
|
||||
"contenttweaker:jeweled_runium",
|
||||
"contenttweaker:jeweled_runium"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1360,6 +1347,27 @@
|
||||
"contenttweaker:opalescent_matter"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "draconicevolution:crafting_injector,16,3",
|
||||
"catalyst": "draconicevolution:crafting_injector,16,2",
|
||||
"energy": 256000,
|
||||
"tier": 3,
|
||||
"ingredients": [
|
||||
"contenttweaker:chaotic_fulcrum",
|
||||
"contenttweaker:chaotic_fulcrum",
|
||||
"contenttweaker:chaotic_fulcrum",
|
||||
"contenttweaker:chaotic_fulcrum",
|
||||
"minecraft:dragon_egg",
|
||||
"minecraft:dragon_egg",
|
||||
"rftools:infused_diamond",
|
||||
"rftools:infused_diamond",
|
||||
"contenttweaker:trinity_nugget",
|
||||
"contenttweaker:trinity_nugget",
|
||||
"contenttweaker:dust_of_infinite_wishes",
|
||||
"contenttweaker:dust_of_infinite_wishes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "ADD",
|
||||
"result": "contenttweaker:alchemical_innervation,2,0",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# The buildcraft detailed configuration file. This contains a lot of miscellaneous options that have no affect on gameplay.
|
||||
# You should refer to the BC source code for a detailed description of what these do. (https://github.com/BuildCraft/BuildCraft)
|
||||
# This file will be overwritten every time that buildcraft starts, so don't change anything other than the values.
|
||||
#Fri Aug 01 13:34:29 CDT 2025
|
||||
#Wed Feb 11 17:58:27 CST 2026
|
||||
render.pipe.misc.inside.shade=0.725
|
||||
@@ -0,0 +1,113 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# cell_operations
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Cell operation permissions.
|
||||
# These settings control whether cells can be inserted/ejected from drives using the Cell Terminal GUI.
|
||||
# Disabling these forces players to manage cells directly at the drives/chests instead.
|
||||
##########################################################################################################
|
||||
|
||||
cell_operations {
|
||||
# Allow ejecting/picking up cells from drives/chests through the Cell Terminal.
|
||||
# Affects the eject button and clicking cells in Inventory/Partition tabs.
|
||||
B:cellEjectEnabled=true
|
||||
|
||||
# Allow inserting cells into drives/chests through the Cell Terminal.
|
||||
# When disabled, clicking empty cell slots with a cell in hand will do nothing.
|
||||
B:cellInsertEnabled=true
|
||||
|
||||
# Allow swapping cells between drives/chests through the Cell Terminal.
|
||||
# When disabled, clicking a cell slot with a cell in hand will not swap.
|
||||
# Requires both eject and insert to be enabled to function.
|
||||
B:cellSwapEnabled=true
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# integration
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Settings for integration with other mods.
|
||||
##########################################################################################################
|
||||
|
||||
integration {
|
||||
# Mode ID for Cell Terminal in the Wireless Universal Terminal (AE2WUT).
|
||||
# Change this if another mod is using the same mode ID, causing conflicts.
|
||||
# Default: 11. REQUIRES GAME RESTART to take effect.
|
||||
I:wutModeId=11
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# misc
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Miscellaneous settings for various Cell Terminal features.
|
||||
##########################################################################################################
|
||||
|
||||
misc {
|
||||
# Allow editing cell partitions through the Cell Terminal.
|
||||
# When disabled, all partition modification features are blocked.
|
||||
B:partitionEditEnabled=true
|
||||
|
||||
# Allow editing drive/storage bus priorities through the Cell Terminal.
|
||||
# When disabled, the priority field will be read-only.
|
||||
B:priorityEditEnabled=true
|
||||
|
||||
# Allow extracting upgrades from cells and storage buses through the Cell Terminal.
|
||||
# When disabled, clicking upgrade icons will do nothing.
|
||||
B:upgradeExtractEnabled=true
|
||||
|
||||
# Allow inserting upgrades into cells and storage buses through the Cell Terminal.
|
||||
# When disabled, clicking entries while holding upgrades will do nothing.
|
||||
B:upgradeInsertEnabled=true
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# polling
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Storage bus polling settings.
|
||||
# WARNING: Storage bus polling can be expensive on large networks!
|
||||
# It requires iterating through all storage buses and their inventories.
|
||||
# Consider keeping polling disabled and reopening the terminal to refresh.
|
||||
##########################################################################################################
|
||||
|
||||
polling {
|
||||
# How often to poll for storage bus updates, in ticks (20 ticks = 1 second).
|
||||
# Higher values reduce server load but make data less responsive.
|
||||
# Only applies when storage bus polling is enabled.
|
||||
I:pollingInterval=20
|
||||
|
||||
# Enable automatic polling of storage bus data while on storage bus tabs.
|
||||
# WARNING: This can impact server performance on large networks!
|
||||
# When disabled, storage bus data is only fetched once per terminal session.
|
||||
# Reopen the terminal to manually refresh.
|
||||
B:storageBusPollingEnabled=false
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# tabs
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Enable or disable individual tabs in the Cell Terminal GUI.
|
||||
# Disabled tabs will appear grayed out and show a message in the tooltip.
|
||||
##########################################################################################################
|
||||
|
||||
tabs {
|
||||
# Enable the Inventory tab (view cell contents)
|
||||
B:inventoryTabEnabled=true
|
||||
|
||||
# Enable the Partition tab (edit cell filters)
|
||||
B:partitionTabEnabled=true
|
||||
|
||||
# Enable the Storage Bus Inventory tab (view storage bus contents)
|
||||
B:storageBusInventoryTabEnabled=true
|
||||
|
||||
# Enable the Storage Bus Partition tab (edit storage bus filters)
|
||||
B:storageBusPartitionTabEnabled=true
|
||||
|
||||
# Enable the Terminal tab (overview of all cells)
|
||||
B:terminalTabEnabled=true
|
||||
}
|
||||
|
||||
|
||||
@@ -1897,5 +1897,160 @@
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "sunstorm",
|
||||
"displayName": "太阳风暴",
|
||||
"displayNamePlural": "太阳风暴",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 6000,
|
||||
"craftingIngredients": [
|
||||
"divinerpg:eden_heart,1,0"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"divinerpg:sunstorm"
|
||||
],
|
||||
"lootItems": [
|
||||
"divinerpg:eden_heart,2,0",
|
||||
"contenttweaker:bloodmaster_metal_chest",
|
||||
"divinerpg:raw_empowered_meat,8,0",
|
||||
"minecraft:rotten_flesh,32,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 100,
|
||||
"mobTrivia": [
|
||||
"First time?",
|
||||
"Only the first Mythic Shell."
|
||||
],
|
||||
"entity": "divinerpg:sunstorm",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "termasect",
|
||||
"displayName": "原始树虫",
|
||||
"displayNamePlural": "原始树虫",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 6000,
|
||||
"craftingIngredients": [
|
||||
"divinerpg:wildwood_heart,1,0"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"divinerpg:termasect"
|
||||
],
|
||||
"lootItems": [
|
||||
"divinerpg:wildwood_heart,2,0",
|
||||
"aoa3:rammerhead_hide,8,0",
|
||||
"divinerpg:magic_meat,8,0",
|
||||
"abyssalcraft:ethaxiumingot,4,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 100,
|
||||
"mobTrivia": [
|
||||
"Lightning does not strike twice.",
|
||||
"Or does it?"
|
||||
],
|
||||
"entity": "divinerpg:termasect",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "eternalarcher",
|
||||
"displayName": "永恒射手",
|
||||
"displayNamePlural": "永恒射手",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 6000,
|
||||
"craftingIngredients": [
|
||||
"divinerpg:apalachia_heart,1,0"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"divinerpg:eternal_archer"
|
||||
],
|
||||
"lootItems": [
|
||||
"divinerpg:apalachia_heart,2,0",
|
||||
"thebetweenlands:spirit_fruit,8,0",
|
||||
"divinerpg:enriched_magic_meat,8,0",
|
||||
"abyssalcraft:shadowgem,8,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 100,
|
||||
"mobTrivia": [
|
||||
"Third time the charm?",
|
||||
"Not even close!"
|
||||
],
|
||||
"entity": "divinerpg:eternal_archer",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "experiencedcori",
|
||||
"displayName": "历战浮游者",
|
||||
"displayNamePlural": "历战浮游者",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 6000,
|
||||
"craftingIngredients": [
|
||||
"divinerpg:skythern_heart,1,0"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"divinerpg:experienced_cori"
|
||||
],
|
||||
"lootItems": [
|
||||
"divinerpg:skythern_heart,2,0",
|
||||
"divinerpg:divine_stone,4,0",
|
||||
"divinerpg:bluefire_stone,4,0",
|
||||
"actuallyadditions:item_misc,60,20"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 100,
|
||||
"mobTrivia": [
|
||||
"404",
|
||||
"Not found!"
|
||||
],
|
||||
"entity": "divinerpg:experienced_cori",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "beastsofmortum",
|
||||
"displayName": "死域野兽",
|
||||
"displayNamePlural": "死域野兽",
|
||||
"livingMatter": "extraterrestrial",
|
||||
"simulationRFCost": 6000,
|
||||
"craftingIngredients": [
|
||||
"divinerpg:mortum_heart,1,0"
|
||||
],
|
||||
"associatedMobs": [
|
||||
"divinerpg:vamacheron",
|
||||
"divinerpg:karot",
|
||||
"divinerpg:densos",
|
||||
"divinerpg:reyvor",
|
||||
"divinerpg:twilight_demon",
|
||||
"divinerpg:soul_fiend"
|
||||
],
|
||||
"lootItems": [
|
||||
"divinerpg:mortum_heart,2,0",
|
||||
"divinerpg:divine_stone,4,0",
|
||||
"divinerpg:bluefire_stone,4,0",
|
||||
"iceandfire:hydra_fang,40,0"
|
||||
],
|
||||
"deepLearnerDisplay": {
|
||||
"hearts": 100,
|
||||
"mobTrivia": [
|
||||
"Rebound mythic shell?",
|
||||
"...Sure!"
|
||||
],
|
||||
"entity": "divinerpg:karot",
|
||||
"entityScale": 48,
|
||||
"entityOffsetX": 10,
|
||||
"entityOffsetY": 20
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -22,5 +22,25 @@
|
||||
{
|
||||
"id": "wither_skeleton",
|
||||
"modifier": 0.2
|
||||
},
|
||||
{
|
||||
"id": "sunstorm",
|
||||
"modifier": 1.7
|
||||
},
|
||||
{
|
||||
"id": "termasect",
|
||||
"modifier": 1.8
|
||||
},
|
||||
{
|
||||
"id": "eternalarcher",
|
||||
"modifier": 1.9
|
||||
},
|
||||
{
|
||||
"id": "experiencedcori",
|
||||
"modifier": 2.0
|
||||
},
|
||||
{
|
||||
"id": "beastsofmortum",
|
||||
"modifier": 2.2
|
||||
}
|
||||
]
|
||||
]
|
||||
@@ -1688,4 +1688,3 @@ worldgen {
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -15,4 +15,4 @@ item.storage-size=2
|
||||
personalItem=minecraft:diamond|0
|
||||
|
||||
#Enable this to make EnderStorage use vanilla's EnderChest sounds instead of the standard chest.
|
||||
useVanillaEnderChestSounds=false
|
||||
useVanillaEnderChestSounds=false
|
||||
@@ -272,6 +272,10 @@ singularity {
|
||||
2052;tough;ore:ingotTough;575551
|
||||
2053;pulsating_iron;ore:ingotPulsatingIron;88d986
|
||||
2054;borax;ore:dustBorax;b0bee8
|
||||
2055;energetic_alloy;ore:ingotEnergeticAlloy;d47b22
|
||||
2056;dark_steel;ore:ingotDarkSteel;363636
|
||||
2057;vibrant_alloy;ore:ingotVibrantAlloy;7ae66e
|
||||
2058;end_steel;ore:ingotEndSteel;d9d68f
|
||||
|
||||
>
|
||||
|
||||
@@ -353,4 +357,3 @@ table_crafting {
|
||||
B:inherit_vanilla_recipes=false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2712,6 +2712,141 @@ if HaveForestryModule Bees <<
|
||||
Flower_Provider = "extrabees.flower.rock" // See below
|
||||
}
|
||||
}
|
||||
cfg Sacredhoney {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x805d2d // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xded716
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = Yes // If true - only works at night
|
||||
|
||||
Binominal = Bifrost // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
40% I:twilightforest:cinder_log
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
80% I:twilightforest:cinder_log
|
||||
70% I:twilightforest:cinder_log
|
||||
50% I:twilightforest:cinder_log
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesForest" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "extrabees.flower.rock" // See below
|
||||
}
|
||||
}
|
||||
cfg Chunky {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0xffe600 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xFF0000
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Normal // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = Yes // If true - only works at night
|
||||
|
||||
Binominal = Bifrost // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
40% I:contenttweaker:warren_chunk
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
80% I:contenttweaker:warren_chunk
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "forestry.speciesSpectral" // Copy traits from another species
|
||||
Never_Sleeps = "forestry.boolTrue" // Override a single trait
|
||||
Flower_Provider = "extrabees.flower.rock" // See below
|
||||
}
|
||||
}
|
||||
cfg Prosperous {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0x3ba100 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0x044075
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Damp // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Agricultural // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
90% I:contenttweaker:prosperous_rock // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
980% I:contenttweaker:prosperous_rock
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "extrabees.species.rock" // Copy traits from another species
|
||||
}
|
||||
}
|
||||
cfg Awakened {
|
||||
Dominant = Yes // Whether species allele is dominant or recessive
|
||||
Glowing = Yes // Whether icon should be glowing
|
||||
|
||||
PrimaryColor = 0xff8400 // Color as a hex number, can also be specified as {r g b} with values (0-1)
|
||||
SecondaryColor = 0xffe330
|
||||
|
||||
Secret = No // If true - will not show up in NEI or creative and
|
||||
// will not count against the species total.
|
||||
|
||||
Humidity = Damp // Arid, Normal, Damp
|
||||
Temperature = Normal // None, Icy, Cold, Normal, Warm, Hot, Hellish
|
||||
|
||||
Nocturnal = No // If true - only works at night
|
||||
|
||||
Binominal = Agricultural // Fluff
|
||||
Authority = BDEW
|
||||
|
||||
Branch = "gendustry.meatball"
|
||||
|
||||
Products = DropsList( // List of drops with chances
|
||||
90% I:contenttweaker:awakening_bloom // Can use all the specifiers usable in recipes
|
||||
)
|
||||
|
||||
Specialty = DropsList(
|
||||
980% I:contenttweaker:awakening_bloom
|
||||
)
|
||||
|
||||
cfg Traits {
|
||||
Base = "extrabees.species.rock" // Copy traits from another species
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3014,6 +3149,9 @@ if HaveForestryModule Bees <<
|
||||
mutation: 99% "extrabees.species.energetic" + "magicbees.speciesSavant" => "gendustry.bee.ChaosStrikez" Req Temperature Normal
|
||||
mutation: 80% "gendustry.bee.Gallifreyan" + "careerbees.honey_smelter" => "gendustry.bee.Honeysmeltest" Req Temperature Normal
|
||||
mutation: 80% "gendustry.bee.UniversalConstellation" + "gendustry.bee.Apothecary" => "gendustry.bee.Ascendant" Req Temperature Normal
|
||||
mutation: 40% "gendustry.bee.Soulsucking" + "gendustry.bee.Gallifreyan" => "gendustry.bee.Chunky" Req Temperature Hot
|
||||
mutation: 40% "gendustry.bee.Agricultural" + "gendustry.bee.Tinkerest" => "gendustry.bee.Prosperous" Req Temperature Hot
|
||||
mutation: 40% "gendustry.bee.Apothecary" + "magicBees.speciesDraconic" => "gendustry.bee.Awakened" Req Temperature Hot
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ gendustry.bees.species.Thorium=Thorium
|
||||
gendustry.bees.species.Trinity=Trinity
|
||||
gendustry.bees.species.Necronomibee=Necronomibee
|
||||
gendustry.honeycomb.necronomicomb.name=Necronomicomb
|
||||
gendustry.honeycomb.herblore.name=Herblore
|
||||
gendustry.honeycomb.herblore.name=Herblore Comb
|
||||
gendustry.bees.species.Sandman=Sandman366
|
||||
gendustry.bees.species.Herblore=Herblore
|
||||
gendustry.bees.species.Flux=Flux
|
||||
|
||||
@@ -70,7 +70,7 @@ module {
|
||||
I:versionNotificationTypes=0
|
||||
|
||||
# Don't change this.
|
||||
I:versionSave=26
|
||||
I:versionSave=11
|
||||
}
|
||||
|
||||
}
|
||||
@@ -88,4 +88,3 @@ module {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -813,9 +813,9 @@ advanced {
|
||||
tconstruct:arrow:0:wood,iridium,feather
|
||||
extracells:pattern.fluid:depleted_fuel_hecf_251_fluoride;m=0
|
||||
tconstruct:longsword:0:steel,steel,steel
|
||||
aoa3:tipped_holly_arrow
|
||||
openblocks:tank:americium_242;
|
||||
actuallyadditions:item_suction_ring
|
||||
aoa3:tipped_holly_arrow
|
||||
tconstruct:crossbow:0:chocolate,chocolate,chocolate,string
|
||||
enderio:item_broken_spawner:Mechbot
|
||||
enderio:item_soul_vial:Mechyon
|
||||
@@ -8843,3 +8843,4 @@ advanced {
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -71,6 +71,16 @@ world-124579541 {
|
||||
}
|
||||
|
||||
|
||||
world-1246007422 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=blocksta
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-1263687704 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
@@ -328,6 +338,16 @@ world-1845319893 {
|
||||
}
|
||||
|
||||
|
||||
world-1894580907 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=flui dic
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-1909883461 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
@@ -337,6 +357,16 @@ world-1909883461 {
|
||||
}
|
||||
|
||||
|
||||
world-195753989 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=astral
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-2007616665 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
@@ -404,8 +434,10 @@ world-288993849 {
|
||||
|
||||
world-310143583 {
|
||||
# Show the list of bookmarks next to open GUIs.
|
||||
B:bookmarkOverlayEnabled=false
|
||||
B:cheatItemsEnabled=false
|
||||
B:bookmarkOverlayEnabled=true
|
||||
|
||||
# Give items instead of showing the recipe.
|
||||
B:cheatItemsEnabled=true
|
||||
|
||||
# Default item to use to fill up fluids when clicking on a fluid ingredient in the menu, (format: item_name@meta)
|
||||
S:defaultFluidContainerItem=
|
||||
@@ -550,6 +582,16 @@ world-591715525 {
|
||||
}
|
||||
|
||||
|
||||
world-613050872 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=resonat
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-647993437 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
@@ -618,6 +660,16 @@ world-78688046 {
|
||||
}
|
||||
|
||||
|
||||
world-817440514 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=resonat
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-821671022 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
@@ -668,6 +720,16 @@ world-880714916 {
|
||||
}
|
||||
|
||||
|
||||
world-909709097 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=@astral
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world-924193474 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
@@ -964,6 +1026,16 @@ world1819562942 {
|
||||
}
|
||||
|
||||
|
||||
world1841387371 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=nero
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world1855637915 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=false
|
||||
@@ -1503,6 +1575,16 @@ world785103634 {
|
||||
}
|
||||
|
||||
|
||||
world797643361 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
S:defaultFluidContainerItem=
|
||||
B:editEnabled=false
|
||||
S:filterText=bucke
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
world801240621 {
|
||||
B:bookmarkOverlayEnabled=true
|
||||
B:cheatItemsEnabled=true
|
||||
@@ -1631,3 +1713,4 @@ world97320 {
|
||||
B:overlayEnabled=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -117172,6 +117172,24 @@
|
||||
"silktouch": false,
|
||||
"dim": "Dim 7: Twilight Forest"
|
||||
},
|
||||
{
|
||||
"block": "thermalfoundation:ore:8",
|
||||
"distrib": "0,0.0;30,0.0;31,7.8125E-7;32,3.90625E-7;33,3.515625E-6;34,4.296875E-6;35,5.078125E-6;36,3.515625E-6;37,3.515625E-6;38,2.734375E-6;39,3.515625E-6;40,5.859375E-6;41,8.984375E-6;42,1.2109375E-5;43,1.6796876E-5;44,1.71875E-5;45,1.171875E-5;46,7.8125E-6;47,5.46875E-6;48,5.46875E-6;49,3.515625E-6;50,5.859375E-6;51,7.03125E-6;52,8.203125E-6;53,3.125E-6;54,0.0;",
|
||||
"silktouch": false,
|
||||
"dim": "Dim 7: Twilight Forest"
|
||||
},
|
||||
{
|
||||
"block": "astralsorcery:blockcustomore:0",
|
||||
"distrib": "0,0.0;30,0.0;31,7.8125E-7;32,3.90625E-7;33,3.515625E-6;34,4.296875E-6;35,5.078125E-6;36,3.515625E-6;37,3.515625E-6;38,2.734375E-6;39,3.515625E-6;40,5.859375E-6;41,8.984375E-6;42,1.2109375E-5;43,1.6796876E-5;44,1.71875E-5;45,1.171875E-5;46,7.8125E-6;47,5.46875E-6;48,5.46875E-6;49,3.515625E-6;50,5.859375E-6;51,7.03125E-6;52,8.203125E-6;53,3.125E-6;54,0.0;",
|
||||
"silktouch": false,
|
||||
"dim": "Dim 7: Twilight Forest"
|
||||
},
|
||||
{
|
||||
"block": "aoa3:runium_ore:0",
|
||||
"distrib": "0,0.0;30,0.0;31,7.8125E-7;32,3.90625E-7;33,3.515625E-6;34,4.296875E-6;35,5.078125E-6;36,3.515625E-6;37,3.515625E-6;38,2.734375E-6;39,3.515625E-6;40,5.859375E-6;41,8.984375E-6;42,1.2109375E-5;43,1.6796876E-5;44,1.71875E-5;45,1.171875E-5;46,7.8125E-6;47,5.46875E-6;48,5.46875E-6;49,3.515625E-6;50,5.859375E-6;51,7.03125E-6;52,8.203125E-6;53,3.125E-6;54,0.0;",
|
||||
"silktouch": false,
|
||||
"dim": "Dim 7: Twilight Forest"
|
||||
},
|
||||
{
|
||||
"block": "botania:flower:11",
|
||||
"distrib": "0,0.0;28,0.0;29,3.90625E-7;30,0.0;31,1.875E-5;32,2.265625E-5;33,6.25E-6;34,6.640625E-6;35,1.0546875E-5;36,7.03125E-6;37,2.34375E-6;38,5.859375E-6;39,7.8125E-7;40,0.0;61,0.0;62,7.8125E-7;63,3.90625E-7;64,1.171875E-6;65,0.0;",
|
||||
|
||||
@@ -1008,7 +1008,7 @@
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"modularmachinery:blockoutputbus@0"
|
||||
"generalized_output_item"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"color": "7332c2",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "contenttweaker:defined_draconium_block",
|
||||
"elements": "contenttweaker:megelium_draconium_stone",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
@@ -15,6 +15,58 @@
|
||||
"operation": 1,
|
||||
"multiplier": 15.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:defined_draconium_block",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"description": "产出x60",
|
||||
"modifier": {
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 60.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:balanced_draconium_block",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"description": "产出x240",
|
||||
"modifier": {
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 240.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:fractal_draconium_block",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"description": "产出x960",
|
||||
"modifier": {
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 960.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:endlessly_wishing_draconium_block",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"description": "产出x3840",
|
||||
"modifier": {
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 3840.0
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"generalized_input_fluid"
|
||||
"divine_combiner_io"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -680,7 +680,7 @@
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"aoa3:dark_bricks@0"
|
||||
"divine_combiner_io"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -696,7 +696,7 @@
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"generalized_output_item"
|
||||
"divine_combiner_io"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -704,7 +704,7 @@
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"aoa3:dark_bricks@0"
|
||||
"divine_combiner_io"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1048,7 +1048,7 @@
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"aoa3:dark_bricks@0"
|
||||
"divine_combiner_io"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1056,7 +1056,7 @@
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"generalized_input_item"
|
||||
"divine_combiner_io"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -1064,7 +1064,7 @@
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"aoa3:dark_bricks@0"
|
||||
"divine_combiner_io"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2,20 +2,32 @@
|
||||
"registryname": "enchanted_greenhouse",
|
||||
"localizedname": "Enchanted Greenhouse",
|
||||
"color": "ffffcf",
|
||||
"has-factory": true,
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "contenttweaker:plated_photonium",
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"description": "替换顶部方块以获得速度x10",
|
||||
"description": "替换顶部方块以令速度x10",
|
||||
"modifier": {
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.1
|
||||
}
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:extant_photonium",
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"description": "替换顶部方块以令速度x100",
|
||||
"modifier": {
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.01
|
||||
}
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -28,6 +28,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:discontinuous_void_module",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"description": "速度x50",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -2,6 +2,33 @@
|
||||
"registryname": "illuminated_enchanter",
|
||||
"localizedname": "Illuminated Enchanter",
|
||||
"color": "e8e7e6",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "contenttweaker:sacred_cinders_wood",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"description": "处理数量x8",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 1
|
||||
},
|
||||
{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
{
|
||||
"x": -1,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 10
|
||||
}
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:everloving_wood",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"description": "输出x100",
|
||||
"modifier": {
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 100
|
||||
}
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -28,6 +28,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:space_time_beam",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "速度x50",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 1,
|
||||
"description": "替换顶部方块以使用更快的配方,速度x5",
|
||||
"description": "速度x5",
|
||||
"modifier": {
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
@@ -21,13 +21,26 @@
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 1,
|
||||
"description": "替换顶部方块以使用更快的配方,速度x20",
|
||||
"description": "速度x20",
|
||||
"modifier": {
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}
|
||||
},
|
||||
{
|
||||
"elements": "avaritia:block_resource@1",
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 1,
|
||||
"description": "速度x50",
|
||||
"modifier": {
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
@@ -108,7 +121,7 @@
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"generalized_output_item"
|
||||
"both_item_fluid_output"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -21,6 +21,25 @@
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:mythic_coil_t4@0",
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 1,
|
||||
"description": "x64并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -21,6 +21,25 @@
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:mythic_coil_t3@0",
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 1,
|
||||
"description": "x64并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
"registryname": "mythic_processor_centrifuge",
|
||||
"localizedname": "Recursive Processor: Centrifuge",
|
||||
"color": "464f47",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "contenttweaker:mythic_coil_t4@0",
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"description": "x16并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
@@ -80,7 +101,7 @@
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"generalized_output_fluid"
|
||||
"generalized_output_item"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,6 +20,37 @@
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 4
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 4
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:mythic_coil_t3@0",
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 1,
|
||||
"description": "x16并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
}]
|
||||
}
|
||||
],
|
||||
@@ -197,7 +228,7 @@
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"generalized_output_item"
|
||||
"both_item_fluid_output"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
"registryname": "mythic_processor_electrolyzer",
|
||||
"localizedname": "Mythic Processor: Electrolyzer",
|
||||
"color": "464f47",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "contenttweaker:mythic_coil_t2@0",
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 1,
|
||||
"description": "x8并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
{
|
||||
"x": -1,
|
||||
|
||||
@@ -8,18 +8,18 @@
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 1,
|
||||
"description": "x16并行",
|
||||
"description": "x64并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
"multiplier": 64
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
"multiplier": 64
|
||||
}]
|
||||
}
|
||||
],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -21,6 +21,25 @@
|
||||
"operation": 1,
|
||||
"multiplier": 4
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:mythic_coil_t3@0",
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 1,
|
||||
"description": "x16并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -21,6 +21,25 @@
|
||||
"operation": 1,
|
||||
"multiplier": 4
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:mythic_coil_t3@0",
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 1,
|
||||
"description": "x16并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -28,6 +28,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:eleint_neutronium_casing",
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0,
|
||||
"description": "速度x50",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -28,6 +28,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:eleint_neutronium_casing",
|
||||
"x": 0,
|
||||
"y": -2,
|
||||
"z": 0,
|
||||
"description": "速度x50",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -28,6 +28,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:space_time_beam",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "速度x50",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,12 +8,18 @@
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"description": "速度x10",
|
||||
"description": "x10并行",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 0.1
|
||||
"multiplier": 10
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 10
|
||||
}]
|
||||
},
|
||||
{
|
||||
@@ -21,12 +27,37 @@
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"description": "速度x100",
|
||||
"description": "x100并行",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 0.01
|
||||
"multiplier": 100
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 100
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:cyclical_fluix_etcher",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"description": "x1000并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 1000
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 1000
|
||||
}]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -28,6 +28,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:discontinuous_void_module",
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0,
|
||||
"description": "速度x50",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -2,6 +2,22 @@
|
||||
"registryname": "sacred_cinders_apiary",
|
||||
"localizedname": "Sacred Cinders Apiary",
|
||||
"color": "232c3b",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "contenttweaker:sacrosanct_cinders_apiary",
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"description": "产出x5",
|
||||
"modifiers": [
|
||||
{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 5
|
||||
}]
|
||||
}
|
||||
],
|
||||
"has-factory": true,
|
||||
"parts": [
|
||||
{
|
||||
|
||||
@@ -0,0 +1,708 @@
|
||||
{
|
||||
"registryname": "seared_caster",
|
||||
"localizedname": "Seared Caster",
|
||||
"color": "000000",
|
||||
"modifiers": [
|
||||
{
|
||||
"elements": "contenttweaker:cursed_myrmitite@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x2并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 2
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 2
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 2
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:rosidian@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x4并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 4
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 4
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 4
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:lymph_of_pixonia@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x8并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:runandium@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x12并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 12
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 12
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 12
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:stormlight@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x16并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 16
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:ascended_draconic_alloy@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x20并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 20
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 20
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 20
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:oganesson@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x24并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 24
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 24
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 24
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:twilight_fire@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x32并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 32
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 32
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 32
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:shyre_weed_oil@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x40并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 40
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 40
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 40
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:darkstarlight@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x48并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 48
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 48
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 48
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:molten_defined@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x64并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:fractallite_halite@0",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"description": "x80并行",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 80
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 80
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 80
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared_glass@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:rhenium_molten@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -1,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"generalized_input_fluid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared_glass@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"generalized_input_item"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -1,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared_stairs_brick_small@6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": -1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": -1,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": -1,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"generalized_output_item"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": -1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"tconstruct:seared@5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"tconstruct:seared@10"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -27,6 +27,31 @@
|
||||
"operation": 1,
|
||||
"multiplier": 8
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:void_ichorium_ore",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"description": "x64并行, \n87.5%流体减免",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 1
|
||||
},
|
||||
{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:item",
|
||||
"operation": 1,
|
||||
"multiplier": 64
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -72,6 +72,25 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.025
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:ascended_eleint_catalyst",
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"description": "产出x500,速度x160",
|
||||
"modifiers": [{
|
||||
"io": "output",
|
||||
"target": "modularmachinery:fluid",
|
||||
"operation": 1,
|
||||
"multiplier": 500
|
||||
},
|
||||
{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.0625
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -29,6 +29,19 @@
|
||||
"operation": 1,
|
||||
"multiplier": 0.05
|
||||
}]
|
||||
},
|
||||
{
|
||||
"elements": "contenttweaker:protodermis_casing",
|
||||
"x": 0,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"description": "速度x50",
|
||||
"modifiers": [{
|
||||
"io": "input",
|
||||
"target": "modularmachinery:duration",
|
||||
"operation": 1,
|
||||
"multiplier": 0.02
|
||||
}]
|
||||
}
|
||||
],
|
||||
"parts": [
|
||||
|
||||
@@ -15,6 +15,12 @@
|
||||
"modularmachinery:blockfluidinputhatch",
|
||||
"generalized_output_fluid"
|
||||
],
|
||||
"fluid_both_io": [
|
||||
"modularmachinery:blockfluidoutputhatch",
|
||||
"modularmachinery:blockmefluidoutputbus",
|
||||
"modularmachinery:blockfluidinputhatch",
|
||||
"modularmachinery:blockmefluidinputbus"
|
||||
],
|
||||
"fluxormanainput": [
|
||||
"modularmachineryaddons:blockfluxproviderinput",
|
||||
"modularmachinery:blockmanaproviderinput"
|
||||
@@ -103,6 +109,15 @@
|
||||
"modularmachinery:blockfluidinputhatch@2",
|
||||
"modularmachinery:blockinputbus@0"
|
||||
],
|
||||
"divine_combiner_io": [
|
||||
"aoa3:dark_bricks",
|
||||
"modularmachinery:blockfluidinputhatch",
|
||||
"modularmachinery:blockmefluidinputbus",
|
||||
"modularmachinery:blockmeitemoutputbus",
|
||||
"modularmachinery:blockinputbus",
|
||||
"modularmachinery:blockmeiteminputbus",
|
||||
"modularmachinery:blockoutputbus"
|
||||
],
|
||||
"plasmatic_condenser_io": [
|
||||
"modularmachinery:blockoutputbus",
|
||||
"modularmachinery:blockinputbus",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,990 @@
|
||||
{
|
||||
"registryname": "warren_extractor_botania",
|
||||
"localizedname": "Warren Extractor: Botanic",
|
||||
"color": "7d807e",
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:hyperuranion_actualizer_botania@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"modularmachinery:blockmeitemoutputbus@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 8,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -0,0 +1,990 @@
|
||||
{
|
||||
"registryname": "warren_extractor_radioactive",
|
||||
"localizedname": "Warren Extractor: Radioactive",
|
||||
"color": "7d807e",
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:hyperuranion_actualizer_radioactive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"modularmachinery:blockmeitemoutputbus@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 8,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -0,0 +1,990 @@
|
||||
{
|
||||
"registryname": "warren_extractor_raremetals",
|
||||
"localizedname": "Warren Extractor: Rare Metals",
|
||||
"color": "7d807e",
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:hyperuranion_actualizer_raremetals"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"modularmachinery:blockmeitemoutputbus@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 8,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -0,0 +1,990 @@
|
||||
{
|
||||
"registryname": "warren_extractor_self",
|
||||
"localizedname": "Warren Extractor: Self Actualizing",
|
||||
"color": "7d807e",
|
||||
"parts": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 7,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:hyperuranion_self_actualizer@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"modularmachinery:blockmeitemoutputbus@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 8,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 1,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 2,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 7,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -2,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 3,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 6,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 1,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 1,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 0,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"contenttweaker:actualizing_casing@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 2,
|
||||
"z": 0,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -3,
|
||||
"y": 2,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"nuclearcraft:heat_exchanger_frame@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 6,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 5,
|
||||
"elements": [
|
||||
"glassential:glass_ghostly@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 4,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": -1,
|
||||
"y": 5,
|
||||
"z": 3,
|
||||
"elements": [
|
||||
"dimdoors:fabric@15"
|
||||
]
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"z": 2,
|
||||
"elements": [
|
||||
"appliedenergistics2:spatial_pylon@0"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -1279,6 +1279,25 @@ radiation {
|
||||
ic2:nuclear:14_1.2911111111111112E-4
|
||||
ic2:nuclear:15_2.5822222222222224E-4
|
||||
ic2:nuclear:16_5.164444444444445E-4
|
||||
contenttweaker:radioactive_residue:0_5.164444444444445E-4
|
||||
contenttweaker:meatballium_324:0_3.15E-3
|
||||
contenttweaker:meatballium_322:0_1.15E-3
|
||||
contenttweaker:meatballium_328:0_6.15E-3
|
||||
contenttweaker:meatballium_323:0_2.15E-3
|
||||
contenttweaker:meatballium_ingot:0_4.50E-3
|
||||
contenttweaker:lefhm_fuel:0_2.50E-4
|
||||
contenttweaker:depleted_lefhm_fuel:0_1.250E-4
|
||||
contenttweaker:heuf_fuel:0_3.0E-3
|
||||
contenttweaker:depleted_heuf_fuel:0_1.0E-3
|
||||
contenttweaker:hefm_fuel:0_3.0E-3
|
||||
contenttweaker:depleted_hefm_fuel:0_1.0E-3
|
||||
contenttweaker:lees_fuel:0_1.0E-4
|
||||
contenttweaker:depleted_lees_fuel:0_1.0E-5
|
||||
contenttweaker:amfm_fuel:0_1.0E-3
|
||||
contenttweaker:depleted_amfm_fuel:0_1.0E-4
|
||||
contenttweaker:herrr_fuel:0_1.0E-1
|
||||
contenttweaker:depleted_herrr_fuel:0_1.0E-2
|
||||
contenttweaker:black_hole_juice:0_1.0e2
|
||||
>
|
||||
|
||||
# List of blocks and their radiation levels. Can be used to overwrite default values. Format: 'modid:name:meta_radiationLevel'.
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# advanced mutatron
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Advanced Mutatron driver defaults.
|
||||
##########################################################################################################
|
||||
|
||||
"advanced mutatron" {
|
||||
# Default per-device eventsEnabled state for newly created Adv Mutatron components. [default: true]
|
||||
B:defaultEventsEnabled=true
|
||||
|
||||
# Time between checks for OC signals (in ticks). Lower = more responsive, higher = less overhead. [range: 1 ~ 40, default: 2]
|
||||
I:signalIntervalTicks=2
|
||||
|
||||
# Time between checks for blocking wait steps (in seconds). [range: 0.05 ~ 5.0, default: 0.2]
|
||||
S:waitStepSeconds=0.2
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# general
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# General settings for The Apiarist Terminal.
|
||||
##########################################################################################################
|
||||
|
||||
general {
|
||||
# Enable OpenComputers event emissions (started/finished/output). Disable to disable ticking. [default: true]
|
||||
B:enableEvents=true
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# industrial apiary
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Industrial Apiary driver defaults.
|
||||
##########################################################################################################
|
||||
|
||||
"industrial apiary" {
|
||||
# Default per-device eventsEnabled state for newly created Industrial Apiary components. [default: true]
|
||||
B:defaultEventsEnabled=true
|
||||
|
||||
# Time between checks for OC signals (in ticks). Lower = more responsive, higher = less overhead. [range: 1 ~ 40, default: 2]
|
||||
I:signalIntervalTicks=2
|
||||
|
||||
# Time between checks for blocking wait steps (in seconds). [range: 0.05 ~ 5.0, default: 0.2]
|
||||
S:waitStepSeconds=0.2
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# integration test
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# In-game integration test harness (creative only; keep disabled on normal worlds).
|
||||
##########################################################################################################
|
||||
|
||||
"integration test" {
|
||||
# Allow the harness to place blocks/items in a small test area (creative recommended). [default: false]
|
||||
B:allowAutoPlacement=false
|
||||
|
||||
# Enable a gated test command for running integration checks in-game. [default: false]
|
||||
B:enable=false
|
||||
|
||||
# Radius around the player to search for test targets (e.g., Mutatron). [range: 4 ~ 64, default: 16]
|
||||
I:searchRadius=16
|
||||
}
|
||||
|
||||
|
||||
@@ -659,4 +659,3 @@ testing {
|
||||
B:strict=false
|
||||
}
|
||||
|
||||
|
||||
|
||||
+291
-9
@@ -1,19 +1,177 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# divining rods
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Allows you to add divining rods to the game, or disable/remove existing ones.
|
||||
##########################################################################################################
|
||||
|
||||
"divining rods" {
|
||||
# Format: oreDictionaryName,recipeItem,red,green,blue
|
||||
# - oreDictionaryName: The ore dictionary name the rod detects (e.g., 'oreIron')
|
||||
# - recipeItem: The item used in the crafting recipe (ore dictionary name or 'minecraft:itemname' for vanilla items)
|
||||
# - red, green, blue: Color values (0-254) for the rod's visual appearance
|
||||
# Note: For recipeItem in rod entries, only use 'minecraft:' prefix for vanilla items. Mod item prefixes (e.g., 'modname:item') do NOT work - use ore dictionary names instead.
|
||||
# [default: [oreCoal,minecraft:coal,20,20,20], [oreIron,ingotIron,211,180,159], [oreGold,ingotGold,246,233,80], [oreLapis,gemLapis,5,45,150], [oreRedstone,dustRedstone,211,1,1], [oreEmerald,gemEmerald,0,220,0], [oreDiamond,gemDiamond,87,221,229], [oreQuartz,gemQuartz,236,233,227], [oreCopper,ingotCopper,252,113,21], [oreTin,ingotTin,150,184,217], [oreSilver,ingotSilver,205,231,246], [oreLead,ingotLead,117,133,187], [oreAluminum,ingotAluminum,197,197,202], [oreNickel,ingotNickel,208,206,163], [orePlatinum,ingotPlatinum,42,183,252], [oreIridium,ingotIridium,176,176,202], [oreMithril,ingotMithril,97,207,252], [oreDraconium,ingotDraconium,75,38,107], [oreCobalt,ingotCobalt,5,18,64], [oreArdite,ingotArdite,138,104,38], [oreQuartzBlack,gemQuartzBlack,10,10,10], [oreCertusQuartz,crystalCertusQuartz,136,166,193], [oreChaos,gemChaos,205,184,172], [oreAgate,gemAgate,202,28,202], [oreEnderEssence,gemEnderEssence,78,192,118], [oreAlexandrite,gemAlexandrite,107,107,107], [oreAmber,gemAmber,202,144,28], [oreAmethyst,gemAmethyst,144,28,202], [oreAmetrine,gemAmetrine,128,0,65], [oreAmmolite,gemAmmolite,174,65,195], [oreApatite,gemApatite,65,195,163], [oreAquamarine,gemAquamarine,28,202,202], [oreBlackDiamond,gemBlackDiamond,24,24,24], [oreBlueTopaz,gemBlueTopaz,0,22,128], [oreCarnelian,gemCarnelian,128,11,0], [oreCatsEye,gemCatsEye,195,152,65], [oreChrysoprase,gemChrysoprase,87,195,65], [oreCitrine,gemCitrine,128,75,0], [oreCoral,gemCoral,195,76,65], [oreFluorite,gemFluorite,65,163,195], [oreGarnet,gemGarnet,202,72,28], [oreGoldenBeryl,gemGoldenBeryl,128,128,0], [oreBeryl,gemBeryl,28,202,28], [oreHeliodor,gemHeliodor,202,173,28], [oreIndicolite,gemIndicolite,28,202,115], [oreIolite,gemIolite,86,28,202], [oreJade,gemJade,131,195,65], [oreJasper,gemJasper,128,107,0], [oreKunzite,gemKunzite,195,65,174], [oreKyanite,gemKyanite,65,109,195], [oreLepidolite,gemLepidolite,128,0,96], [oreMalachite,gemMalachite,0,128,43], [oreMoldavite,gemMoldavite,107,128,0], [oreMoonstone,gemMoonstone,0,86,128], [oreMorganite,gemMorganite,239,100,210], [oreOnyx,gemOnyx,53,53,53], [oreOpal,gemOpal,193,193,193], [orePearl,gemPearl,179,194,218], [orePeridot,gemPeridot,144,202,28], [orePyrope,gemPyrope,195,65,98], [oreRoseQuartz,gemRoseQuartz,228,110,154], [oreRuby,gemRuby,202,28,28], [oreSapphire,gemSapphire,28,28,202], [oreSodalite,gemSodalite,76,65,195], [oreSpinel,gemSpinel,128,54,0], [oreSunstone,gemSunstone,195,98,65], [oreTanzanite,gemTanzanite,75,0,128], [oreTektite,gemTektite,123,104,87], [oreTopaz,gemTopaz,202,101,28], [oreTurquoise,gemTurquoise,0,128,107], [oreVioletSapphire,gemVioletSapphire,118,0,128], [oreZircon,gemZircon,195,195,65], [oreSilicon,itemSilicon,102,95,104], [oreCheese,foodCheese,254,216,107], [oreDesh,ingotDesh,57,57,57], [oreIlmenite, ingotTitanium,53,66,97], [oreSolar,ingotSolar,254,254,254], [oreAmethyst,gemAmethyst,142,48,206], [oreBaronyte,ingotBaronyte,156,30,30], [oreBlazium,ingotBlazium,175,68,0], [oreBloodstone,gemBloodstone,159,17,0], [oreCrystallite,gemCrystallite,242,145,3], [oreElecanium,ingotElecanium,124,232,228], [oreEmberstone,ingotEmberstone,128,0,0], [oreGemenyte,gemGemenyte,9,160,8], [oreGhastly,ingotGhastly,181,206,162], [oreGhoulish,ingotGhoulish,146,114,254], [oreJade,gemJade,102,197,107], [oreJewelyte,gemJewelyte,33,142,9], [oreLimonite,ingotLimonite,208,127,29], [oreLunar,ingotLunar,249,158,203], [oreLyon,ingotLyon,195,128,3], [oreMystite,ingotMystite,178,231,200], [oreOrnamyte,gemOrnamyte,115,115,115], [oreRosite,ingotRosite,210,28,48], [oreSapphire,gemSapphire,29,71,208], [oreShyregem,gemShyregem,0,231,251], [oreShyrestone,ingotShyrestone,0,170,227], [oreVarsium,ingotVarsium,157,103,40], [oreGravitite,blockEnchantedGravitite,127,51,105], [oreZanite,gemZanite,46,28,93], [oreApalachia,fragmentsApalachia,143,0,159], [oreWildwood,fragmentsWildwood,10,123,157], [oreArlemite,ingotArlemite,63,164,27], [oreRealmite,ingotRealmite,216,152,59], [oreNetherite,ingotNetherite,238,64,44], [oreMortum,fragmentsMortum,64,64,64], [oreRupee,ingotRupee,23,92,183], [oreEden,fragmentsEden,162,54,0], [oreBloodgem,gemBlood,162,31,95], [oreSkythern,fragmentsSkythern,160,160,160], [oreCrimsonIron,ingotCrimsonIron,214,107,137], [oreDiremsium,ingotDiremsium,186,84,84], [oreExtraIlonite,ingotExtraIlonite,60,163,103], [oreIllenium,ingotIllenium,129,116,157], [oreZyptorium,ingotZyptorium,78,109,201], [oreSetrorium,gemSetrorium,88,160,180], [oreAmbrosium,shardAmbrosium,197,184,105], [oreAmbrosium,shardAmbrosium,197,184,105], [oreGravitite,ingotGravitite,127,51,105], [oreArkenium,ingotArkenium,150,150,150], [oreZanite,gemZanite,46,28,93]]
|
||||
S:"Divining Rods" <
|
||||
oreCoal,minecraft:coal,20,20,20
|
||||
oreIron,ingotIron,211,180,159
|
||||
oreGold,ingotGold,246,233,80
|
||||
oreLapis,gemLapis,5,45,150
|
||||
oreRedstone,dustRedstone,211,1,1
|
||||
oreEmerald,gemEmerald,0,220,0
|
||||
oreDiamond,gemDiamond,87,221,229
|
||||
oreQuartz,gemQuartz,236,233,227
|
||||
oreCopper,ingotCopper,252,113,21
|
||||
oreTin,ingotTin,150,184,217
|
||||
oreSilver,ingotSilver,205,231,246
|
||||
oreLead,ingotLead,117,133,187
|
||||
oreAluminum,ingotAluminum,197,197,202
|
||||
oreNickel,ingotNickel,208,206,163
|
||||
orePlatinum,ingotPlatinum,42,183,252
|
||||
oreIridium,ingotIridium,176,176,202
|
||||
oreMithril,ingotMithril,97,207,252
|
||||
oreDraconium,ingotDraconium,75,38,107
|
||||
oreCobalt,ingotCobalt,5,18,64
|
||||
oreArdite,ingotArdite,138,104,38
|
||||
oreQuartzBlack,gemQuartzBlack,10,10,10
|
||||
oreCertusQuartz,crystalCertusQuartz,136,166,193
|
||||
oreChaos,gemChaos,205,184,172
|
||||
oreAgate,gemAgate,202,28,202
|
||||
oreEnderEssence,gemEnderEssence,78,192,118
|
||||
oreAlexandrite,gemAlexandrite,107,107,107
|
||||
oreAmber,gemAmber,202,144,28
|
||||
oreAmethyst,gemAmethyst,144,28,202
|
||||
oreAmetrine,gemAmetrine,128,0,65
|
||||
oreAmmolite,gemAmmolite,174,65,195
|
||||
oreApatite,gemApatite,65,195,163
|
||||
oreAquamarine,gemAquamarine,28,202,202
|
||||
oreBlackDiamond,gemBlackDiamond,24,24,24
|
||||
oreBlueTopaz,gemBlueTopaz,0,22,128
|
||||
oreCarnelian,gemCarnelian,128,11,0
|
||||
oreCatsEye,gemCatsEye,195,152,65
|
||||
oreChrysoprase,gemChrysoprase,87,195,65
|
||||
oreCitrine,gemCitrine,128,75,0
|
||||
oreCoral,gemCoral,195,76,65
|
||||
oreFluorite,gemFluorite,65,163,195
|
||||
oreGarnet,gemGarnet,202,72,28
|
||||
oreGoldenBeryl,gemGoldenBeryl,128,128,0
|
||||
oreBeryl,gemBeryl,28,202,28
|
||||
oreHeliodor,gemHeliodor,202,173,28
|
||||
oreIndicolite,gemIndicolite,28,202,115
|
||||
oreIolite,gemIolite,86,28,202
|
||||
oreJade,gemJade,131,195,65
|
||||
oreJasper,gemJasper,128,107,0
|
||||
oreKunzite,gemKunzite,195,65,174
|
||||
oreKyanite,gemKyanite,65,109,195
|
||||
oreLepidolite,gemLepidolite,128,0,96
|
||||
oreMalachite,gemMalachite,0,128,43
|
||||
oreMoldavite,gemMoldavite,107,128,0
|
||||
oreMoonstone,gemMoonstone,0,86,128
|
||||
oreMorganite,gemMorganite,239,100,210
|
||||
oreOnyx,gemOnyx,53,53,53
|
||||
oreOpal,gemOpal,193,193,193
|
||||
orePearl,gemPearl,179,194,218
|
||||
orePeridot,gemPeridot,144,202,28
|
||||
orePyrope,gemPyrope,195,65,98
|
||||
oreRoseQuartz,gemRoseQuartz,228,110,154
|
||||
oreRuby,gemRuby,202,28,28
|
||||
oreSapphire,gemSapphire,28,28,202
|
||||
oreSodalite,gemSodalite,76,65,195
|
||||
oreSpinel,gemSpinel,128,54,0
|
||||
oreSunstone,gemSunstone,195,98,65
|
||||
oreTanzanite,gemTanzanite,75,0,128
|
||||
oreTektite,gemTektite,123,104,87
|
||||
oreTopaz,gemTopaz,202,101,28
|
||||
oreTurquoise,gemTurquoise,0,128,107
|
||||
oreVioletSapphire,gemVioletSapphire,118,0,128
|
||||
oreZircon,gemZircon,195,195,65
|
||||
oreSilicon,itemSilicon,102,95,104
|
||||
oreCheese,foodCheese,254,216,107
|
||||
oreDesh,ingotDesh,57,57,57
|
||||
oreIlmenite, ingotTitanium,53,66,97
|
||||
oreSolar,ingotSolar,254,254,254
|
||||
oreAmethyst,gemAmethyst,142,48,206
|
||||
oreBaronyte,ingotBaronyte,156,30,30
|
||||
oreBlazium,ingotBlazium,175,68,0
|
||||
oreBloodstone,gemBloodstone,159,17,0
|
||||
oreCrystallite,gemCrystallite,242,145,3
|
||||
oreElecanium,ingotElecanium,124,232,228
|
||||
oreEmberstone,ingotEmberstone,128,0,0
|
||||
oreGemenyte,gemGemenyte,9,160,8
|
||||
oreGhastly,ingotGhastly,181,206,162
|
||||
oreGhoulish,ingotGhoulish,146,114,254
|
||||
oreJade,gemJade,102,197,107
|
||||
oreJewelyte,gemJewelyte,33,142,9
|
||||
oreLimonite,ingotLimonite,208,127,29
|
||||
oreLunar,ingotLunar,249,158,203
|
||||
oreLyon,ingotLyon,195,128,3
|
||||
oreMystite,ingotMystite,178,231,200
|
||||
oreOrnamyte,gemOrnamyte,115,115,115
|
||||
oreRosite,ingotRosite,210,28,48
|
||||
oreSapphire,gemSapphire,29,71,208
|
||||
oreShyregem,gemShyregem,0,231,251
|
||||
oreShyrestone,ingotShyrestone,0,170,227
|
||||
oreVarsium,ingotVarsium,157,103,40
|
||||
oreGravitite,blockEnchantedGravitite,127,51,105
|
||||
oreZanite,gemZanite,46,28,93
|
||||
oreApalachia,fragmentsApalachia,143,0,159
|
||||
oreWildwood,fragmentsWildwood,10,123,157
|
||||
oreArlemite,ingotArlemite,63,164,27
|
||||
oreRealmite,ingotRealmite,216,152,59
|
||||
oreNetherite,ingotNetherite,238,64,44
|
||||
oreMortum,fragmentsMortum,64,64,64
|
||||
oreRupee,ingotRupee,23,92,183
|
||||
oreEden,fragmentsEden,162,54,0
|
||||
oreBloodgem,gemBlood,162,31,95
|
||||
oreSkythern,fragmentsSkythern,160,160,160
|
||||
oreCrimsonIron,ingotCrimsonIron,214,107,137
|
||||
oreDiremsium,ingotDiremsium,186,84,84
|
||||
oreExtraIlonite,ingotExtraIlonite,60,163,103
|
||||
oreIllenium,ingotIllenium,129,116,157
|
||||
oreZyptorium,ingotZyptorium,78,109,201
|
||||
oreSetrorium,gemSetrorium,88,160,180
|
||||
oreAmbrosium,shardAmbrosium,197,184,105
|
||||
oreAmbrosium,shardAmbrosium,197,184,105
|
||||
oreGravitite,ingotGravitite,127,51,105
|
||||
oreArkenium,ingotArkenium,150,150,150
|
||||
oreZanite,gemZanite,46,28,93
|
||||
>
|
||||
|
||||
# How many seconds of usage it takes for a Divining Rod to lose 1 durability point (Default = 0.0).
|
||||
D:DurabilityUsageSeconds=0.0
|
||||
|
||||
# The range (in blocks) that a Divining Rod searches in each direction from the player. A range of 5 means it searches an 11x11x11 cube centered on the player. WARNING: Setting this value too high can cause significant lag (client and server) while using the rod!
|
||||
I:Range=5
|
||||
}
|
||||
|
||||
|
||||
features {
|
||||
# Whether the player can create an artificial End Portal with an Evil Tear.
|
||||
B:ArtificialEndPortal=true
|
||||
|
||||
# Whether the Spectre Sapling should be enabled. If disabled, the sapling will not grow and cannot be created from regular saplings.
|
||||
B:EnableSpectreSapling=true
|
||||
|
||||
# Should Ender Anchors keep the Chunk they are in loaded
|
||||
B:EnderAnchorChunkloading=true
|
||||
|
||||
# Should the Golden Chicken produce Golden Ingots automatically, or only when fed?
|
||||
B:GoldenChickenProduction=false
|
||||
|
||||
# Should there be an Golden Egg in every Bean Pod?
|
||||
B:GoldenEgg=true
|
||||
|
||||
# Whether the magnetic enchantment should be available.
|
||||
B:MagneticEnchantment=true
|
||||
|
||||
# TRIES to remove the weird water texture showing around ALL non full blocks. This might look weird when you, for example, are on a ladder underwater. [default: false]
|
||||
B:RemoveUnderwaterTexture=false
|
||||
|
||||
# Whether the Spectre Dimension should be enabled. If disabled, you will not be able to enter the dimension.
|
||||
B:SpectreDimension=true
|
||||
|
||||
# List of entity resource locations that cannot be captured by the Summoning Pendulum. Format: modid:entityname. Example: minecraft:villager, randomthings:spirit. [default: ]
|
||||
S:SummoningPendulumBlacklist <
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
@@ -23,6 +181,40 @@ internals {
|
||||
}
|
||||
|
||||
|
||||
lotus {
|
||||
# Whether bonemeal can be used on lotus plants to grow them
|
||||
B:CanBonemeal=false
|
||||
|
||||
# Average amount of XP given when eating a lotus blossom (Default = 8
|
||||
I:XpAmount=8
|
||||
}
|
||||
|
||||
|
||||
"nature core" {
|
||||
# Chance for animal spawning (Default = 400, lower is more common)
|
||||
I:AnimalChance=400
|
||||
|
||||
# Maximum number of animals allowed within AnimalRange/2 (Default = 2)
|
||||
I:AnimalMax=2
|
||||
I:AnimalRange=11
|
||||
|
||||
# Chance for bonemealing (Default = 100, lower is more common)
|
||||
I:BonemealChance=100
|
||||
I:BonemealRange=11
|
||||
|
||||
# Chance for sand replacement (Default = 40, lower is more common)
|
||||
I:SandChance=40
|
||||
I:SandRange=11
|
||||
|
||||
# Chance for the shell to regenerate (Default = 600, lower is more common)
|
||||
I:ShellRegenerationChance=600
|
||||
|
||||
# Chance for tree spawning (Default = 600, lower is more common).
|
||||
I:TreeChance=600
|
||||
I:TreeRadiusRange=20
|
||||
}
|
||||
|
||||
|
||||
numbers {
|
||||
# The maximum radius an advanced item collector can be configured to have
|
||||
I:AdvancedItemCollectorMaxRange=10
|
||||
@@ -36,9 +228,13 @@ numbers {
|
||||
# The radius of a normal item collector
|
||||
I:ItemCollectorRange=3
|
||||
|
||||
# How much Energy a Numbered Spectre Coil produces per Tick
|
||||
# The maximum capacity of a Biome Capsule
|
||||
I:MaxBiomeCapsuleCapacity=256
|
||||
I:NumberedSpectreCoilEnergy=128
|
||||
|
||||
# The maximum number of blocks a Potion Vaporizer can affect
|
||||
I:PotionVaporizerMaxBlocks=100
|
||||
|
||||
# How far does the effect of a Rain Shield work? (In Blocks)
|
||||
I:RainShieldRange=80
|
||||
|
||||
@@ -59,16 +255,37 @@ numbers {
|
||||
}
|
||||
|
||||
|
||||
"spectre coils and chargers" {
|
||||
# Multiplier for max energy transfer rate of Spectre Coils and Chargers (1.0 = default rates: Normal=1024, Redstone=4096, Ender=20480)
|
||||
D:EnergyTransferMultiplier=1.0
|
||||
|
||||
# Whether the Genesis Spectre Coil generates energy, or just transfers energy from the player's Injector with no transfer limit
|
||||
B:GenesisSpectreGeneratesEnergy=true
|
||||
|
||||
# How much Energy a Numbered Spectre Coil produces per Tick
|
||||
I:NumberedSpectreCoilEnergy=128
|
||||
|
||||
# The maximum energy the Spectre Energy Injector can hold
|
||||
I:SpectreEnergyInjectorMaxEnergy=1000000
|
||||
}
|
||||
|
||||
|
||||
visual {
|
||||
# When set to true, will scale the player models transparency based on the amount of Spectre Armor pieces they are wearing. Else, it will be a flat 50% trnaparency when wearing the full set.
|
||||
B:FancySpectreArmorTransparency=true
|
||||
|
||||
# Replaces the noisy default rune texture with a flat version
|
||||
B:FlatRunes=false
|
||||
|
||||
# When set to true the coordinates a position filter / portkey point to won't be displayed in its tooltip.
|
||||
B:HideCoordinates=false
|
||||
|
||||
# TRIES to remove the weird water texture showing around ALL non full blocks. This might look weird when you, for example, are on a ladder underwater.
|
||||
B:RemoveUnderwaterTexture=false
|
||||
}
|
||||
|
||||
|
||||
voxelprojector {
|
||||
"voxel projector" {
|
||||
# Should the client save models received by the server to disk so that they don't have to be requested again later?
|
||||
B:ClientModelSaving=true
|
||||
|
||||
@@ -77,11 +294,11 @@ voxelprojector {
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# worldgen
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Set to false to disable the generation of the respective objects
|
||||
##########################################################################################################
|
||||
voxelprojector {
|
||||
B:ClientModelSaving=true
|
||||
I:ModelTransferBandwidth=1000
|
||||
}
|
||||
|
||||
|
||||
worldgen {
|
||||
B:AncientFurnace=true
|
||||
@@ -102,3 +319,68 @@ worldgen {
|
||||
}
|
||||
|
||||
|
||||
"worldgen features" {
|
||||
# Enable ancient furnace generation. Chance: (Default = 2000, lower is more common)
|
||||
B:AncientFurnace=true
|
||||
I:AncientFurnaceChance=2000
|
||||
|
||||
# Enable nature core generation. Chance: (Default = 18, lower is more common)
|
||||
B:NatureCore=true
|
||||
I:NatureCoreChance=18
|
||||
|
||||
# Enable peace candle generation. Chance: (Default = 3, lower is more common)
|
||||
B:PeaceCandle=true
|
||||
I:PeaceCandleChance=3
|
||||
|
||||
# Enable water chest generation. Chance: (Default = 1, lower is more common)
|
||||
B:WaterChest=true
|
||||
I:WaterChestChance=1
|
||||
}
|
||||
|
||||
|
||||
"worldgen loot" {
|
||||
# Enable biome crystal loot generation. Chance: (Default = 20, lower is more common)
|
||||
B:BiomeCrystal=true
|
||||
I:BiomeCrystalChance=20
|
||||
|
||||
# Enable lava charm loot generation. Chance: (Default = 5, lower is more common)
|
||||
B:LavaCharm=true
|
||||
I:LavaCharmChance=5
|
||||
|
||||
# Enable magic hood loot generation. Chance: (Default = 5, lower is more common)
|
||||
B:MagicHood=true
|
||||
I:MagicHoodChance=5
|
||||
|
||||
# Enable numbered spectre coils loot generation. Chance: (Default = -1, lower is more common)
|
||||
B:NumberedSpectreCoils=true
|
||||
I:NumberedSpectreCoilsChance=10
|
||||
|
||||
# Enable slime cube loot generation. Chance: (Default = 10, lower is more common)
|
||||
B:SlimeCube=true
|
||||
I:SlimeCubeChance=10
|
||||
|
||||
# Enable summoning pendulum loot generation. Chance: (Default = -1, lower is more common)
|
||||
B:SummoningPendulum=true
|
||||
I:SummoningPendulumChance=10
|
||||
}
|
||||
|
||||
|
||||
"worldgen plants" {
|
||||
# Enable beans generation. Chance: (Default = 2, lower is more common)
|
||||
B:Beans=true
|
||||
I:BeansChance=2
|
||||
|
||||
# Enable glowing mushrooms generation. Chance: (Default = 4, lower is more common)
|
||||
B:GlowingMushrooms=true
|
||||
I:GlowingMushroomsChance=4
|
||||
|
||||
# Enable lotus generation. Chance: (Default = 10, lower is more common)
|
||||
B:Lotus=true
|
||||
I:LotusChance=10
|
||||
|
||||
# Enable pitcher plants generation. Chance: (Default = 10, lower is more common)
|
||||
B:PitcherPlants=true
|
||||
I:PitcherPlantsChance=10
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2990,6 +2990,9 @@ entity_list {
|
||||
# Allows the gathering and spawning of mod_lavacow.ghostray [default: true]
|
||||
B:"mod_lavacow:ghostray"=true
|
||||
|
||||
# Allows the gathering and spawning of mod_lavacow.ghoul [default: true]
|
||||
B:"mod_lavacow:ghoul"=true
|
||||
|
||||
# Allows the gathering and spawning of mod_lavacow.grave_robber [default: true]
|
||||
B:"mod_lavacow:grave_robber"=true
|
||||
|
||||
@@ -3795,3 +3798,4 @@ server {
|
||||
B:requireRedstoneSignal=false
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -121,3 +121,4 @@ gui {
|
||||
I:DEFAULT_GUI_WIDTH=248
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Splash screen properties
|
||||
#Sun Nov 16 21:28:15 CST 2025
|
||||
#Wed Feb 11 17:55:48 CST 2026
|
||||
background=0xBFBFBF
|
||||
memoryGood=0x00091A
|
||||
font=0x960826
|
||||
@@ -9,9 +9,9 @@ memoryLow=0x00091A
|
||||
rotate=false
|
||||
memoryWarn=0x00091A
|
||||
showMemory=true
|
||||
enabled=true
|
||||
bar=0x00091A
|
||||
enabled=true
|
||||
resourcePackPath=resources
|
||||
logoOffset=0
|
||||
forgeTexture=fml\:textures/gui/forge.png
|
||||
fontTexture=textures/font/ascii.png
|
||||
fontTexture=textures/font/ascii.png
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"times": [
|
||||
330960,
|
||||
384152,
|
||||
348163
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
|
||||
##########################################################################################################
|
||||
# client
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Client-side settings
|
||||
##########################################################################################################
|
||||
|
||||
client {
|
||||
# Controls the level of intellisense in the text editor
|
||||
# Valid values:
|
||||
# OFF
|
||||
# BASIC
|
||||
# ADVANCED
|
||||
S:intellisenseLevel=ADVANCED
|
||||
S:preferredEditor=sfm:v2
|
||||
|
||||
# Show the label gun reminder overlay
|
||||
B:showLabelGunReminderOverlay=true
|
||||
|
||||
# Show line numbers in the text editor
|
||||
B:showLineNumbers=true
|
||||
B:showNetworkToolReminderOverlay=true
|
||||
}
|
||||
|
||||
##########################################################################################################
|
||||
# server
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Server-side settings
|
||||
##########################################################################################################
|
||||
|
||||
server {
|
||||
# Prevents factory managers from compiling and running code (for emergencies)
|
||||
B:disableProgramExecution=false
|
||||
|
||||
# What resource types should SFM not be allowed to move
|
||||
S:disallowedResourceTypesForTransfer <
|
||||
>
|
||||
|
||||
# Log resource loss to console
|
||||
B:logResourceLossToConsole=true
|
||||
I:maxDiskProblems=10
|
||||
|
||||
# The number of scenarios to check is 2^n where n is the number of if statements in a trigger
|
||||
# Min: 0
|
||||
# Max: 2147483647
|
||||
I:maxIfStatementsInTriggerBeforeSimulationIsntAllowed=10
|
||||
|
||||
# Min: 1
|
||||
# Max: 2147483647
|
||||
I:timerTriggerMinimumIntervalInTicks=20
|
||||
|
||||
# Min: 1
|
||||
# Max: 2147483647
|
||||
I:timerTriggerMinimumIntervalInTicksWhenOnlyForgeEnergyIO=1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
# Configuration file
|
||||
|
||||
client {
|
||||
# Range in blocks to detect tracked mobs for glowing effect.
|
||||
D:detectionRange=100.0
|
||||
|
||||
# Number of simulated kills for calculating drop rates.
|
||||
I:dropSimulationCount=10000
|
||||
|
||||
# Enable tracking of mobs (requires Minecraft restart).
|
||||
B:enableTracking=true
|
||||
|
||||
# Last filter text in the mob tracker GUI.
|
||||
S:filterText=zomb
|
||||
|
||||
# Whether to show the tracking overlay on screen.
|
||||
B:hudEnabled=true
|
||||
|
||||
# Spacing between lines in the tracking overlay.
|
||||
I:hudLineSpacing=2
|
||||
|
||||
# Padding from screen edge for the tracking overlay.
|
||||
I:hudPaddingExternal=4
|
||||
|
||||
# Padding inside the tracking overlay box.
|
||||
I:hudPaddingInternal=2
|
||||
|
||||
# Position of the tracking overlay on screen.
|
||||
S:hudPosition=TOP_LEFT
|
||||
|
||||
# Use localized names in the tracker GUI.
|
||||
B:i18nNames=true
|
||||
|
||||
# Last selected entity in the mob tracker GUI.
|
||||
S:lastSelectedEntity=minecraft:zombie
|
||||
|
||||
# List of entity IDs that are blacklisted from tracking.
|
||||
S:mobBlacklist <
|
||||
>
|
||||
|
||||
# List of entity IDs that are whitelisted for tracking (takes precedence over blacklist).
|
||||
S:mobWhitelist <
|
||||
>
|
||||
|
||||
# Maximum retries for spawn condition checks. Higher values handle random spawn conditions better but increase analysis time.
|
||||
I:spawnCheckRetries=100
|
||||
S:trackedEntityIds <
|
||||
>
|
||||
|
||||
# Entity IDs that corrupt global state during drop simulation and should be excluded from simulation. They can be identified by severe performance degradation for every entity after simulating their drops.
|
||||
S:unstableSimulationEntities <
|
||||
minecraft:ender_dragon
|
||||
draconicevolution:chaosguardian
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -124,7 +124,7 @@ theoneprobe {
|
||||
|
||||
thermal_expansion {
|
||||
# Disable induction smelter recipes that bypass the use of the blast furnace (i.e. tungsten ingots) [Default=true]
|
||||
B:DisableInductionSmelterRecipesBypassingBlastFurnace=true
|
||||
B:DisableInductionSmelterRecipesBypassingBlastFurnace=false
|
||||
|
||||
# Enable distillation tower recipes related to ThermalExpansion content [Default=true]
|
||||
B:EnableDistillationTowerThermalExpansionRecipes=true
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user