This commit is contained in:
sainagh
2025-04-26 10:44:04 -07:00
parent 792ec88708
commit feadcf829f
2070 changed files with 730078 additions and 2010 deletions
@@ -271,6 +271,7 @@ features {
B:WirelessAccessTerminal=true B:WirelessAccessTerminal=true
B:WirelessCraftingTerminal=true B:WirelessCraftingTerminal=true
B:WirelessFluidTerminal=true B:WirelessFluidTerminal=true
B:WirelessInterfaceTerminal=true
B:WirelessPatternTerminal=true B:WirelessPatternTerminal=true
} }
+1 -1
View File
@@ -1,7 +1,7 @@
# Configuration file # Configuration file
cache { cache {
S:digest=eabef8719444a5171af663a142cd012f S:digest=eb13d3c1362a9ee1c23a2d8b2b2710f0
# Caching can save processing time, if there are a lot of items. [default: true] # Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true B:enableCache=true
@@ -3,7 +3,7 @@
cache { cache {
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
I:interval=24 I:interval=24
S:lastCheck=1741114960199 S:lastCheck=1745629696771
} }
File diff suppressed because it is too large Load Diff
+19 -3
View File
@@ -107,8 +107,17 @@ enigmoth {
# Should Enigmoths spawn at the middle end island where the dragon is located [false/true] # Should Enigmoths spawn at the middle end island where the dragon is located [false/true]
B:"enigmoth middle end island spawn"=false B:"enigmoth middle end island spawn"=false
# Set the amount of scales spread from each attack when mounted [1-100]
I:"enigmoth mount scale amount"=5
# Set the amount of scales spread from each attack [1-100]
I:"enigmoth scale amount"=10
# The amount of seconds before the potion cloud effects from scales despawn [1-1000]
I:"enigmoth scale potion cloud time"=8
# Set the spawn rate of Enigmoth [0-10000] # Set the spawn rate of Enigmoth [0-10000]
I:"enigmoth spawn rate"=1 I:"enigmoth spawn rate"=0
# Set the cooldown of spreading scales [0-100] # Set the cooldown of spreading scales [0-100]
I:"enigmoth spell cooldown"=0 I:"enigmoth spell cooldown"=0
@@ -236,6 +245,9 @@ general {
# Cemetery spawns Unburied occasionally. [0-100] # Cemetery spawns Unburied occasionally. [0-100]
I:"cemetery spawns unburied"=40 I:"cemetery spawns unburied"=40
# Arthropods are not affected by Charming Pheromone if their health is above the set amount [1-10000]
D:"charming pheromone health limit"=40.0
# The amount of seconds before cocoons hatch into an enigmoth or a vespa # The amount of seconds before cocoons hatch into an enigmoth or a vespa
I:"cocoon lifespan"=8 I:"cocoon lifespan"=8
@@ -307,6 +319,9 @@ general {
# Set the bonus damage of Halo Necklace to X% [0-10000] # Set the bonus damage of Halo Necklace to X% [0-10000]
I:"halo necklace bonus damage"=10 I:"halo necklace bonus damage"=10
# Chance for the Illager Nose to drop from certain mobs (all Illagers and Witches) [0-1]
D:"illager nose drop chance"=0.02
# Customize Items and their drop rates for the Intestine. Ex. "minecraft:slime_ball,0.4" or "mod_lavacow:sharptooth,0.1" [default: [minecraft:slime_ball,0.4], [minecraft:dye,0.4,15], [mod_lavacow:sharptooth,0.1], [minecraft:beetroot_seeds,0.1], [minecraft:wheat_seeds,0.1], [minecraft:melon_seeds,0.1], [minecraft:pumpkin_seeds,0.1], [minecraft:clay_ball,0.1], [mod_lavacow:chitin,0.1], [minecraft:gold_nugget,0.05], [minecraft:iron_nugget,0.05], [minecraft:diamond,0.01]] # Customize Items and their drop rates for the Intestine. Ex. "minecraft:slime_ball,0.4" or "mod_lavacow:sharptooth,0.1" [default: [minecraft:slime_ball,0.4], [minecraft:dye,0.4,15], [mod_lavacow:sharptooth,0.1], [minecraft:beetroot_seeds,0.1], [minecraft:wheat_seeds,0.1], [minecraft:melon_seeds,0.1], [minecraft:pumpkin_seeds,0.1], [minecraft:clay_ball,0.1], [mod_lavacow:chitin,0.1], [minecraft:gold_nugget,0.05], [minecraft:iron_nugget,0.05], [minecraft:diamond,0.01]]
S:"loot table for intestine" < S:"loot table for intestine" <
minecraft:slime_ball,0.4 minecraft:slime_ball,0.4
@@ -324,9 +339,8 @@ general {
aoa3:runium_chunk,0.1 aoa3:runium_chunk,0.1
aoa3:holly_top_seeds,0.1 aoa3:holly_top_seeds,0.1
contenttweaker:golem_core,0.1 contenttweaker:golem_core,0.1
draconicevolution:dragon_heart,0.01
minecraft:nether_star,0.01 minecraft:nether_star,0.01
contenttweaker:dragon_egg_omelette,0.1 contenttweaker:champion_token,0.1
> >
# 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]] # 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]]
@@ -602,6 +616,8 @@ moogma {
# Should lava buckets be obtainable from Moogma [false/true] # Should lava buckets be obtainable from Moogma [false/true]
B:"moogma lava source"=true B:"moogma lava source"=true
# Set the spawn rate of Moogma [0-10000]
I:"moogma spawn rate"=0 I:"moogma spawn rate"=0
} }
+52
View File
@@ -0,0 +1,52 @@
# Configuration file
##########################################################################################################
# books
#--------------------------------------------------------------------------------------------------------#
# All settings related to Books.
##########################################################################################################
books {
# Allows books to spawn with new players.
# This is a global override for all books. [default: true]
B:canSpawnWithBooks=true
##########################################################################################################
# spawn
#--------------------------------------------------------------------------------------------------------#
# If true, the user will spawn with the book.
# This defaults to the value the book owner has set and is overridden by this config.
##########################################################################################################
spawn {
# [default: false]
B:"bloodarsenal:guide"=false
# [default: false]
B:"bloodmagic:guide"=false
# [default: true]
B:"cyclicmagic:guide"=true
# [default: false]
B:"modularrouters:guidebook"=false
# [default: false]
B:"woot:guide"=false
}
}
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# Miscellaneous settings.
##########################################################################################################
general {
# Enables extra information being printed to the console. [default: true]
B:enableLogging=true
}
+1 -1
View File
@@ -1,6 +1,6 @@
#Inventory Tweaks Configuration #Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html) #(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
#Tue Mar 04 16:30:06 PST 2025 #Sat Apr 26 10:18:12 PDT 2025
enableMiddleClick=true enableMiddleClick=true
showChestButtons=true showChestButtons=true
enableSortingOnPickup=false enableSortingOnPickup=false
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
+1
View File
@@ -0,0 +1 @@
["false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false","false"]
@@ -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"]
+8
View File
@@ -0,0 +1,8 @@
# Configuration file
general {
# Set to true to force client mode: no item and recipe allowed, use key bindings instead.
B:clientMode=true
}
+17
View File
@@ -0,0 +1,17 @@
{
"craft": {
"inventory": 0b,
"amount": "",
"recents": []
},
"player": {
"last": "",
"recipes": {}
},
"math": {
"current": "",
"last": "0",
"operator": 0,
"state": 0
}
}
+163
View File
@@ -0,0 +1,163 @@
# Configuration file
general {
difficulty {
# Adjusting this ratio changes how much EMC is received when burning a item. For example setting this to 0.5 will return half of the EMC cost.
# Min: 0.1
# Max: 1.0
D:covalenceLoss=1.0
# How rounding occurs when Covalence Loss results in a burn value less than 1 EMC. If true the value will be rounded up to 1. If false the value will be rounded down to 0.
B:covalenceLossRounding=true
# The Tome of Knowledge can be crafted.
B:craftableTome=false
# Amount of damage Katar 'C' key deals
# Min: 0.0
# Max: 2.147483647E9
D:katarDeathAura=12.0
# Set to false to disable Gem Armor offensive abilities (helmet zap and chestplate explosion)
B:offensiveAbilities=true
}
items {
# If set to true, disables all radius-based mining functionaliy (right click of tools)
B:disableAllRadiusMining=false
# Enable Watch of Flowing Time
B:enableTimeWatch=true
# Allows the Harvest Goddess Band to passively grow tall grass, flowers, etc, on top of grass blocks.
B:harvBandGrass=false
# Instead of vein mining the ore you right click with your Dark/Red Matter Pick/Star it vein mines all ores in an AOE around you like it did in ProjectE before version 1.4.4.
B:pickaxeAoeVeinMining=false
}
effects {
# If true the Interdiction Torch only affects hostile mobs. If false it affects all non blacklisted living entities.
B:interdictionMode=true
# Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus.
# Min: 0
# Max: 256
I:timePedBonus=18
# Factor the Watch of Flowing Time slows down mobs by while in the pedestal. Set to 1.0 for no slowdown.
# Min: 0.0
# Max: 1.0
D:timePedMobSlowness=0.10000000149011612
# Block ID's that the Watch of Flowing Time should not give extra random ticks to
S:timeWatchBlockBlacklist <
>
# Tile entity ID's that the Watch of Flowing Time should not give extra ticks to.
S:timeWatchTEBlacklist <
projecte:dm_pedestal
>
}
misc {
# Enable a more verbose debug logging
B:debugLogging=false
# Show the EMC value as a tooltip on items and blocks
B:emcToolTips=true
# A cooldown (in ticks) for Gem Chestplate explosion
# Min: 0
# Max: 2147483647
I:gemChestCooldown=0
# Show item Ore Dictionary names in tooltips (useful for custom EMC registration)
B:odToolTips=false
# Show DM pedestal functions in item tooltips
B:pedestalToolTips=true
# A cooldown (in ticks) for firing projectiles
# Min: 0
# Max: 2147483647
I:projectileCooldown=0
# The Philosopher's Stone overlay softly pulsates
B:pulsatingOverlay=false
# Show stats as tooltips for various ProjectE blocks
B:statToolTips=true
# False requires your hand be empty for Gem Armor Offensive Abilities to be readied or triggered
B:unsafeKeyBinds=false
}
##########################################################################################################
# pedestalcooldown
#--------------------------------------------------------------------------------------------------------#
# Cooldown for various items within the pedestal. A cooldown of -1 will disable the functionality.
# A cooldown of 0 will cause the actions to happen every tick. Use caution as a very low value could cause TPS issues.
##########################################################################################################
pedestalcooldown {
# Delay between Archangel Smite shooting arrows while in the pedestal.
# Min: -1
# Max: 2147483647
I:archangelPedCooldown=40
# Delay between Body Stone healing 0.5 shanks while in the pedestal.
# Min: -1
# Max: 2147483647
I:bodyPedCooldown=10
# Delay between Evertide Amulet trying to start rain while in the pedestal.
# Min: -1
# Max: 2147483647
I:evertidePedCooldown=20
# Delay between Harvest Goddess trying to grow and harvest while in the pedestal.
# Min: -1
# Max: 2147483647
I:harvestPedCooldown=10
# Delay between Ignition Ring trying to light entities on fire while in the pedestal.
# Min: -1
# Max: 2147483647
I:ignitePedCooldown=40
# Delay between Life Stone healing both food and hunger by 0.5 shank/heart while in the pedestal.
# Min: -1
# Max: 2147483647
I:lifePedCooldown=5
# Delay between Talisman of Repair trying to repair player items while in the pedestal.
# Min: -1
# Max: 2147483647
I:repairPedCooldown=20
# Delay between Soul Stone healing 0.5 hearts while in the pedestal.
# Min: -1
# Max: 2147483647
I:soulPedCooldown=10
# Delay between SWRG trying to smite mobs while in the pedestal.
# Min: -1
# Max: 2147483647
I:swrgPedCooldown=70
# Delay between Volcanite Amulet trying to stop rain while in the pedestal.
# Min: -1
# Max: 2147483647
I:volcanitePedCooldown=20
# Delay between Zero Ring trying to extinguish entities and freezing ground while in the pedestal.
# Min: -1
# Max: 2147483647
I:zeroPedCooldown=40
}
}
@@ -0,0 +1,55 @@
{
"comment": "Various default values for OreDictionary names, from vanilla and other mods",
"comment_1": "This file is only shown as an example, it will be regenerated every time mapping occurs in order to let us",
"comment_2": "change default values. To specify your own custom values use a separate JSON or the /projecte commands ingame",
"values": {
"before": {
"OD|logWood": 32,
"OD|plankWood": 8,
"OD|treeSapling": 32,
"OD|stickWood": 4,
"OD|treeLeaves": 1,
"OD|blockGlass": 1,
"OD|blockCloth": 48,
"OD|stone": 1,
"OD|cobblestone": 1,
"OD|gemDiamond": 8192,
"OD|dustRedstone": 64,
"OD|dustGlowstone": 384,
"OD|dustCoal": 64,
"OD|dustCharcoal": 16,
"OD|dustSulfur": 32,
"OD|ingotThaumium": 2048,
"OD|itemSilicon": 32,
"OD|ingotOsmium": 512,
"OD|crystalCertusQuartz": 64,
"OD|crystalFluix": 256,
"OD|dustCertusQuartz": 32,
"OD|dustFluix": 128,
"OD|gemRuby": 2048,
"OD|gemSapphire": 2048,
"OD|gemPeridot": 2048,
"OD|blockMarble": 4,
"OD|blockGlassHardened": 192,
"OD|itemRubber": 32,
"OD|ingotUranium": 4096,
"OD|ingotCyanite": 1024,
"OD|shardAir": 64,
"OD|shardFire": 64,
"OD|shardWater": 64,
"OD|shardEarth": 64,
"OD|shardOrder": 64,
"OD|shardEntropy": 64,
"OD|shardNether": 64
}
}
}
@@ -0,0 +1,260 @@
{
"comment": "Default values for non-OreDictionary vanilla items",
"comment_1": "This file is only shown as an example, it will be regenerated every time mapping occurs in order to let us",
"comment_2": "change default values. To specify your own custom values use a separate JSON or the /projecte commands ingame",
"groups": {
"default": {
"comment": "Default conversion group",
"conversions": [
{
"output": "minecraft:grass|0",
"ingredients": {
"minecraft:dirt|0": 2
}
},
{
"output": "minecraft:dirt|2",
"ingredients": {
"minecraft:dirt|0": 2
}
},
{
"output": "minecraft:mycelium|0",
"ingredients": {
"minecraft:dirt|0": 2
}
},
{
"output": "minecraft:grass_path|0",
"ingredients": [ "minecraft:grass|0" ]
},
{
"output": "minecraft:iron_horse_armor|0",
"ingredients": {
"minecraft:iron_ingot|0": 8
}
},
{
"output": "minecraft:golden_horse_armor|0",
"ingredients": {
"minecraft:gold_ingot|0": 8
}
},
{
"output": "minecraft:diamond_horse_armor|0",
"ingredients": {
"minecraft:diamond|0": 8
}
}
]
},
"concrete_powder_to_block": {
"comment": "Propagate concrete powder values to concrete blocks",
"conversions": [
{
"output": "minecraft:concrete|0",
"ingredients": [ "minecraft:concrete_powder|0" ]
},
{
"output": "minecraft:concrete|1",
"ingredients": [ "minecraft:concrete_powder|1" ]
},
{
"output": "minecraft:concrete|2",
"ingredients": [ "minecraft:concrete_powder|2" ]
},
{
"output": "minecraft:concrete|3",
"ingredients": [ "minecraft:concrete_powder|3" ]
},
{
"output": "minecraft:concrete|4",
"ingredients": [ "minecraft:concrete_powder|4" ]
},
{
"output": "minecraft:concrete|5",
"ingredients": [ "minecraft:concrete_powder|5" ]
},
{
"output": "minecraft:concrete|6",
"ingredients": [ "minecraft:concrete_powder|6" ]
},
{
"output": "minecraft:concrete|7",
"ingredients": [ "minecraft:concrete_powder|7" ]
},
{
"output": "minecraft:concrete|8",
"ingredients": [ "minecraft:concrete_powder|8" ]
},
{
"output": "minecraft:concrete|9",
"ingredients": [ "minecraft:concrete_powder|9" ]
},
{
"output": "minecraft:concrete|10",
"ingredients": [ "minecraft:concrete_powder|10" ]
},
{
"output": "minecraft:concrete|11",
"ingredients": [ "minecraft:concrete_powder|11" ]
},
{
"output": "minecraft:concrete|12",
"ingredients": [ "minecraft:concrete_powder|12" ]
},
{
"output": "minecraft:concrete|13",
"ingredients": [ "minecraft:concrete_powder|13" ]
},
{
"output": "minecraft:concrete|14",
"ingredients": [ "minecraft:concrete_powder|14" ]
},
{
"output": "minecraft:concrete|15",
"ingredients": [ "minecraft:concrete_powder|15" ]
}
]
},
"notch_apple": {
"comment": "Give Notch apple a value based on its old recipe",
"conversions": [
{
"output": "minecraft:golden_apple|1",
"ingredients": {
"minecraft:apple|0": 1,
"minecraft:gold_block|0": 8
}
}
]
}
},
"values": {
"before": {
"minecraft:cobblestone|0": 1,
"minecraft:stone|0": 1,
"minecraft:stone|1": 16,
"minecraft:stone|3": 16,
"minecraft:stone|5": 16,
"minecraft:stonebrick|2": 1,
"minecraft:stonebrick|3": 1,
"minecraft:end_stone|0": 1,
"minecraft:netherrack|0": 1,
"minecraft:dirt|0": 1,
"minecraft:sand|0": 1,
"minecraft:sand|1": 1,
"minecraft:snow|0": 1,
"minecraft:ice|0": 1,
"minecraft:deadbush|0": 1,
"minecraft:gravel|0": 4,
"minecraft:cactus|0": 8,
"minecraft:vine|0": 8,
"minecraft:web|0": 12,
"minecraft:waterlily|0": 16,
"minecraft:red_flower|0": 16,
"minecraft:red_flower|1": 16,
"minecraft:red_flower|2": 16,
"minecraft:red_flower|3": 16,
"minecraft:red_flower|4": 16,
"minecraft:red_flower|5": 16,
"minecraft:red_flower|6": 16,
"minecraft:red_flower|7": 16,
"minecraft:red_flower|8": 16,
"minecraft:double_plant|0": 32,
"minecraft:double_plant|1": 32,
"minecraft:double_plant|4": 32,
"minecraft:double_plant|5": 32,
"minecraft:yellow_flower|0": 16,
"minecraft:red_mushroom|0": 32,
"minecraft:brown_mushroom|0": 32,
"minecraft:reeds|0": 32,
"minecraft:soul_sand|0": 49,
"minecraft:obsidian|0": 64,
"minecraft:stained_hardened_clay|*": 64,
"minecraft:sponge|0": 128,
"minecraft:sponge|1": 128,
"minecraft:tallgrass|0": 1,
"minecraft:tallgrass|1": 1,
"minecraft:tallgrass|2": 1,
"minecraft:double_plant|2": 1,
"minecraft:double_plant|3": 1,
"minecraft:packed_ice|0": 4,
"minecraft:magma|0": 128,
"minecraft:chorus_plant|0": 64,
"minecraft:chorus_flower|0": 96,
"minecraft:wheat_seeds|0": 16,
"minecraft:beetroot_seeds|0": 16,
"minecraft:melon|0": 16,
"minecraft:wheat|0": 24,
"minecraft:nether_wart|0": 24,
"minecraft:apple|0": 128,
"minecraft:pumpkin|0": 144,
"minecraft:porkchop|0": 64,
"minecraft:beef|0": 64,
"minecraft:chicken|0": 64,
"minecraft:rabbit|0": 64,
"minecraft:mutton|0": 64,
"minecraft:fish|0": 64,
"minecraft:fish|1": 64,
"minecraft:fish|2": 64,
"minecraft:fish|3": 64,
"minecraft:carrot|0": 64,
"minecraft:beetroot|0": 64,
"minecraft:potato|0": 64,
"minecraft:poisonous_potato|0": 64,
"minecraft:chorus_fruit|0": 192,
"minecraft:string|0": 12,
"minecraft:rotten_flesh|0": 32,
"minecraft:slime_ball|0": 32,
"minecraft:egg|0": 32,
"minecraft:feather|0": 48,
"minecraft:rabbit_hide|0": 16,
"minecraft:rabbit_foot|0": 128,
"minecraft:spider_eye|0": 128,
"minecraft:gunpowder|0": 192,
"minecraft:ender_pearl|0": 1024,
"minecraft:blaze_rod|0": 1536,
"minecraft:shulker_shell|0": 2048,
"minecraft:ghast_tear|0": 4096,
"minecraft:dragon_egg|0": 262144,
"minecraft:potion|0": 0,
"minecraft:saddle|0": 192,
"minecraft:name_tag|0": 192,
"minecraft:record_11|0": 2048,
"minecraft:record_13|0": 2048,
"minecraft:record_blocks|0": 2048,
"minecraft:record_cat|0": 2048,
"minecraft:record_chirp|0": 2048,
"minecraft:record_far|0": 2048,
"minecraft:record_mall|0": 2048,
"minecraft:record_mellohi|0": 2048,
"minecraft:record_stal|0": 2048,
"minecraft:record_strad|0": 2048,
"minecraft:record_wait|0": 2048,
"minecraft:record_ward|0": 2048,
"minecraft:diamond|0": 8192,
"minecraft:flint|0": 4,
"minecraft:coal|0": 128,
"minecraft:redstone|0": 64,
"minecraft:glowstone_dust|0": 384,
"minecraft:quartz|0": 256,
"minecraft:prismarine_shard|0": 256,
"minecraft:prismarine_crystals|0": 512,
"minecraft:dye|0": 16,
"minecraft:dye|3": 128,
"minecraft:dye|4": 864,
"minecraft:enchanted_book|0": 2048,
"minecraft:emerald|0": 16384,
"minecraft:nether_star|0": 139264,
"minecraft:clay_ball|0": 16,
"minecraft:bone|0": 144,
"minecraft:snowball|0": 1,
"minecraft:filled_map|0": 1472
}
}
}
@@ -0,0 +1,86 @@
/*
NOTE: This file is an example. It will be regenerated each time mapping occurs, and is not actually parsed.
Files in this folder can be used to add Conversions and values to the EMC Calculation.
All files in this folder that end with .json will be loaded and can be enabled/disabled in the mapping.cfg.
A grammar is available at: https://gist.github.com/williewillus/9ebb0d04329526e31564
*/
{
"comment": "An example for the custom conversion JSONs",
"groups": {
"boring_conversions": {
"comment": "Some normal conversions, different syntaxes are listed",
"conversions": [
// These work like AE2 autocrafting: You specify what goes in, and what comes out. PE does the rest.
{
"output": "minecraft:furnace|0",
"count": 1, // Can be omitted if it's 1
"ingredients": {
"minecraft:cobblestone|0": 8
}
},
{
"out": "minecraft:iron_boots",
"ingr": [ "minecraft:iron_ingot", "minecraft:iron_ingot", "minecraft:iron_ingot", "minecraft:iron_ingot" ]
// Every occurrence counts once ^
},
// These make a "item group" that you can use in other conversions
// to represent the whole group at once (see the next conversion down)
{ "o": "FAKE|AllSeeds", "i": [ "minecraft:pumpkin_seeds" ] },
{ "o": "FAKE|AllSeeds", "i": [ "minecraft:wheat_seeds" ] },
{ "o": "FAKE|AllSeeds", "i": [ "minecraft:melon_seeds" ] },
{ "o": "FAKE|AllSeeds", "i": [ "minecraft:wheat_seeds" ] },
{
"o": "minecraft:grass|0",
"i": [ "FAKE|AllSeeds", "minecraft:dirt|0" ]
},
{
"o": "minecraft:bed|0",
"i": {
"minecraft:planks|*": 3, // * means all metas
"minecraft:wool|*": 3
}
},
{
"o": "OD|gemDiamond",
"i": [ "OD|stone" ] // Ore Dictionary
},
{
"o": "FLUID|fluidDiamond",
"i": [ "minecraft:diamond|0" ] // Fluids too
}
]
}
},
"values": {
"before": {
// Set values that'll be used to derive other values. You want most of your values here.
// "FREE" means the item will not contribute anything to the value of any other item it crafts into
// All the various item forms (normal, fake, OD, fluid) supported here
"minecraft:sponge": 1,
"OD|gemDiamond": "FREE"
},
"after": {
// Just like before, but happens after main calculation and won't be used to derive other values
// Used to "peg" an item at a certain value
},
"conversion": [
// These are like the group conversions above but are a bit special
// They are applied after main calculation and won't be used to derive other values
// Used to "peg" an item at a certain value relative to another item
{
"o": "OD|ingotGold",
"i": [ "minecraft:steak|0" ],
"evalOD": true // Peg this value for ALL ingotGold's
}
]
}
}
@@ -0,0 +1,49 @@
{
"comment": "Sets default conversions for various metals from other mods",
"comment_1": "This file is only shown as an example, it will be regenerated every time mapping occurs in order to let us",
"comment_2": "change default values. To specify your own custom values use a separate JSON or the /projecte commands ingame",
"groups": {},
"values": {
"before": {
"OD|ingotIron":256
},
"conversion": [
{"evalOD": true, "o": "OD|ingotObsidian", "c": 2, "i": {"minecraft:obsidian|0": 1}},
{"evalOD": true, "o": "OD|ingotGold", "c": 1, "i": {"OD|ingotIron":8}},
{"evalOD": true, "o": "OD|ingotCopper", "c": 2, "i": {"OD|ingotIron":1}},
{"evalOD": true, "o": "OD|ingotTin", "c": 1, "i": {"OD|ingotIron":1}},
{"evalOD": true, "o": "OD|ingotBronze", "c": 4, "i": {"OD|ingotCopper": 3, "OD|ingotTin": 1}},
{"evalOD": true, "o": "OD|ingotSilver", "c": 1, "i": {"OD|ingotIron":2}},
{"evalOD": true, "o": "OD|ingotLead", "c": 1, "i": {"OD|ingotIron":2}},
{"evalOD": true, "o": "OD|ingotNickel", "c": 1, "i": {"OD|ingotIron":4}},
{"evalOD": true, "o": "OD|ingotAluminum", "c": 2, "i": {"OD|ingotIron":1}},
{"evalOD": true, "o": "OD|ingotArdite", "c": 1, "i": {"OD|ingotIron":4}},
{"evalOD": true, "o": "OD|ingotCobalt", "c": 1, "i": {"OD|ingotIron":4}},
{"evalOD": true, "o": "OD|ingotAluminumBrass", "c": 64, "i": {"OD|ingotAluminum": 48, "OD|ingotCopper": 16}},
{"evalOD": true, "o": "OD|ingotManyullyn", "c": 1, "i": {"OD|ingotCobalt": 1, "OD|ingotArdite": 1}},
{"evalOD": true, "o": "OD|ingotAlumite", "c": 48, "i": {"OD|ingotAluminum": 80, "OD|ingotIron": 32, "OD|ingotObsidian": 32}},
{"evalOD": true, "o": "OD|ingotPlatinum", "c": 1, "i": {"OD|ingotIron":16}},
{"evalOD": true, "o": "OD|ingotElectrum", "c": 2, "i": ["OD|ingotGold", "OD|ingotSilver"]},
{"evalOD": true, "o": "OD|ingotInvar", "c": 3, "i": ["OD|ingotNickel", "OD|ingotIron", "OD|ingotIron"]},
{"evalOD": true, "o": "OD|ingotSignalum", "c": 4, "i": {"OD|ingotCopper": 3, "OD|ingotSilver":1 , "OD|dustRedstone":10}},
{"evalOD": true, "o": "OD|ingotLumium", "c": 4, "i": {"OD|ingotTin": 3, "OD|ingotSilver":1 , "OD|dustGlowstone":4}},
{"evalOD": true, "o": "OD|ingotEnderium", "c": 4, "i": {
"OD|ingotTin": 2, "OD|ingotSilver":1 , "OD|ingotPlatinum":1,
"minecraft:coal|1": 1, "OD|dustRedstone": 1, "minecraft:blaze_powder|0":1, "OD|dustSulfur": 1,
"minecraft:ender_pearl|0":4}
},
{"evalOD": true, "o": "OD|ingotElectricalSteel", "c": 1, "i": ["OD|ingotIron", "minecraft:coal|1", "OD|itemSilicon"]},
{"evalOD": true, "o": "OD|ingotEnergeticAlloy", "c": 1, "i": ["OD|dustRedstone", "OD|ingotGold", "OD|dustGlowstone"]},
{"evalOD": true, "o": "OD|ingotVibrantAlloy", "c": 1, "i": ["OD|ingotEnergeticAlloy", "minecraft:ender_pearl|0"]},
{"evalOD": true, "o": "OD|ingotRedstoneAlloy", "c": 1, "i": ["OD|dustRedstone", "OD|itemSilicon"]},
{"evalOD": true, "o": "OD|ingotConductiveIron", "c": 1, "i": ["OD|dustRedstone", "OD|ingotIron"]},
{"evalOD": true, "o": "OD|ingotPulsatingIron", "c": 1, "i": ["OD|ingotIron", "minecraft:ender_pearl|0"]},
{"evalOD": true, "o": "OD|ingotDarkSteel", "c": 1, "i": ["OD|ingotIron", "minecraft:coal|1", "minecraft:obsidian|0"]},
{"evalOD": true, "o": "OD|ingotSoularium", "c": 1, "i": ["OD|ingotGold", "minecraft:soul_sand|0"]},
{"evalOD": true, "o": "OD|ingotEnderiumBase", "c": 4, "i": {"OD|ingotTin": 2, "OD|ingotSilver":1 , "OD|ingotPlatinum":1}}
]
}
}
File diff suppressed because it is too large Load Diff
+256
View File
@@ -0,0 +1,256 @@
# Configuration file
enabledmappers {
# Allows other Mods to add Recipes to the EMC Calculation. [default: true]
B:APICustomConversionMapper=true
# Allows other mods to set EMC values using the ProjectEAPI [default: true]
B:APICustomEMCMapper=true
# Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.CraftingManager [default: true]
B:CraftingMapper=true
# Uses json files within config/ProjectE/customConversions/ to add values and conversions [default: true]
B:CustomConversionMapper=true
# Uses the `custom_emc.json` File to add EMC values. [default: true]
B:CustomEMCMapper=true
# Adds Conversions for fluid container items and fluids. [default: true]
B:FluidMapper=true
# Blacklist some OreDictionary names from getting an EMC value [default: true]
B:OreDictionaryMapper=true
# Add Conversions for `FurnaceRecipes` [default: true]
B:SmeltingMapper=true
}
general {
# Want to take a look at the internals of EMC Calculation? Enable this to write all the conversions and setValue-Commands to config/ProjectE/mappingdump.json [default: false]
B:dumpEverythingToFile=false
# Log known EMC Exploits. This can not and will not find all possible exploits. This will only find exploits that result in fixed/custom emc values that the algorithm did not overwrite. Exploits that derive from conversions that are unknown to ProjectE will not be found. [default: true]
B:logEMCExploits=true
# When the next EMC mapping occurs write the results to config/ProjectE/pregenerated_emc.json and only ever run the mapping again when that file does not exist, this setting is set to false, or an error occurred parsing that file. [default: false]
B:pregenerate=false
}
mapperconfigurations {
oredictionarymapper {
# Set EMC=0 for everything that has an OD Name that starts with `ore`, `dust` or `crushed` besides `dustPlastic` [default: true]
B:blacklistOresAndDusts=true
}
apicustomemcmapper {
customemcpriorities {
# Priority for Mod with ModId = abyssalcraft. Values: 226 [range: 0 ~ 512, default: 1]
I:abyssalcraftpriority=1
# Priority for Mod with ModId = divinerpg. Values: 129 [range: 0 ~ 512, default: 1]
I:divinerpgpriority=1
I:equivalentenergisticspriority=1
# Priority for Mod with ModId = expequiv. Values: 3950 [range: 0 ~ 512, default: 1]
I:expequivpriority=1
I:metallurgypriority=1
# Priority for Mod with ModId = nuclearcraft. Values: 282 [range: 0 ~ 512, default: 1]
I:nuclearcraftpriority=1
# Priority for Mod with ModId = tce. Values: 1 [range: 0 ~ 512, default: 1]
I:tcepriority=1
}
permissions {
nuclearcraft {
S:abyssalcraft=none
# Allow 'nuclearcraft' to set and or remove values for 'actuallyadditions'. Options: [both, set, remove, none] [default: both]
S:actuallyadditions=both
# Allow 'nuclearcraft' to set and or remove values for 'appliedenergistics2'. Options: [both, set, remove, none] [default: both]
S:appliedenergistics2=both
# Allow 'nuclearcraft' to set and or remove values for 'bewitchment'. Options: [both, set, remove, none] [default: both]
S:bewitchment=none
# Allow 'nuclearcraft' to set and or remove values for 'bigreactors'. Options: [both, set, remove, none] [default: both]
S:bigreactors=both
S:bloodmagic=none
S:careerbees=both
# Allow 'nuclearcraft' to set and or remove values for 'chisel'. Options: [both, set, remove, none] [default: both]
S:chisel=both
# Allow 'nuclearcraft' to set and or remove values for 'enderio'. Options: [both, set, remove, none] [default: both]
S:enderio=both
# Allow 'nuclearcraft' to set and or remove values for 'forestry'. Options: [both, set, remove, none] [default: both]
S:forestry=both
# Allow 'nuclearcraft' to set and or remove values for 'iceandfire'. Options: [both, set, remove, none] [default: both]
S:iceandfire=none
# Allow 'nuclearcraft' to set and or remove values for 'immersiveengineering'. Options: [both, set, remove, none] [default: both]
S:immersiveengineering=both
# Allow 'nuclearcraft' to set and or remove values for 'libvulpes'. Options: [both, set, remove, none] [default: both]
S:libvulpes=both
S:mekanism=both
S:metallurgy=both
# Allow 'nuclearcraft' to set and or remove values for 'minecraft'. Options: [both, set, remove, none] [default: both]
S:minecraft=both
# Allow 'nuclearcraft' to set and or remove values for 'nuclearcraft'. Options: [both, set, remove, none] [default: both]
S:nuclearcraft=both
S:projectred-core=both
# Allow 'nuclearcraft' to set and or remove values for 'projectred-exploration'. Options: [both, set, remove, none] [default: both]
S:projectred-exploration=both
# Allow 'nuclearcraft' to set and or remove values for 'railcraft'. Options: [both, set, remove, none] [default: both]
S:railcraft=both
# Allow 'nuclearcraft' to set and or remove values for 'techreborn'. Options: [both, set, remove, none] [default: both]
S:techreborn=both
# Allow 'nuclearcraft' to set and or remove values for 'thermalfoundation'. Options: [both, set, remove, none] [default: both]
S:thermalfoundation=both
}
expequiv {
# Allow 'expequiv' to set and or remove values for 'IntermediateFakeItemsUsedInRecipes'. Options: [both, set, remove, none] [default: both]
S:IntermediateFakeItemsUsedInRecipes=both
# Allow 'expequiv' to set and or remove values for 'actuallyadditions'. Options: [both, set, remove, none] [default: both]
S:actuallyadditions=both
# Allow 'expequiv' to set and or remove values for 'appliedenergistics2'. Options: [both, set, remove, none] [default: both]
S:appliedenergistics2=both
# Allow 'expequiv' to set and or remove values for 'astralsorcery'. Options: [both, set, remove, none] [default: both]
S:astralsorcery=none
# Allow 'expequiv' to set and or remove values for 'avaritia'. Options: [both, set, remove, none] [default: both]
S:avaritia=both
S:bloodmagic=none
# Allow 'expequiv' to set and or remove values for 'botania'. Options: [both, set, remove, none] [default: both]
S:botania=none
S:draconicevolution=both
# Allow 'expequiv' to set and or remove values for 'enderio'. Options: [both, set, remove, none] [default: both]
S:enderio=both
# Allow 'expequiv' to set and or remove values for 'forestry'. Options: [both, set, remove, none] [default: both]
S:forestry=both
# Allow 'expequiv' to set and or remove values for 'immersiveengineering'. Options: [both, set, remove, none] [default: both]
S:immersiveengineering=both
# Allow 'expequiv' to set and or remove values for 'minecraft'. Options: [both, set, remove, none] [default: both]
S:minecraft=both
S:mysticalagradditions=both
S:mysticalagriculture=both
# Allow 'expequiv' to set and or remove values for 'techreborn'. Options: [both, set, remove, none] [default: both]
S:techreborn=both
# Allow 'expequiv' to set and or remove values for 'thaumcraft'. Options: [both, set, remove, none] [default: both]
S:thaumcraft=none
# Allow 'expequiv' to set and or remove values for 'thermalfoundation'. Options: [both, set, remove, none] [default: both]
S:thermalfoundation=both
}
abyssalcraft {
# Allow 'abyssalcraft' to set and or remove values for 'abyssalcraft'. Options: [both, set, remove, none] [default: both]
S:abyssalcraft=none
# Allow 'abyssalcraft' to set and or remove values for 'appliedenergistics2'. Options: [both, set, remove, none] [default: both]
S:appliedenergistics2=both
# Allow 'abyssalcraft' to set and or remove values for 'forge'. Options: [both, set, remove, none] [default: both]
S:forge=both
S:mekanism=both
# Allow 'abyssalcraft' to set and or remove values for 'thermalfoundation'. Options: [both, set, remove, none] [default: both]
S:thermalfoundation=both
}
equivalentenergistics {
S:equivalentenergistics=both
}
divinerpg {
# Allow 'divinerpg' to set and or remove values for 'divinerpg'. Options: [both, set, remove, none] [default: both]
S:divinerpg=none
}
metallurgy {
S:metallurgy=both
}
tce {
# Allow 'tce' to set and or remove values for 'tce'. Options: [both, set, remove, none] [default: both]
S:tce=both
}
}
}
customconversionmapper {
# Read file: ODdefaults.json? [default: true]
B:ODdefaults=true
# Read file: defaults.json? [default: true]
B:defaults=true
# Read file: metals.json? [default: true]
B:metals=true
}
craftingmapper {
irecipeimplementations {
# Maps `IRecipe` CraftTweaker crafting recipes that extend `MCRecipeShaped` or `MCRecipeShapeless [default: true]
B:enableCraftTweakerRecipeMapper=true
# Maps custom IRecipe's from ProjectE [default: true]
B:enablePECustomRecipeMapper=true
# Maps `RecipeStage` implementation of `IRecipe` from Recipe Stages [default: true]
B:enableRecipeStagesRecipeMapper=true
# Maps `IRecipe` crafting recipes that extend `ShapedRecipes` or `ShapelessRecipes`, and their oredict equivalents [default: true]
B:enableVanillaRecipeMapper=true
}
}
smeltingmapper {
# If X has a value and is smelted from Y, Y will get a value too. This is an experimental thing and might result in Mappings you did not expect/want to happen. [default: false]
B:doBackwardsMapping=false
}
apicustomconversionmapper {
allow {
# Allow Mod expequiv to add its 82398 Recipes to the EMC Calculation [default: true]
B:expequiv=true
}
}
}
+7
View File
@@ -0,0 +1,7 @@
{
"items": [
"tconstruct:pickaxe",
"botania:specialflower"
],
"__comment": "To add items to NBT Whitelist, simply add its registry name as a String to the above array"
}
+384
View File
@@ -0,0 +1,384 @@
# Configuration file
blacklist {
# modid:unlocalized, Example: projecte:collector_mk1 [default: ]
S:blacklistedBlocks <
extrautils2:rainbowgenerator
nuclearcraft:fission_controller_new_fixed
nuclearcraft:salt_fission_controller
nuclearcraft:heat_exchanger_controller
nuclearcraft:turbine_controller
nuclearcraft:fusion_core
bigreactors:turbinecontroller
bigreactors:reactorcontroller
thermalexpansion:dynamo:0
thermalexpansion:dynamo:1
thermalexpansion:dynamo:2
thermalexpansion:dynamo:3
thermalexpansion:dynamo:4
thermalexpansion:dynamo:5
techreborn:thermal_generator
techreborn:diesel_generator
techreborn:semi_fluid_generator
techreborn:solid_fuel_generator
techreborn:dragon_egg_syphon
industrialforegoing:protein_generator
industrialforegoing:biofuel_generator
cyclicmagic:peat_generator
enderio:block_zombie_generator
enderio:block_franken_zombie_generator
enderio:block_ender_generator
actuallyadditions:block_bio_reactor
modularrouters:item_router
extrautils2:user
botania:alfheimportal
>
# Fully qualified class name [default: ]
S:blacklistedTiles <
extrautils2:rainbowgenerator
nuclearcraft:fission_controller_new_fixed
nuclearcraft:salt_fission_controller
nuclearcraft:heat_exchanger_controller
nuclearcraft:turbine_controller
nuclearcraft:fusion_core
bigreactors:turbinecontroller
bigreactors:reactorcontroller
thermalexpansion:dynamo:0
thermalexpansion:dynamo:1
thermalexpansion:dynamo:2
thermalexpansion:dynamo:3
thermalexpansion:dynamo:4
thermalexpansion:dynamo:5
techreborn:thermal_generator
techreborn:diesel_generator
techreborn:semi_fluid_generator
techreborn:solid_fuel_generator
techreborn:dragon_egg_syphon
industrialforegoing:protein_generator
industrialforegoing:biofuel_generator
cyclicmagic:peat_generator
enderio:block_zombie_generator
enderio:block_franken_zombie_generator
enderio:block_ender_generator
actuallyadditions:block_bio_reactor
modularrouters:item_router
extrautils2:user
botania:alfheimportal
>
}
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General settings
##########################################################################################################
general {
# Debug modes [default: false]
B:Debug_Mode=false
# Send chat hello message [default: true]
B:Hello_Message=true
# Integration ProjectE [default: true]
B:integration_ProjectE=true
# Integration TheOneProbe-TopAddons [default: true]
B:integration_top_addons=true
}
##########################################################################################################
# item
#--------------------------------------------------------------------------------------------------------#
# Item settings
##########################################################################################################
item {
# Storage time infinite [range: 1 ~ 2147483647, default: 2147483647]
I:Time_Storage_infinite=2147483647
# Storage time bottle lvl 1 [range: 1 ~ 2147483647, default: 120]
I:Time_Storage_lvl_1=500
# Storage time bottle lvl 2 [range: 1 ~ 2147483647, default: 360]
I:Time_Storage_lvl_2=1500
# Storage time bottle lvl 3 [range: 1 ~ 2147483647, default: 1080]
I:Time_Storage_lvl_3=4500
# Storage time bottle lvl 4 [range: 1 ~ 2147483647, default: 2400]
I:Time_Storage_lvl_4=13500
# Storage time bottle lvl 5 [range: 1 ~ 2147483647, default: 7200]
I:Time_Storage_lvl_5=45000
# Speed Time Wand lvl 1. 1 = 100%..... [range: 1 ~ 127, default: 3]
I:Time_Wand_Speed_lvl1=3
# Speed Time Wand lvl 2. 1 = 100%..... [range: 1 ~ 127, default: 6]
I:Time_Wand_Speed_lvl2=6
# Speed Time Wand lvl 3. 1 = 100%..... [range: 1 ~ 127, default: 9]
I:Time_Wand_Speed_lvl3=9
# Speed Time Wand lvl 4. 1 = 100%..... [range: 1 ~ 127, default: 12]
I:Time_Wand_Speed_lvl4=12
# Speed Time Wand lvl 5. 1 = 100%..... [range: 1 ~ 127, default: 15]
I:Time_Wand_Speed_lvl5=15
# Speed Time Wand infinite. 1 = 100%..... [range: 1 ~ 127, default: 20]
I:Time_Wand_Speed_lvl6=20
}
##########################################################################################################
# render
#--------------------------------------------------------------------------------------------------------#
# Render settings
##########################################################################################################
render {
S:Color_lvl1_RGB=255,0,0
S:Color_lvl2_RGB=0,255,0
S:Color_lvl3_RGB=255,0,0
S:Color_lvl4_RGB=255,255,0
S:Color_lvl5_RGB=0,255,255
# Tile render true/false [default: true]
B:Tile_Render=true
# Tile spawn Particle flame [default: true]
B:Tile_Visual_Work=true
# Spawn Particle Wand [default: true]
B:Time_Wand_Parc=true
}
##########################################################################################################
# tile
#--------------------------------------------------------------------------------------------------------#
# TileEntity settings .Before changing these values, it is best to destroy the already installed TileEntity
# If this is not possible, then in order for the value in TileEntity to change, it will need to be set again.
##########################################################################################################
tile {
# Max energy storage [range: 1 ~ 2147483647, default: 50000000]
I:Tile_Energy_Particle_Collector_Max_Energy=50000000
# Rf need to generate 1 time element [range: 1 ~ 2147483647, default: 540000]
I:Tile_Energy_Particle_Collector_RF_Tick=540000
# Max energy storage [range: 1 ~ 2147483647, default: 5000000]
I:Tile_Energy_Torcherino_Max_Energy=5000000
# Do I need energy to work, Torcherino [default: true]
B:Tile_Energy_Torcherino_Mode=true
# Rf tick work [range: 1 ~ 2147483647, default: 500]
I:Tile_Energy_Torcherino_RF_Tick=500
I:Tile_Generator_Particle=1154
# Need ticks to generate 100% [range: 1 ~ 32767, default: 1800]
I:Tile_Generator_Particle_NeedTick=1800
# Time maximum storage [range: 1 ~ 2147483647, default: 3600]
I:Tile_Time_Acceleration_MaxStorage=3600
# Maximum Radius [range: 1 ~ 127, default: 3]
I:Tile_Time_Acceleration_Radius=3
# Speed 1 = 100% [range: 1 ~ 127, default: 3]
I:Tile_Time_Acceleration_Speed=3
# Time maximum storage [range: 1 ~ 2147483647, default: 1000]
I:Tile_Time_Collectors_MaxStorage=1500
I:Tile_Time_Collectors_Required_Time=20
I:Tile_Time_Manipulator=54110
# Time maximum storage [range: 1 ~ 32767, default: 2500]
I:Tile_Time_Manipulator_MaxStorage=2500
# Need time [range: 1 ~ 32767, default: 500]
I:Tile_Time_Manipulator_Need_Time=500
I:Tile_Time_Storage=1000000
# Time maximum storage [range: 1 ~ 2147483647, default: 10000]
I:Tile_Time_Storage_MaxStorage=10000
}
##########################################################################################################
# tile_torcherino
#--------------------------------------------------------------------------------------------------------#
# TileEntity settings .Before changing these values, it is best to destroy the already installed TileEntity
# If this is not possible, then in order for the value in TileEntity to change, it will need to be set again.
##########################################################################################################
tile_torcherino {
# Number of speed modes [range: 1 ~ 127, default: 3]
I:Torcherino_lvl_1_Compressed_number_modes=3
# Maximum Radius [range: 1 ~ 127, default: 3]
I:Torcherino_lvl_1_Compressed_radius=3
# Speed 1 = 100% [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_1_Compressed_speed=9
# Number of speed modes [range: 1 ~ 127, default: 3]
I:Torcherino_lvl_1_Double_Compressed_number_modes=3
# Maximum Radius [range: 1 ~ 127, default: 3]
I:Torcherino_lvl_1_Double_Compressed_radius=3
# Speed 1 = 100% [range: 1 ~ 127, default: 81]
I:Torcherino_lvl_1_Double_Compressed_speed=81
# Number of speed modes [range: 1 ~ 127, default: 3]
I:Torcherino_lvl_1_number_modes=3
# Maximum Radius [range: 1 ~ 127, default: 3]
I:Torcherino_lvl_1_radius=3
# Speed 1 = 100% [range: 1 ~ 127, default: 1]
I:Torcherino_lvl_1_speed=1
}
tile_torcherino_lvl1 {
I:Torcherino_lvl_1_Compressed_number_modes=3
I:Torcherino_lvl_1_Compressed_radius=3
I:Torcherino_lvl_1_Compressed_speed=9
I:Torcherino_lvl_1_Double_Compressed_number_modes=3
I:Torcherino_lvl_1_Double_Compressed_radius=3
I:Torcherino_lvl_1_Double_Compressed_speed=81
I:Torcherino_lvl_1_number_modes=3
I:Torcherino_lvl_1_radius=3
I:Torcherino_lvl_1_speed=1
}
tile_torcherino_lvl2 {
# Number of speed modes [range: 1 ~ 127, default: 6]
I:Torcherino_lvl_2_Compressed_number_modes=6
# Maximum Radius [range: 1 ~ 127, default: 6]
I:Torcherino_lvl_2_Compressed_radius=6
# Speed 1 = 100% [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_2_Compressed_speed=9
# Number of speed modes [range: 1 ~ 127, default: 6]
I:Torcherino_lvl_2_Double_Compressed_number_modes=6
# Maximum Radius [range: 1 ~ 127, default: 6]
I:Torcherino_lvl_2_Double_Compressed_radius=6
# Speed 1 = 100% [range: 1 ~ 127, default: 81]
I:Torcherino_lvl_2_Double_Compressed_speed=81
# Number of speed modes [range: 1 ~ 127, default: 6]
I:Torcherino_lvl_2_number_modes=6
# Maximum Radius [range: 1 ~ 127, default: 6]
I:Torcherino_lvl_2_radius=6
# Speed 1 = 100% [range: 1 ~ 127, default: 1]
I:Torcherino_lvl_2_speed=1
}
tile_torcherino_lvl3 {
# Number of speed modes [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_3_Compressed_number_modes=9
# Maximum Radius [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_3_Compressed_radius=9
# Speed 1 = 100% [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_3_Compressed_speed=9
# Number of speed modes [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_3_Double_Compressed_number_modes=9
# Maximum Radius [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_3_Double_Compressed_radius=9
# Speed 1 = 100% [range: 1 ~ 127, default: 81]
I:Torcherino_lvl_3_Double_Compressed_speed=81
# Number of speed modes [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_3_number_modes=9
# Maximum Radius [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_3_radius=9
# Speed 1 = 100% [range: 1 ~ 127, default: 1]
I:Torcherino_lvl_3_speed=1
}
tile_torcherino_lvl4 {
# Number of speed modes [range: 1 ~ 127, default: 12]
I:Torcherino_lvl_4_Compressed_number_modes=12
# Maximum Radius [range: 1 ~ 127, default: 12]
I:Torcherino_lvl_4_Compressed_radius=12
# Speed 1 = 100% [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_4_Compressed_speed=9
# Number of speed modes [range: 1 ~ 127, default: 12]
I:Torcherino_lvl_4_Double_Compressed_number_modes=12
# Maximum Radius [range: 1 ~ 127, default: 12]
I:Torcherino_lvl_4_Double_Compressed_radius=12
# Speed 1 = 100% [range: 1 ~ 127, default: 81]
I:Torcherino_lvl_4_Double_Compressed_speed=81
# Number of speed modes [range: 1 ~ 127, default: 12]
I:Torcherino_lvl_4_number_modes=12
# Maximum Radius [range: 1 ~ 127, default: 12]
I:Torcherino_lvl_4_radius=12
# Speed 1 = 100% [range: 1 ~ 127, default: 1]
I:Torcherino_lvl_4_speed=1
}
tile_torcherino_lvl5 {
# Number of speed modes [range: 1 ~ 127, default: 15]
I:Torcherino_lvl_5_Compressed_number_modes=15
# Maximum Radius [range: 1 ~ 127, default: 15]
I:Torcherino_lvl_5_Compressed_radius=15
# Speed 1 = 100% [range: 1 ~ 127, default: 9]
I:Torcherino_lvl_5_Compressed_speed=9
# Number of speed modes [range: 1 ~ 127, default: 15]
I:Torcherino_lvl_5_Double_Compressed_number_modes=15
# Maximum Radius [range: 1 ~ 127, default: 15]
I:Torcherino_lvl_5_Double_Compressed_radius=15
# Speed 1 = 100% [range: 1 ~ 127, default: 81]
I:Torcherino_lvl_5_Double_Compressed_speed=81
# Number of speed modes [range: 1 ~ 127, default: 15]
I:Torcherino_lvl_5_number_modes=15
# Maximum Radius [range: 1 ~ 127, default: 15]
I:Torcherino_lvl_5_radius=15
# Speed 1 = 100% [range: 1 ~ 127, default: 1]
I:Torcherino_lvl_5_speed=1
}
+6
View File
@@ -187,6 +187,9 @@ general {
# Prevents various crashes with Turkish locale # Prevents various crashes with Turkish locale
B:"Locale Crash"=true B:"Locale Crash"=true
# Fixes Forge's overlay message (action bar) fade out regression
B:"Overlay Message Fade Out"=true
# Increases the packet size limit to account for large packets in modded environments # Increases the packet size limit to account for large packets in modded environments
# Vanilla default is 0x200000 # Vanilla default is 0x200000
# Incompatible with SpongeForge and RandomPatches # Incompatible with SpongeForge and RandomPatches
@@ -217,6 +220,9 @@ general {
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders) # Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
B:"Frustum Culling"=true B:"Frustum Culling"=true
# Ensures portals link to their original overworld portal if within close distance
B:"Portal Location Link"=true
# Fixes duplication issues that can occur when entities travel through portals # Fixes duplication issues that can occur when entities travel through portals
B:"Portal Traveling Dupe"=true B:"Portal Traveling Dupe"=true
+55 -1
View File
@@ -44,14 +44,23 @@ general {
} }
"blood magic" { "blood magic" {
# Improves performance when harvesting blocks with Bound Tool's right-click and exposes block drops to HarvestDropsEvent
B:"Bound Tool Harvest Tweak"=true
# Fixes various duplication exploits # Fixes various duplication exploits
B:"Duplication Fixes"=true B:"Duplication Fixes"=true
# Fixes Routing Node fluid routing unable to support multiple liquids and soft-locking when encountering a full fluid tank
B:"Fluid Routing Fix"=true
# Fixes memory leak when unloading worlds/switching dimensions # Fixes memory leak when unloading worlds/switching dimensions
B:"Memory Leak Fix"=true B:"Memory Leak Fix"=true
# Optimizes the Hellfire/Soul Forge to reduce tick time # Optimizes the Hellfire/Soul Forge to reduce tick time
B:"Optimized Hellfire Forge"=true B:"Optimized Hellfire Forge"=true
# Fixes ritual resetting on chunk/world unload
B:"Ritual Fix"=true
B:"World Unload Memory Leak Fix"=true B:"World Unload Memory Leak Fix"=true
} }
@@ -183,6 +192,9 @@ general {
} }
"infernal mobs" { "infernal mobs" {
# Gets the actual display names of entities for improved naming
B:"Better Entity Names"=true
# Enables compatibility between Infernal Mobs' Sticky effect and Reliquary's Pedestal # Enables compatibility between Infernal Mobs' Sticky effect and Reliquary's Pedestal
B:"Sticky Pedestal Compatibility"=true B:"Sticky Pedestal Compatibility"=true
@@ -339,6 +351,9 @@ general {
} }
"storage drawers" { "storage drawers" {
# Prevents voiding of items when near capacity limits
B:"Item Voiding Fix"=false
# Approximate range in blocks at which drawers render contained items # Approximate range in blocks at which drawers render contained items
# 0 for default unlimited range # 0 for default unlimited range
I:"Render Range"=25 I:"Render Range"=25
@@ -621,7 +636,6 @@ general {
} }
emojicord { emojicord {
# Improves emoji context calculation to improve fps when rendering a lot of text
B:"Emoji Context"=true B:"Emoji Context"=true
} }
@@ -681,6 +695,46 @@ general {
B:"Copy Armor Stacks to Dummy"=true B:"Copy Armor Stacks to Dummy"=true
} }
agricraft {
# Fixes crash when Ender IO's Farming Station attempts to harvest Agricraft crops
B:"Ender IO Integration Fix"=true
}
backpacks {
# Prevents unintended offhand right-click behavior when opening backpacks
B:"No Offhand Interaction"=true
}
bewitchment {
# Fixes Witches' Oven consuming container fuel items
B:"Witches' Oven Fix"=true
}
"cooking for blockheads" {
# Fixes CFB Oven consuming container fuel items
B:"Oven Fix"=true
}
corpse {
# Fixes opening up GUIs on a non-client thread
B:"Opening GUIs Off-thread Fix"=true
}
"electroblob's wizardry" {
# Fixes crash when wearing armors from Construct's Armory
B:"Construct's Armory Armor Fix"=true
}
"fps reducer" {
# Makes the HUD display the actual FPS of the game, instead of the FPS of the HUD itself
B:"Correct FPS Display"=true
}
"moar tinkers" {
# Enables Energy Eater/Repair to pull from baubles
B:"Baubles Compatibility"=true
}
} }
+35 -5
View File
@@ -51,6 +51,9 @@ general {
# Allows the creation of grass paths everywhere (beneath fence gates, trapdoors, ...) # Allows the creation of grass paths everywhere (beneath fence gates, trapdoors, ...)
B:"Lenient Paths"=true B:"Lenient Paths"=true
# Allows blocks between enchantment tables and bookshelves
B:"No Enchantment Table Obstruction"=false
# Controls if the observer activates itself on the first tick when it is placed # Controls if the observer activates itself on the first tick when it is placed
B:"Prevent Observer Activating on Placement"=false B:"Prevent Observer Activating on Placement"=false
@@ -445,6 +448,15 @@ general {
# Determines the player's maximum speed when riding a vehicle or mount # Determines the player's maximum speed when riding a vehicle or mount
# Increase if you get the infamous 'Player moved too quickly' messages # Increase if you get the infamous 'Player moved too quickly' messages
D:"[6] Max Vehicle Speed"=100.0 D:"[6] Max Vehicle Speed"=100.0
# Lets movement speed affect the player's jump height
B:"[7] Movement Speed Affects Jumping"=false
# Lets movement speed affect the player's air speed
B:"[8] Movement Speed Affects Air Speed"=false
# Determines how much sprinting boosts the player's air speed
D:"[9] Air Speed Sprinting Factor"=0.3
} }
"rally health" { "rally health" {
@@ -838,6 +850,9 @@ general {
# Always displays the actual potion duration instead of `**:**` # Always displays the actual potion duration instead of `**:**`
B:"Accurate Potion Duration"=true B:"Accurate Potion Duration"=true
# Silently takes a screenshot every time an advancement is achieved
B:"Advancement Screenshot"=false
# Always returns the player to the main menu when quitting the game # Always returns the player to the main menu when quitting the game
B:"Always Return to Main Menu"=false B:"Always Return to Main Menu"=false
@@ -958,6 +973,9 @@ general {
# Adds a button to the pause menu to toggle cheats # Adds a button to the pause menu to toggle cheats
B:"Toggle Cheats Button"=true B:"Toggle Cheats Button"=true
# Removes the hardcoded range for sound pitches (0.5-2.0)
B:"Unlimited Sound Pitch Range"=false
# Makes the dismount keybind separate from LSHIFT, allowing it to be rebound independently # Makes the dismount keybind separate from LSHIFT, allowing it to be rebound independently
B:"Use Separate Dismount Key"=false B:"Use Separate Dismount Key"=false
@@ -1309,8 +1327,6 @@ general {
# Silences advancement errors # Silences advancement errors
B:"Mute Advancement Errors"=false B:"Mute Advancement Errors"=false
# Silences ore dictionary errors
B:"Mute Ore Dictionary Errors"=false B:"Mute Ore Dictionary Errors"=false
# Silences texture map errors # Silences texture map errors
@@ -1376,13 +1392,27 @@ general {
"chunk gen limit" { "chunk gen limit" {
# Limits maximum chunk generation per tick for improved server performance # Limits maximum chunk generation per tick for improved server performance
B:"[1] Chunk Gen Limit Toggle"=false B:"[1] Chunk Gen Limit Toggle"=true
# Maximum chunks to generate per tick per dimension # Maximum chunks to generate per tick per dimension
I:"[2] Ticks"=2 I:"[2] Ticks"=5
# Maximum time in ms to spend generating chunks per tick per dimension # Maximum time in ms to spend generating chunks per tick per dimension
I:"[3] Time"=5 I:"[3] Time"=25
# List of dimensions concerning limitation of chunk generation
# Behavior depends on the list mode
# Can be dimension name or ID
S:"[4] Dimension List" <
overworld
>
# Blacklist Mode: Dimensions that don't limit chunk generation, others do
# Whitelist Mode: Dimensions that limit chunk generation, others don't
# Valid values:
# WHITELIST
# BLACKLIST
S:"[5] Dimension List Mode"=WHITELIST
} }
"dimension unload" { "dimension unload" {
+60
View File
@@ -505,5 +505,65 @@
<oceanBlock>biomesoplenty:hot_spring_water</oceanBlock> <oceanBlock>biomesoplenty:hot_spring_water</oceanBlock>
<artifact>contenttweaker:unreachable</artifact> <artifact>contenttweaker:unreachable</artifact>
</planet> </planet>
</star>
<star name="Kilida" temp="100" x="-50" y="50" size="4.0" numPlanets="0" numGasGiants="0" blackHole="true">
<star name="Kilida 0" temp="100" separation="5.0" size="1.0" blackHole="false"/>
<star name="Kilida 1" temp="100" separation="10.0" size="1.0" blackHole="false"/>
<star name="Kilida 2" temp="100" separation="15.0" size="1.0" blackHole="false"/>
<star name="Kilida 3" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Kilida 4" temp="100" separation="25.0" size="1.0" blackHole="false"/>
<star name="Kilida 5" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<star name="Kilida 6" temp="100" separation="35.0" size="1.0" blackHole="false"/>
<star name="Kilida 7" temp="100" separation="40.0" size="1.0" blackHole="false"/>
<star name="Kilida 8" temp="100" separation="45.0" size="1.0" blackHole="false"/>
<star name="Kilida 9" temp="100" separation="50.0" size="1.0" blackHole="false"/>
<star name="Kilida 10" temp="100" separation="55.0" size="1.0" blackHole="false"/>
<star name="Kilida 11" temp="100" separation="60.0" size="1.0" blackHole="false"/>
<planet name="Fuhai" DIMID="192" customIcon="WaterWorld">
<atmosphereDensity>100</atmosphereDensity>
<hasOxygen>true</hasOxygen>
<fogColor>0.35,0.23,0.57</fogColor>
<skyColor>0.35,0.23,0.57</skyColor>
<gravitationalMultiplier>100</gravitationalMultiplier>
<orbitalDistance>200</orbitalDistance>
<hasRings>false</hasRings>
<orbitalTheta>0</orbitalTheta>
<orbitalPhi>00</orbitalPhi>
<rotationalPeriod>36000</rotationalPeriod>
<biomeIds>thaumcraft:eldritch</biomeIds>
<fillerBlock>thaumicaugmentation:stone</fillerBlock>
<oceanBlock>thaumcraft:liquid_death</oceanBlock>
<artifact>contenttweaker:unreachable</artifact>
</planet>
</star>
<star name="Thanatos" temp="100" x="-100" y="100" size="3.0" numPlanets="0" numGasGiants="0" blackHole="false">
<star name="Thanatos 0" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Thanatos 1" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<star name="Thanatos 2" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Thanatos 3" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<star name="Thanatos 4" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Thanatos 5" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<star name="Thanatos 6" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Thanatos 7" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<star name="Thanatos 8" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Thanatos 9" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<star name="Thanatos 10" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Thanatos 11" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<star name="Thanatos 12" temp="100" separation="20.0" size="1.0" blackHole="false"/>
<star name="Thanatos 13" temp="100" separation="30.0" size="1.0" blackHole="false"/>
<planet name="Travixte" DIMID="193" customIcon="WaterWorld">
<atmosphereDensity>100</atmosphereDensity>
<hasOxygen>true</hasOxygen>
<fogColor>0.64,1.0,0.9</fogColor>
<skyColor>0.64,1.0,0.9</skyColor>
<gravitationalMultiplier>200</gravitationalMultiplier>
<orbitalDistance>200</orbitalDistance>
<hasRings>true</hasRings>
<orbitalTheta>0</orbitalTheta>
<orbitalPhi>0</orbitalPhi>
<rotationalPeriod>36000</rotationalPeriod>
<biomeIds>aoa3:celeve,aoa3:mysterium,aoa3:iromine,aoa3:barathos,aoa3:lborean,aoa3:runandor,minecraft:mutated_ice_flats</biomeIds>
<artifact>contenttweaker:unreachable</artifact>
</planet>
</star> </star>
</galaxy> </galaxy>
+102
View File
@@ -7,18 +7,78 @@ general {
# Min: 2 # Min: 2
# Max: 256 # Max: 256
I:aether_dimension_id=4 I:aether_dimension_id=4
# Set the Dimension ID when FALLING FROM the Aether.
# Min: 2
# Max: 256
I:falling_dimension_id=0
} }
world_gen { world_gen {
# Blue Aerclouds will generate in about 1/X number of chunks.
# Min: 1
# Max: 1000000
I:blue_aercloud_spawn_chance=26
# Spawn attempt 1 for Bronze Dungeons. Will succeed in about 1/X chunks.
# Min: 1
# Max: 1000000
I:bronze_dungeon_primary_chance=15
# Spawn attempt 2 for Bronze Dungeons. Will succeed in about 1/X chunks.
# Min: 1
# Max: 1000000
I:bronze_dungeon_secondary_chance=40
# Enables natural christmas decor all the time # Enables natural christmas decor all the time
B:christmas_time=false B:christmas_time=false
# Cold Aerclouds will generate in about 1/X number of chunks.
# Min: 1
# Max: 1000000
I:cold_aercloud_spawn_chance=14
# Crystal Tree Islands will generate in about 1/X number of chunks.
# Min: 1
# Max: 1000000
I:crystal_island_spawn_chance=37
# Golden Aerclouds will generate in about 1/X number of chunks.
# Min: 1
# Max: 1000000
I:golden_aercloud_spawn_chance=50
# Spawn attempt 1 for Golden Dungeons. Will succeed in about 1/X chunks.
# Min: 1
# Max: 1000000
I:golden_dungeon_primary_chance=140
# Spawn attempt 2 for Golden Dungeons. Will succeed in about 1/X chunks.
# Min: 1
# Max: 1000000
I:golden_dungeon_secondary_chance=170
# Pink Aerclouds will generate in about 1/X number of chunks.
# Min: 1
# Max: 1000000
I:pink_aercloud_spawn_chance=50
# Enables natural Pink Aercloud generation # Enables natural Pink Aercloud generation
B:pink_aerclouds=false B:pink_aerclouds=false
# Enables natural christmas decor automatically during December and January. If christmas_time is enabled it'll override this. # Enables natural christmas decor automatically during December and January. If christmas_time is enabled it'll override this.
B:seasonal_christmas=true B:seasonal_christmas=true
# Spawn attempt 1 for Silver Dungeons. Will succeed in about 1/X chunks.
# Min: 1
# Max: 1000000
I:silver_dungeon_primary_chance=110
# Spawn attempt 2 for Silver Dungeons. Will succeed in about 1/X chunks.
# Min: 1
# Max: 1000000
I:silver_dungeon_secondary_chance=150
# Enables naturally generating tallgrass # Enables naturally generating tallgrass
B:tallgrass_enabled=false B:tallgrass_enabled=false
} }
@@ -149,6 +209,48 @@ general {
B:pause_on_record=true B:pause_on_record=true
} }
moastats {
# The number of times that a black Moa can jump.
# Min: 0
# Max: 10000
I:black_moa_jumps=8
# How fast a black Moa can run.
# Min: 0.10000000149011612
# Max: 3.0
D:black_moa_speed=0.30000001192092896
# The number of times that a blue Moa can jump.
# Min: 0
# Max: 10000
I:blue_moa_jumps=3
# How fast a blue Moa can run.
# Min: 0.10000000149011612
# Max: 3.0
D:blue_moa_speed=0.30000001192092896
# The number of times that an orange Moa can jump.
# Min: 0
# Max: 10000
I:orange_moa_jumps=2
# How fast an orange Moa can run.
# Min: 0.10000000149011612
# Max: 3.0
D:orange_moa_speed=0.6000000238418579
# The number of times that a white Moa can jump.
# Min: 0
# Max: 10000
I:white_moa_jumps=4
# How fast a white Moa can run.
# Min: 0.10000000149011612
# Max: 3.0
D:white_moa_speed=0.30000001192092896
}
} }
+1 -1
View File
@@ -7,7 +7,7 @@
########################################################################################################## ##########################################################################################################
data { data {
# [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [enderio:repellent:1], [enderio:soulbound:1], [enderio:witherweapon:5], [enderio:witherarrow:5], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [mod_lavacow:critical_boost:2], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]] # [default: [minecraft:protection:10], [minecraft:fire_protection:5], [minecraft:feather_falling:5], [minecraft:blast_protection:2], [minecraft:projectile_protection:5], [minecraft:respiration:2], [minecraft:aqua_affinity:2], [minecraft:thorns:1], [minecraft:depth_strider:2], [minecraft:frost_walker:2], [minecraft:sharpness:10], [minecraft:smite:5], [minecraft:bane_of_arthropods:5], [minecraft:knockback:5], [minecraft:fire_aspect:2], [minecraft:looting:2], [minecraft:sweeping:2], [minecraft:efficiency:10], [minecraft:silk_touch:1], [minecraft:unbreaking:5], [minecraft:fortune:2], [minecraft:power:10], [minecraft:punch:2], [minecraft:flame:2], [minecraft:infinity:1], [minecraft:luck_of_the_sea:2], [minecraft:lure:2], [minecraft:mending:2], [draconicevolution:enchant_reaper:2], [railcraft:wrecking:2], [railcraft:implosion:2], [railcraft:destruction:1], [railcraft:smack:1], [extrautils2:xu.kaboomerang:10], [extrautils2:xu.zoomerang:10], [extrautils2:xu.burnerang:10], [extrautils2:xu.bladerang:10], [extrautils2:xu.boomereaperang:10], [randomthings:magnetic:1], [openblocks:explosive:2], [openblocks:last_stand:5], [openblocks:flim_flam:2], [projectred-expansion:electric_efficiency:2], [advancedrocketry:spacebreathing:10], [endercore:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [tombstone:blessing:2], [tombstone:curse_of_bones:2], [enderio:witherarrow:5], [enderio:soulbound:1], [enderio:repellent:1], [enderio:witherweapon:5], [aerialaffinity:aerial_affinity:2], [aoa3:brace:1], [aoa3:intervention:1], [aoa3:archmage:1], [aoa3:sever:5], [aoa3:recharge:2], [aoa3:control:2], [aoa3:shell:5], [aoa3:crush:5], [aoa3:form:2], [ebwizardry:magic_sword:10], [ebwizardry:magic_bow:10], [ebwizardry:flaming_weapon:10], [ebwizardry:freezing_weapon:10], [ebwizardry:magic_protection:5], [ebwizardry:frost_protection:2], [ebwizardry:shock_protection:2], [bewitchment:magic_protection:1], [bibliocraft:bibliocraft.deathcompassench:1], [bibliocraft:bibliocraft.readingench:5], [divinerpg:rive:1], [divinerpg:aftershock:1], [mod_lavacow:poisonous:1], [mod_lavacow:lifesteal:1], [mod_lavacow:corrosive:1], [mod_lavacow:critical_boost:2], [soulshardsrespawn:soul_stealer:5], [thaumictinkerer:ascentboost:2], [thaumictinkerer:pounce:1], [thaumictinkerer:shockwave:5], [thaumictinkerer:slowfall:1], [thaumictinkerer:finalstrike:2], [thaumictinkerer:valiance:5], [thaumictinkerer:vamprisim:2], [thaumictinkerer:dispersedstrikes:2], [thaumictinkerer:focusedstrikes:2], [thaumictinkerer:quickdraw:2], [thaumictinkerer:tunnel:5], [thaumictinkerer:shatter:5], [thaumictinkerer:desintegrate:5], [thaumictinkerer:autosmelt:5], [variegated:manabound:1], [woot:headhunter:2], [abyssalcraft:coralium:2], [abyssalcraft:dread:2], [abyssalcraft:light_pierce:10], [abyssalcraft:iron_wall:5], [abyssalcraft:sapping:5], [abyssalcraft:multi_rend:2], [cofhcore:holding:5], [cofhcore:insight:5], [cofhcore:leech:5], [cofhcore:multishot:5], [cofhcore:smashing:2], [cofhcore:smelting:2], [cofhcore:soulbound:5], [cofhcore:vorpal:2], [cyclicmagic:enchantment.autosmelt:2], [cyclicmagic:enchantment.excavation:1], [cyclicmagic:enchantment.launch:10], [cyclicmagic:enchantment.lifeleech:10], [cyclicmagic:enchantment.magnet:1], [cyclicmagic:enchantment.multishot:1], [cyclicmagic:enchantment.quickdraw:1], [cyclicmagic:enchantment.venom:10], [cyclicmagic:enchantment.waterwalking:1], [cyclicmagic:enchantment.expboost:1], [astralsorcery:enchantment.as.nightvision:1], [astralsorcery:enchantment.as.smelting:1], [simplyjetpacks:fuel_efficiency:1]]
S:data < S:data <
minecraft:protection:10 minecraft:protection:10
minecraft:fire_protection:5 minecraft:fire_protection:5
+1 -1
View File
@@ -38,7 +38,7 @@ general {
B:"Use Quest Bookmark"=true B:"Use Quest Bookmark"=true
# If view mode enabled, User can view all quests [default: false] # If view mode enabled, User can view all quests [default: false]
B:"View mode"=false B:"View mode"=true
# Zoom in on cursor. If false, zooms in on center of screen. [default: true] # Zoom in on cursor. If false, zooms in on center of screen. [default: true]
B:"Zoom In on Cursor"=true B:"Zoom In on Cursor"=true
@@ -4965,577 +4965,871 @@
"id:3": 15096458, "id:3": 15096458,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3708,
"y:3": -84 "y:3": -84
}, },
"708:10": { "708:10": {
"id:3": 108564504, "id:3": 60473859,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3672,
"y:3": 24
},
"709:10": {
"id:3": 71844051,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3636,
"y:3": 60
},
"710:10": {
"id:3": 73452729,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": -156
},
"711:10": {
"id:3": 90527671,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": 204
},
"712:10": {
"id:3": 93362209,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": -228
},
"713:10": {
"id:3": 108564504,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": -84 "y:3": -84
}, },
"709:10": { "714:10": {
"id:3": 134104165,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3672,
"y:3": -48
},
"715:10": {
"id:3": 140052666, "id:3": 140052666,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": 24 "y:3": 24
}, },
"710:10": { "716:10": {
"id:3": 164351010,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": -120
},
"717:10": {
"id:3": 191189457, "id:3": 191189457,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3708, "x:3": 3744,
"y:3": -12 "y:3": -12
}, },
"711:10": { "718:10": {
"id:3": 262948337,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -264
},
"719:10": {
"id:3": 267368053, "id:3": 267368053,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": 60 "y:3": 60
}, },
"712:10": { "720:10": {
"id:3": 283823173,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": 24
},
"721:10": {
"id:3": 285554142, "id:3": 285554142,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1548, "x:3": 1548,
"y:3": 24 "y:3": 24
}, },
"713:10": { "722:10": {
"id:3": 292319552, "id:3": 292319552,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 60 "y:3": 60
}, },
"714:10": { "723:10": {
"id:3": 299237608, "id:3": 299237608,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3096, "x:3": 3096,
"y:3": 24 "y:3": 24
}, },
"715:10": { "724:10": {
"id:3": 331342148,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -444
},
"725:10": {
"id:3": 352701878, "id:3": 352701878,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": -12 "y:3": -12
}, },
"716:10": { "726:10": {
"id:3": 358789496, "id:3": 358789496,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3600,
"y:3": -84 "y:3": -48
}, },
"717:10": { "727:10": {
"id:3": 404913088, "id:3": 404913088,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": 96 "y:3": 96
}, },
"718:10": { "728:10": {
"id:3": 457497037, "id:3": 457497037,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -84 "y:3": -84
}, },
"719:10": { "729:10": {
"id:3": 478677150, "id:3": 478677150,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 132 "y:3": 132
}, },
"720:10": { "730:10": {
"id:3": 482221128, "id:3": 482221128,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 360,
"y:3": 24 "y:3": 24
}, },
"721:10": { "731:10": {
"id:3": 509587062, "id:3": 509587062,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -156 "y:3": -156
}, },
"722:10": { "732:10": {
"id:3": 548069164, "id:3": 548069164,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -84 "y:3": -84
}, },
"723:10": { "733:10": {
"id:3": 585232112,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": -84
},
"734:10": {
"id:3": 608217835, "id:3": 608217835,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3636,
"y:3": -84 "y:3": -48
}, },
"724:10": { "735:10": {
"id:3": 609304222,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -408
},
"736:10": {
"id:3": 619388708,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": -192
},
"737:10": {
"id:3": 627303045,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3672,
"y:3": -120
},
"738:10": {
"id:3": 648075999,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3672,
"y:3": -156
},
"739:10": {
"id:3": 648991311, "id:3": 648991311,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -84 "y:3": -84
}, },
"725:10": { "740:10": {
"id:3": 651565677, "id:3": 651565677,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -12 "y:3": -12
}, },
"726:10": { "741:10": {
"id:3": 655786821, "id:3": 655786821,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -120 "y:3": -120
}, },
"727:10": { "742:10": {
"id:3": 656465562,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": -228
},
"743:10": {
"id:3": 690563211, "id:3": 690563211,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -156 "y:3": -156
}, },
"728:10": { "744:10": {
"id:3": 695054604, "id:3": 695054604,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": -48 "y:3": -48
}, },
"729:10": { "745:10": {
"id:3": 714682973, "id:3": 714682973,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1836, "x:3": 1836,
"y:3": -264 "y:3": -264
}, },
"730:10": { "746:10": {
"id:3": 716708024, "id:3": 716708024,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3312, "x:3": 3312,
"y:3": -120 "y:3": -120
}, },
"731:10": { "747:10": {
"id:3": 718654576, "id:3": 718654576,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": -12 "y:3": -12
}, },
"732:10": { "748:10": {
"id:3": 726098530, "id:3": 726098530,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -48 "y:3": -48
}, },
"733:10": { "749:10": {
"id:3": 745089078, "id:3": 745089078,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -48 "y:3": -48
}, },
"734:10": { "750:10": {
"id:3": 769610759, "id:3": 769610759,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -48 "y:3": -48
}, },
"735:10": { "751:10": {
"id:3": 770001395, "id:3": 770001395,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 108, "x:3": 108,
"y:3": 96 "y:3": 96
}, },
"736:10": { "752:10": {
"id:3": 790616998, "id:3": 790616998,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3600,
"y:3": 24 "y:3": 24
}, },
"737:10": { "753:10": {
"id:3": 809768846,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3672,
"y:3": -228
},
"754:10": {
"id:3": 813659679,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3672,
"y:3": -192
},
"755:10": {
"id:3": 814979819,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -156
},
"756:10": {
"id:3": 826305078, "id:3": 826305078,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1764, "x:3": 1764,
"y:3": 96 "y:3": 96
}, },
"738:10": { "757:10": {
"id:3": 946204526, "id:3": 946204526,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3024, "x:3": 3024,
"y:3": 60 "y:3": 60
}, },
"739:10": { "758:10": {
"id:3": 946686645, "id:3": 946686645,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 504, "x:3": 504,
"y:3": -480 "y:3": -480
}, },
"740:10": { "759:10": {
"id:3": 946808945,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": 168
},
"760:10": {
"id:3": 951871488, "id:3": 951871488,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3132, "x:3": 3132,
"y:3": -156 "y:3": -156
}, },
"741:10": { "761:10": {
"id:3": 970927034,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -84
},
"762:10": {
"id:3": 982745465, "id:3": 982745465,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": -48 "y:3": -48
}, },
"742:10": { "763:10": {
"id:3": 996129961, "id:3": 996129961,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": -120 "y:3": -120
}, },
"743:10": { "764:10": {
"id:3": 1047249538, "id:3": 1047249538,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3168, "x:3": 3168,
"y:3": -192 "y:3": -192
}, },
"744:10": { "765:10": {
"id:3": 1065510600, "id:3": 1065510600,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -192 "y:3": -192
}, },
"745:10": { "766:10": {
"id:3": 1066250269, "id:3": 1066250269,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3600, "x:3": 3564,
"y:3": -48 "y:3": -84
}, },
"746:10": { "767:10": {
"id:3": 1096669152, "id:3": 1096669152,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": 96 "y:3": 96
}, },
"747:10": { "768:10": {
"id:3": 1111658403,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -228
},
"769:10": {
"id:3": 1126830519, "id:3": 1126830519,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3708,
"y:3": 24 "y:3": 24
}, },
"748:10": { "770:10": {
"id:3": 1142834944, "id:3": 1142834944,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1944, "x:3": 1944,
"y:3": -120 "y:3": -120
}, },
"749:10": { "771:10": {
"id:3": 1151267866, "id:3": 1151267866,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 2088, "x:3": 2088,
"y:3": 96 "y:3": 96
}, },
"750:10": { "772:10": {
"id:3": 1155741702, "id:3": 1155741702,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3708,
"y:3": 60 "y:3": 60
}, },
"751:10": { "773:10": {
"id:3": 1167022541,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": -156
},
"774:10": {
"id:3": 1210666494, "id:3": 1210666494,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": 132 "y:3": 132
}, },
"752:10": { "775:10": {
"id:3": 1230893198,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -336
},
"776:10": {
"id:3": 1281489751,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": -192
},
"777:10": {
"id:3": 1283790114, "id:3": 1283790114,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3024, "x:3": 3024,
"y:3": 24 "y:3": 24
}, },
"753:10": { "778:10": {
"id:3": 1313815980, "id:3": 1313815980,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -12 "y:3": -12
}, },
"754:10": { "779:10": {
"id:3": 1337626444, "id:3": 1337626444,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3420, "x:3": 3420,
"y:3": -12 "y:3": -12
}, },
"755:10": { "780:10": {
"id:3": 1338651064,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3564,
"y:3": 24
},
"781:10": {
"id:3": 1342545885,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -192
},
"782:10": {
"id:3": 1343888287, "id:3": 1343888287,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -120 "y:3": -120
}, },
"756:10": { "783:10": {
"id:3": 1359221554, "id:3": 1359221554,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3708,
"y:3": -48 "y:3": -48
}, },
"757:10": { "784:10": {
"id:3": 1382366189, "id:3": 1382366189,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -192 "y:3": -192
}, },
"758:10": { "785:10": {
"id:3": 1403059773, "id:3": 1403059773,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -120 "y:3": -120
}, },
"759:10": { "786:10": {
"id:3": 1415320476, "id:3": 1415320476,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -156 "y:3": -156
}, },
"760:10": { "787:10": {
"id:3": 1455291383,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -300
},
"788:10": {
"id:3": 1479405903, "id:3": 1479405903,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -120 "y:3": -120
}, },
"761:10": { "789:10": {
"id:3": 1501196473, "id:3": 1501196473,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": -12 "y:3": -12
}, },
"762:10": { "790:10": {
"id:3": 1501755393,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -372
},
"791:10": {
"id:3": 1503761052, "id:3": 1503761052,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3168, "x:3": 3168,
"y:3": -84 "y:3": -84
}, },
"763:10": { "792:10": {
"id:3": 1514902796,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": 168
},
"793:10": {
"id:3": 1521131802,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3528,
"y:3": -120
},
"794:10": {
"id:3": 1522720224,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": 96
},
"795:10": {
"id:3": 1539715922, "id:3": 1539715922,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3708,
"y:3": 96 "y:3": 96
}, },
"764:10": { "796:10": {
"id:3": 1577699709, "id:3": 1577699709,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3708,
"y:3": -120 "y:3": -120
}, },
"765:10": { "797:10": {
"id:3": 1582606702,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": -120
},
"798:10": {
"id:3": 1597993732, "id:3": 1597993732,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1044, "x:3": 1044,
"y:3": -120 "y:3": -120
}, },
"766:10": { "799:10": {
"id:3": 1611384648, "id:3": 1611384648,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 96 "y:3": 96
}, },
"767:10": { "800:10": {
"id:3": 1660051088, "id:3": 1660051088,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3636, "x:3": 3672,
"y:3": -12 "y:3": -12
}, },
"768:10": { "801:10": {
"id:3": 1671058553,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3060,
"y:3": 24
},
"802:10": {
"id:3": 1681217594, "id:3": 1681217594,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -48 "y:3": -48
}, },
"769:10": { "803:10": {
"id:3": 1681849124, "id:3": 1681849124,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3204, "x:3": 3204,
"y:3": -156 "y:3": -156
}, },
"770:10": { "804:10": {
"id:3": 1699700070, "id:3": 1699700070,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -156 "y:3": -156
}, },
"771:10": { "805:10": {
"id:3": 1703495878, "id:3": 1703495878,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": 60 "y:3": 60
}, },
"772:10": { "806:10": {
"id:3": 1713406254, "id:3": 1713406254,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3276, "x:3": 3276,
"y:3": -84 "y:3": -84
}, },
"773:10": { "807:10": {
"id:3": 1724085619,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": 60
},
"808:10": {
"id:3": 1727374336, "id:3": 1727374336,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": -12 "y:3": -12
}, },
"774:10": { "809:10": {
"id:3": 1829243204,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3636,
"y:3": -12
},
"810:10": {
"id:3": 1830502096, "id:3": 1830502096,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 540, "x:3": 540,
"y:3": -480 "y:3": -480
}, },
"775:10": { "811:10": {
"id:3": 1836563922, "id:3": 1836563922,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3744, "x:3": 3780,
"y:3": -12 "y:3": -12
}, },
"776:10": { "812:10": {
"id:3": 1843441452, "id:3": 1843441452,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3564, "x:3": 3564,
"y:3": -48 "y:3": -48
}, },
"777:10": { "813:10": {
"id:3": 1900648883,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3672,
"y:3": -84
},
"814:10": {
"id:3": 1947473444,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3564,
"y:3": -120
},
"815:10": {
"id:3": 1979802923,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3060,
"y:3": -120
},
"816:10": {
"id:3": 1980945817, "id:3": 1980945817,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1116, "x:3": 1116,
"y:3": -84 "y:3": -84
}, },
"778:10": { "817:10": {
"id:3": 2009829659, "id:3": 2009829659,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": 24 "y:3": 24
}, },
"779:10": { "818:10": {
"id:3": 2022468480, "id:3": 2022468480,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": -192 "y:3": -192
}, },
"780:10": { "819:10": {
"id:3": 2035349863,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3600,
"y:3": 132
},
"820:10": {
"id:3": 2044693951, "id:3": 2044693951,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 720, "x:3": 720,
"y:3": -372 "y:3": -372
}, },
"781:10": { "821:10": {
"id:3": 2052397510, "id:3": 2052397510,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1836, "x:3": 1836,
"y:3": -228 "y:3": -228
}, },
"782:10": { "822:10": {
"id:3": 2066003189, "id:3": 2066003189,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3384, "x:3": 3384,
"y:3": -120 "y:3": -120
}, },
"783:10": { "823:10": {
"id:3": 2070436398, "id:3": 2070436398,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3492, "x:3": 3492,
"y:3": 60 "y:3": 60
}, },
"784:10": { "824:10": {
"id:3": 2074294565, "id:3": 2074294565,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3528, "x:3": 3528,
"y:3": 96 "y:3": 96
}, },
"785:10": { "825:10": {
"id:3": 2078654107, "id:3": 2078654107,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3240, "x:3": 3240,
"y:3": 24 "y:3": 24
}, },
"786:10": { "826:10": {
"id:3": 2088399499, "id:3": 2088399499,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3672, "x:3": 3708,
"y:3": -12 "y:3": -12
}, },
"787:10": { "827:10": {
"id:3": 2106186542, "id:3": 2106186542,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3348, "x:3": 3348,
"y:3": -84 "y:3": -84
}, },
"788:10": { "828:10": {
"id:3": 2117123475,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3492,
"y:3": -84
},
"829:10": {
"id:3": 2125675950,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 3420,
"y:3": -48
},
"830:10": {
"id:3": 2133694398, "id:3": 2133694398,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 3456, "x:3": 3456,
"y:3": 24 "y:3": 24
}, },
"789:10": { "831:10": {
"id:3": 2143131475, "id:3": 2143131475,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
@@ -621,25 +621,81 @@
"y:3": 72 "y:3": 72
}, },
"84:10": { "84:10": {
"id:3": 190463592,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 612,
"y:3": 24
},
"85:10": {
"id:3": 197481236,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 564,
"y:3": 24
},
"86:10": {
"id:3": 671265356,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 228,
"y:3": 120
},
"87:10": {
"id:3": 713881066,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 588,
"y:3": -24
},
"88:10": {
"id:3": 937324342, "id:3": 937324342,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 372, "x:3": 372,
"y:3": 24 "y:3": 24
}, },
"85:10": { "89:10": {
"id:3": 1023543573,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 180,
"y:3": 120
},
"90:10": {
"id:3": 1088310052, "id:3": 1088310052,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 516, "x:3": 516,
"y:3": 24 "y:3": 24
}, },
"86:10": { "91:10": {
"id:3": 1155112031,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 588,
"y:3": 24
},
"92:10": {
"id:3": 1294633522,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 300,
"y:3": 144
},
"93:10": {
"id:3": 1326454147, "id:3": 1326454147,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 324,
"y:3": 144 "y:3": 144
},
"94:10": {
"id:3": 1430858195,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 444,
"y:3": 24
} }
} }
} }
@@ -241,14 +241,14 @@
"id:3": 1203, "id:3": 1203,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 12, "x:3": -24,
"y:3": 36 "y:3": 36
}, },
"33:10": { "33:10": {
"id:3": 1765, "id:3": 1765,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 216, "x:3": 192,
"y:3": 0 "y:3": 0
}, },
"34:10": { "34:10": {
@@ -409,21 +409,21 @@
"id:3": 2188, "id:3": 2188,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 336,
"y:3": 0 "y:3": 0
}, },
"57:10": { "57:10": {
"id:3": 2189, "id:3": 2189,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 336,
"y:3": 36 "y:3": 36
}, },
"58:10": { "58:10": {
"id:3": 2190, "id:3": 2190,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 336,
"y:3": -36 "y:3": -36
}, },
"59:10": { "59:10": {
@@ -458,203 +458,203 @@
"id:3": 50147, "id:3": 50147,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -108, "x:3": -144,
"y:3": 0 "y:3": 0
}, },
"64:10": { "64:10": {
"id:3": 50148, "id:3": 50148,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 84, "x:3": 48,
"y:3": 0 "y:3": 0
}, },
"65:10": { "65:10": {
"id:3": 50149, "id:3": 50149,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 12, "x:3": -24,
"y:3": 0 "y:3": 0
}, },
"66:10": { "66:10": {
"id:3": 50150, "id:3": 50150,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -24, "x:3": -60,
"y:3": -36 "y:3": -36
}, },
"67:10": { "67:10": {
"id:3": 50151, "id:3": 50151,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 12, "x:3": -24,
"y:3": 72 "y:3": 72
}, },
"68:10": { "68:10": {
"id:3": 50152, "id:3": 50152,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 12, "x:3": -24,
"y:3": -36 "y:3": -36
}, },
"69:10": { "69:10": {
"id:3": 50153, "id:3": 50153,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 12, "x:3": -24,
"y:3": -72 "y:3": -72
}, },
"70:10": { "70:10": {
"id:3": 50154, "id:3": 50154,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 12,
"y:3": -72 "y:3": -72
}, },
"71:10": { "71:10": {
"id:3": 50155, "id:3": 50155,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 84, "x:3": 48,
"y:3": -72 "y:3": -72
}, },
"72:10": { "72:10": {
"id:3": 50156, "id:3": 50156,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 120, "x:3": 84,
"y:3": -72 "y:3": -72
}, },
"73:10": { "73:10": {
"id:3": 50157, "id:3": 50157,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 120,
"y:3": -72 "y:3": -72
}, },
"74:10": { "74:10": {
"id:3": 50158, "id:3": 50158,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 120,
"y:3": -36 "y:3": -36
}, },
"75:10": { "75:10": {
"id:3": 50159, "id:3": 50159,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 120,
"y:3": 0 "y:3": 0
}, },
"76:10": { "76:10": {
"id:3": 50160, "id:3": 50160,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 120,
"y:3": 36 "y:3": 36
}, },
"77:10": { "77:10": {
"id:3": 50161, "id:3": 50161,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 120,
"y:3": 72 "y:3": 72
}, },
"78:10": { "78:10": {
"id:3": 50162, "id:3": 50162,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 120, "x:3": 84,
"y:3": 72 "y:3": 72
}, },
"79:10": { "79:10": {
"id:3": 50163, "id:3": 50163,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 84, "x:3": 48,
"y:3": 72 "y:3": 72
}, },
"80:10": { "80:10": {
"id:3": 50164, "id:3": 50164,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 12,
"y:3": 72 "y:3": 72
}, },
"81:10": { "81:10": {
"id:3": 50165, "id:3": 50165,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 12,
"y:3": 108 "y:3": 108
}, },
"82:10": { "82:10": {
"id:3": 50166, "id:3": 50166,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 120, "x:3": 84,
"y:3": 108 "y:3": 108
}, },
"83:10": { "83:10": {
"id:3": 50167, "id:3": 50167,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 120, "x:3": 84,
"y:3": 144 "y:3": 144
}, },
"84:10": { "84:10": {
"id:3": 50168, "id:3": 50168,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 12, "x:3": -24,
"y:3": -108 "y:3": -108
}, },
"85:10": { "85:10": {
"id:3": 50169, "id:3": 50169,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 12, "x:3": -24,
"y:3": -144 "y:3": -144
}, },
"86:10": { "86:10": {
"id:3": 50170, "id:3": 50170,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 12,
"y:3": -108 "y:3": -108
}, },
"87:10": { "87:10": {
"id:3": 50171, "id:3": 50171,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 84, "x:3": 48,
"y:3": -108 "y:3": -108
}, },
"88:10": { "88:10": {
"id:3": 50172, "id:3": 50172,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 84, "x:3": 48,
"y:3": -144 "y:3": -144
}, },
"89:10": { "89:10": {
"id:3": 50173, "id:3": 50173,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 120, "x:3": 84,
"y:3": -108 "y:3": -108
}, },
"90:10": { "90:10": {
"id:3": 50174, "id:3": 50174,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 120,
"y:3": -108 "y:3": -108
}, },
"91:10": { "91:10": {
"id:3": 50175, "id:3": 50175,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 120,
"y:3": -144 "y:3": -144
}, },
"92:10": { "92:10": {
@@ -668,7 +668,7 @@
"id:3": 50177, "id:3": 50177,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": 0 "y:3": 0
}, },
"94:10": { "94:10": {
@@ -696,7 +696,7 @@
"id:3": 50181, "id:3": 50181,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": 72 "y:3": 72
}, },
"98:10": { "98:10": {
@@ -717,182 +717,182 @@
"id:3": 50185, "id:3": 50185,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 252, "x:3": 228,
"y:3": 72 "y:3": 72
}, },
"101:10": { "101:10": {
"id:3": 50186, "id:3": 50186,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 216, "x:3": 192,
"y:3": 72 "y:3": 72
}, },
"102:10": { "102:10": {
"id:3": 50187, "id:3": 50187,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 300,
"y:3": 72 "y:3": 72
}, },
"103:10": { "103:10": {
"id:3": 50188, "id:3": 50188,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 336,
"y:3": 72 "y:3": 72
}, },
"104:10": { "104:10": {
"id:3": 50189, "id:3": 50189,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 252, "x:3": 228,
"y:3": 108 "y:3": 108
}, },
"105:10": { "105:10": {
"id:3": 50190, "id:3": 50190,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 216, "x:3": 192,
"y:3": 108 "y:3": 108
}, },
"106:10": { "106:10": {
"id:3": 50191, "id:3": 50191,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 216, "x:3": 192,
"y:3": 144 "y:3": 144
}, },
"107:10": { "107:10": {
"id:3": 50192, "id:3": 50192,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 216, "x:3": 192,
"y:3": 180 "y:3": 180
}, },
"108:10": { "108:10": {
"id:3": 50193, "id:3": 50193,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 252, "x:3": 228,
"y:3": 144 "y:3": 144
}, },
"109:10": { "109:10": {
"id:3": 50194, "id:3": 50194,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 252, "x:3": 228,
"y:3": 180 "y:3": 180
}, },
"110:10": { "110:10": {
"id:3": 50195, "id:3": 50195,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": 108 "y:3": 108
}, },
"111:10": { "111:10": {
"id:3": 50196, "id:3": 50196,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": 144 "y:3": 144
}, },
"112:10": { "112:10": {
"id:3": 50197, "id:3": 50197,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": 180 "y:3": 180
}, },
"113:10": { "113:10": {
"id:3": 50198, "id:3": 50198,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": 216 "y:3": 216
}, },
"114:10": { "114:10": {
"id:3": 50199, "id:3": 50199,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 300,
"y:3": 108 "y:3": 108
}, },
"115:10": { "115:10": {
"id:3": 50200, "id:3": 50200,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 300,
"y:3": 144 "y:3": 144
}, },
"116:10": { "116:10": {
"id:3": 50201, "id:3": 50201,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 300,
"y:3": 180 "y:3": 180
}, },
"117:10": { "117:10": {
"id:3": 50202, "id:3": 50202,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 300,
"y:3": 216 "y:3": 216
}, },
"118:10": { "118:10": {
"id:3": 50203, "id:3": 50203,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 300,
"y:3": 252 "y:3": 252
}, },
"119:10": { "119:10": {
"id:3": 50204, "id:3": 50204,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": -72 "y:3": -72
}, },
"120:10": { "120:10": {
"id:3": 50205, "id:3": 50205,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 252, "x:3": 228,
"y:3": -72 "y:3": -72
}, },
"121:10": { "121:10": {
"id:3": 50206, "id:3": 50206,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 216, "x:3": 192,
"y:3": -72 "y:3": -72
}, },
"122:10": { "122:10": {
"id:3": 50207, "id:3": 50207,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 324, "x:3": 300,
"y:3": -72 "y:3": -72
}, },
"123:10": { "123:10": {
"id:3": 50208, "id:3": 50208,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 336,
"y:3": -72 "y:3": -72
}, },
"124:10": { "124:10": {
"id:3": 50209, "id:3": 50209,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 360, "x:3": 336,
"y:3": -108 "y:3": -108
}, },
"125:10": { "125:10": {
"id:3": 50210, "id:3": 50210,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 288, "x:3": 264,
"y:3": -108 "y:3": -108
}, },
"126:10": { "126:10": {
@@ -1377,6 +1377,76 @@
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1092, "x:3": 1092,
"y:3": -72 "y:3": -72
},
"195:10": {
"id:3": 179365713,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 408,
"y:3": -180
},
"196:10": {
"id:3": 191112129,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 372,
"y:3": -252
},
"197:10": {
"id:3": 369669000,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 372,
"y:3": -180
},
"198:10": {
"id:3": 493999528,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 372,
"y:3": -216
},
"199:10": {
"id:3": 555566176,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 408,
"y:3": -144
},
"200:10": {
"id:3": 645740418,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 336,
"y:3": -180
},
"201:10": {
"id:3": 834451516,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 336,
"y:3": -144
},
"202:10": {
"id:3": 1109878219,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 408,
"y:3": -108
},
"203:10": {
"id:3": 1856698823,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 372,
"y:3": -144
},
"204:10": {
"id:3": 2101162932,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 336,
"y:3": -216
} }
} }
} }
@@ -2093,123 +2093,165 @@
"y:3": -444 "y:3": -444
}, },
"297:10": { "297:10": {
"id:3": 382335746,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": -48,
"y:3": -468
},
"298:10": {
"id:3": 566141768, "id:3": 566141768,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -408, "x:3": -408,
"y:3": 12 "y:3": 12
}, },
"298:10": { "299:10": {
"id:3": 593507433, "id:3": 593507433,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -468 "y:3": -468
}, },
"299:10": { "300:10": {
"id:3": 596821559,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 72,
"y:3": -516
},
"301:10": {
"id:3": 622606550,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 48,
"y:3": -516
},
"302:10": {
"id:3": 673076831, "id:3": 673076831,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -492 "y:3": -492
}, },
"300:10": { "303:10": {
"id:3": 805049422, "id:3": 805049422,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -180 "y:3": -180
}, },
"301:10": { "304:10": {
"id:3": 807924350,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 48,
"y:3": -492
},
"305:10": {
"id:3": 810176091, "id:3": 810176091,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -468 "y:3": -468
}, },
"302:10": { "306:10": {
"id:3": 850659984, "id:3": 850659984,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -456, "x:3": -456,
"y:3": 36 "y:3": 36
}, },
"303:10": { "307:10": {
"id:3": 871786931, "id:3": 871786931,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -468 "y:3": -468
}, },
"304:10": { "308:10": {
"id:3": 984531997,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 24,
"y:3": -516
},
"309:10": {
"id:3": 1053008472, "id:3": 1053008472,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -348 "y:3": -348
}, },
"305:10": { "310:10": {
"id:3": 1302355832, "id:3": 1302355832,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": -48, "x:3": -48,
"y:3": -252 "y:3": -252
}, },
"306:10": { "311:10": {
"id:3": 1326761132, "id:3": 1326761132,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -324 "y:3": -324
}, },
"307:10": { "312:10": {
"id:3": 1370359542, "id:3": 1370359542,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -300 "y:3": -300
}, },
"308:10": { "313:10": {
"id:3": 1461929411, "id:3": 1461929411,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 72, "x:3": 72,
"y:3": -324 "y:3": -324
}, },
"309:10": { "314:10": {
"id:3": 1494150833, "id:3": 1494150833,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -300 "y:3": -300
}, },
"310:10": { "315:10": {
"id:3": 1567883667, "id:3": 1567883667,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 264, "x:3": 264,
"y:3": -96 "y:3": -96
}, },
"311:10": { "316:10": {
"id:3": 1837024033, "id:3": 1837024033,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 48, "x:3": 48,
"y:3": -324 "y:3": -324
}, },
"312:10": { "317:10": {
"id:3": 1907230724, "id:3": 1907230724,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -492 "y:3": -492
}, },
"313:10": { "318:10": {
"id:3": 1913343585, "id:3": 1913343585,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 24, "x:3": 24,
"y:3": -348 "y:3": -348
},
"319:10": {
"id:3": 2034373847,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 48,
"y:3": -540
} }
} }
} }
@@ -19,42 +19,42 @@
"id:3": 1350, "id:3": 1350,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 108,
"y:3": -156 "y:3": -156
}, },
"1:10": { "1:10": {
"id:3": 1364, "id:3": 1364,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1140, "x:3": 1020,
"y:3": -108 "y:3": -108
}, },
"2:10": { "2:10": {
"id:3": 1365, "id:3": 1365,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1092, "x:3": 972,
"y:3": -108 "y:3": -108
}, },
"3:10": { "3:10": {
"id:3": 2139, "id:3": 2139,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 684, "x:3": 636,
"y:3": -204 "y:3": -204
}, },
"4:10": { "4:10": {
"id:3": 20254, "id:3": 20254,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 108,
"y:3": -108 "y:3": -108
}, },
"5:10": { "5:10": {
"id:3": 20255, "id:3": 20255,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 204, "x:3": 156,
"y:3": -108 "y:3": -108
}, },
"6:10": { "6:10": {
@@ -89,21 +89,21 @@
"id:3": 20260, "id:3": 20260,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 396, "x:3": 348,
"y:3": -204 "y:3": -204
}, },
"11:10": { "11:10": {
"id:3": 20261, "id:3": 20261,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": -204 "y:3": -204
}, },
"12:10": { "12:10": {
"id:3": 20262, "id:3": 20262,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 492, "x:3": 444,
"y:3": -204 "y:3": -204
}, },
"13:10": { "13:10": {
@@ -153,27 +153,27 @@
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 204, "x:3": 204,
"y:3": 372 "y:3": 420
}, },
"20:10": { "20:10": {
"id:3": 20270, "id:3": 20270,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 252, "x:3": 252,
"y:3": 372 "y:3": 420
}, },
"21:10": { "21:10": {
"id:3": 20271, "id:3": 20271,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 300, "x:3": 300,
"y:3": 372 "y:3": 420
}, },
"22:10": { "22:10": {
"id:3": 20272, "id:3": 20272,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 156, "x:3": 108,
"y:3": -60 "y:3": -60
}, },
"23:10": { "23:10": {
@@ -181,7 +181,7 @@
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 348,
"y:3": 372 "y:3": 420
}, },
"24:10": { "24:10": {
"id:3": 20274, "id:3": 20274,
@@ -201,344 +201,372 @@
"id:3": 20276, "id:3": 20276,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 300, "x:3": 252,
"y:3": -108 "y:3": -108
}, },
"27:10": { "27:10": {
"id:3": 20277, "id:3": 20277,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": -60 "y:3": -60
}, },
"28:10": { "28:10": {
"id:3": 20278, "id:3": 20278,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": -12 "y:3": -12
}, },
"29:10": { "29:10": {
"id:3": 20279, "id:3": 20279,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": 36 "y:3": 36
}, },
"30:10": { "30:10": {
"id:3": 20280, "id:3": 20280,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": 84 "y:3": 84
}, },
"31:10": { "31:10": {
"id:3": 20281, "id:3": 20281,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": 132 "y:3": 132
}, },
"32:10": { "32:10": {
"id:3": 20282, "id:3": 20282,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": 180 "y:3": 180
}, },
"33:10": { "33:10": {
"id:3": 20283, "id:3": 20283,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": 228 "y:3": 228
}, },
"34:10": { "34:10": {
"id:3": 20284, "id:3": 20284,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 348, "x:3": 300,
"y:3": 276 "y:3": 276
}, },
"35:10": { "35:10": {
"id:3": 20285, "id:3": 20285,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 396, "x:3": 348,
"y:3": -108 "y:3": -108
}, },
"36:10": { "36:10": {
"id:3": 20286, "id:3": 20286,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 540, "x:3": 492,
"y:3": -108 "y:3": -108
}, },
"37:10": { "37:10": {
"id:3": 20287, "id:3": 20287,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 444, "x:3": 396,
"y:3": -156 "y:3": -156
}, },
"38:10": { "38:10": {
"id:3": 20288, "id:3": 20288,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 444, "x:3": 396,
"y:3": -12 "y:3": -12
}, },
"39:10": { "39:10": {
"id:3": 20289, "id:3": 20289,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 444, "x:3": 396,
"y:3": -60 "y:3": -60
}, },
"40:10": { "40:10": {
"id:3": 20290, "id:3": 20290,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 444, "x:3": 396,
"y:3": 84 "y:3": 84
}, },
"41:10": { "41:10": {
"id:3": 20291, "id:3": 20291,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 444, "x:3": 396,
"y:3": 36 "y:3": 36
}, },
"42:10": { "42:10": {
"id:3": 20292, "id:3": 20292,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 444, "x:3": 396,
"y:3": 180 "y:3": 180
}, },
"43:10": { "43:10": {
"id:3": 20293, "id:3": 20293,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 444, "x:3": 396,
"y:3": 132 "y:3": 132
}, },
"44:10": { "44:10": {
"id:3": 20294, "id:3": 20294,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": -156 "y:3": -156
}, },
"45:10": { "45:10": {
"id:3": 20295, "id:3": 20295,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": -12 "y:3": -12
}, },
"46:10": { "46:10": {
"id:3": 20296, "id:3": 20296,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": -60 "y:3": -60
}, },
"47:10": { "47:10": {
"id:3": 20297, "id:3": 20297,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": 84 "y:3": 84
}, },
"48:10": { "48:10": {
"id:3": 20298, "id:3": 20298,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": 36 "y:3": 36
}, },
"49:10": { "49:10": {
"id:3": 20299, "id:3": 20299,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": 180 "y:3": 180
}, },
"50:10": { "50:10": {
"id:3": 20300, "id:3": 20300,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": 132 "y:3": 132
}, },
"51:10": { "51:10": {
"id:3": 20301, "id:3": 20301,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 492, "x:3": 444,
"y:3": -108 "y:3": -108
}, },
"52:10": { "52:10": {
"id:3": 20302, "id:3": 20302,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": 276 "y:3": 276
}, },
"53:10": { "53:10": {
"id:3": 20303, "id:3": 20303,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 588, "x:3": 540,
"y:3": 228 "y:3": 228
}, },
"54:10": { "54:10": {
"id:3": 20304, "id:3": 20304,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 636, "x:3": 588,
"y:3": -108 "y:3": -108
}, },
"55:10": { "55:10": {
"id:3": 20305, "id:3": 20305,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 684, "x:3": 636,
"y:3": -156 "y:3": -156
}, },
"56:10": { "56:10": {
"id:3": 20306, "id:3": 20306,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 684, "x:3": 636,
"y:3": -12 "y:3": -12
}, },
"57:10": { "57:10": {
"id:3": 20307, "id:3": 20307,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 684, "x:3": 636,
"y:3": -60 "y:3": -60
}, },
"58:10": { "58:10": {
"id:3": 20308, "id:3": 20308,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 684, "x:3": 636,
"y:3": 36 "y:3": 36
}, },
"59:10": { "59:10": {
"id:3": 20309, "id:3": 20309,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 684, "x:3": 636,
"y:3": -108 "y:3": -108
}, },
"60:10": { "60:10": {
"id:3": 20310, "id:3": 20310,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 732, "x:3": 684,
"y:3": -108 "y:3": -108
}, },
"61:10": { "61:10": {
"id:3": 20311, "id:3": 20311,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 780, "x:3": 732,
"y:3": -156 "y:3": -156
}, },
"62:10": { "62:10": {
"id:3": 20312, "id:3": 20312,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 780, "x:3": 732,
"y:3": -12 "y:3": -12
}, },
"63:10": { "63:10": {
"id:3": 20313, "id:3": 20313,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 780, "x:3": 732,
"y:3": -60 "y:3": -60
}, },
"64:10": { "64:10": {
"id:3": 20314, "id:3": 20314,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 780, "x:3": 732,
"y:3": 36 "y:3": 36
}, },
"65:10": { "65:10": {
"id:3": 20315, "id:3": 20315,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 828, "x:3": 780,
"y:3": -108 "y:3": -108
}, },
"66:10": { "66:10": {
"id:3": 20316, "id:3": 20316,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 780, "x:3": 732,
"y:3": 84 "y:3": 84
}, },
"67:10": { "67:10": {
"id:3": 20319, "id:3": 20319,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 900, "x:3": 828,
"y:3": -84 "y:3": -60
}, },
"68:10": { "68:10": {
"id:3": 20320, "id:3": 20320,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 900, "x:3": 828,
"y:3": -36 "y:3": -12
}, },
"69:10": { "69:10": {
"id:3": 20321, "id:3": 20321,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 900, "x:3": 828,
"y:3": -180 "y:3": -204
}, },
"70:10": { "70:10": {
"id:3": 20322, "id:3": 20322,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 900, "x:3": 828,
"y:3": -132 "y:3": -156
}, },
"71:10": { "71:10": {
"id:3": 20323, "id:3": 20323,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 1044, "x:3": 924,
"y:3": -108 "y:3": -108
}, },
"72:10": { "72:10": {
"id:3": 20325, "id:3": 20325,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 972, "x:3": 876,
"y:3": -84 "y:3": -60
}, },
"73:10": { "73:10": {
"id:3": 20326, "id:3": 20326,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 972, "x:3": 876,
"y:3": -132 "y:3": -156
}, },
"74:10": { "74:10": {
"id:3": 60312094,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 1068,
"y:3": -108
},
"75:10": {
"id:3": 436974842,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 1068,
"y:3": -156
},
"76:10": {
"id:3": 859970114,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 1068,
"y:3": -60
},
"77:10": {
"id:3": 1261590143,
"sizeX:3": 24,
"sizeY:3": 24,
"x:3": 1116,
"y:3": -108
},
"78:10": {
"id:3": 1426917301, "id:3": 1426917301,
"sizeX:3": 24, "sizeX:3": 24,
"sizeY:3": 24, "sizeY:3": 24,
"x:3": 204, "x:3": 204,
"y:3": 420 "y:3": 372
} }
} }
} }
@@ -7,11 +7,30 @@
"desc:8": "", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "minecraft:nether_star" "id:8": "contenttweaker:void_ichorium_gem"
}, },
"name:8": "B0ss" "name:8": "Tainted Artifacts"
} }
}, },
"questID:3": 1066250269, "questID:3": 1066250269,
"tasks:9": {} "tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:void_ichorium_gem"
},
"1:10": {
"Count:3": 1,
"id:8": "contenttweaker:void_chains"
},
"2:10": {
"Count:3": 1,
"id:8": "contenttweaker:tainted_claw"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
} }
@@ -1,18 +1,32 @@
{ {
"preRequisites:11": [ "preRequisites:11": [
1066250269, 1066250269
608217835
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "minecraft:nether_star" "id:8": "contenttweaker:gem_of_pure_taint"
}, },
"name:8": "Start of Cosmos Chain" "name:8": "Vengeance of the Crimson Emperor"
} }
}, },
"questID:3": 108564504, "questID:3": 108564504,
"tasks:9": {} "tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:gem_of_pure_taint"
},
"1:10": {
"Count:3": 1,
"id:8": "contenttweaker:void_ichorium_jewel"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
} }
@@ -0,0 +1,36 @@
{
"preRequisites:11": [
1342545885
],
"properties:10": {
"betterquesting:10": {
"desc:8": "No Description",
"icon:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_donaeth_rusen"
}
},
"name:8": "New Quest"
}
},
"questID:3": 1111658403,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_donaeth_rusen"
}
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -4,14 +4,25 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "minecraft:nether_star" "id:8": "contenttweaker:seal_of_the_arbiter_historian"
}, },
"name:8": "New Quest" "name:8": "Historian"
} }
}, },
"questID:3": 1126830519, "questID:3": 1126830519,
"tasks:9": {} "tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:seal_of_the_arbiter_historian"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
} }
@@ -4,14 +4,25 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "minecraft:nether_star" "id:8": "contenttweaker:seal_of_the_arbiter_engineer"
}, },
"name:8": "New Quest" "name:8": "Engineer"
} }
}, },
"questID:3": 1155741702, "questID:3": 1155741702,
"tasks:9": {} "tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:seal_of_the_arbiter_engineer"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
} }
@@ -0,0 +1,28 @@
{
"preRequisites:11": [
164351010
],
"properties:10": {
"betterquesting:10": {
"desc:8": "",
"icon:10": {
"Count:3": 1,
"id:8": "contenttweaker:fractallite_taint"
},
"name:8": "I Feel the Taint"
}
},
"questID:3": 1167022541,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:fractallite_taint"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -0,0 +1,36 @@
{
"preRequisites:11": [
1455291383
],
"properties:10": {
"betterquesting:10": {
"desc:8": "No Description",
"icon:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_kurald_emurlahn"
}
},
"name:8": "New Quest"
}
},
"questID:3": 1230893198,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_kurald_emurlahn"
}
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -0,0 +1,28 @@
{
"preRequisites:11": [
73452729
],
"properties:10": {
"betterquesting:10": {
"desc:8": "",
"icon:10": {
"Count:3": 1,
"id:8": "contenttweaker:universal_constellation_callstone"
},
"name:8": "The Greatest Astral Sorcerer"
}
},
"questID:3": 1281489751,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:universal_constellation_callstone"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -13,7 +13,7 @@
"FluidName:8": "gravitrons" "FluidName:8": "gravitrons"
} }
}, },
"name:8": "Gravitrons" "name:8": "Gravitons"
} }
}, },
"questID:3": 1336, "questID:3": 1336,
@@ -0,0 +1,28 @@
{
"preRequisites:11": [
790616998
],
"properties:10": {
"betterquesting:10": {
"desc:8": "§7§oIf you actually want to go through with this, I strongly suggest to start leveling up your Inquiring Matter production, and to upgrade all the multiblocks and recipes that you can.",
"icon:10": {
"Count:3": 1,
"id:8": "contenttweaker:echo_warren_stone"
},
"name:8": "Echo Warren Essentia"
}
},
"questID:3": 1338651064,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:echo_warren_stone"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -0,0 +1,28 @@
{
"preRequisites:11": [
1829243204
],
"properties:10": {
"betterquesting:10": {
"desc:8": "",
"icon:10": {
"Count:3": 1,
"id:8": "contenttweaker:trinity_ingot"
},
"name:8": "This Ingot is 3-in-1"
}
},
"questID:3": 134104165,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:trinity_ingot"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -0,0 +1,36 @@
{
"preRequisites:11": [
814979819
],
"properties:10": {
"betterquesting:10": {
"desc:8": "No Description",
"icon:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_omtose_phellack"
}
},
"name:8": "New Quest"
}
},
"questID:3": 1342545885,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_omtose_phellack"
}
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -4,14 +4,25 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "minecraft:nether_star" "id:8": "contenttweaker:seal_of_the_arbiter_experimentalist"
}, },
"name:8": "chance based wallshare" "name:8": "Experimentalist"
} }
}, },
"questID:3": 1359221554, "questID:3": 1359221554,
"tasks:9": {} "tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:seal_of_the_arbiter_experimentalist"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
} }
@@ -0,0 +1,36 @@
{
"preRequisites:11": [
262948337
],
"properties:10": {
"betterquesting:10": {
"desc:8": "No Description",
"icon:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_kurald_thyrllan"
}
},
"name:8": "New Quest"
}
},
"questID:3": 1455291383,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_kurald_thyrllan"
}
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -0,0 +1,36 @@
{
"preRequisites:11": [
1230893198
],
"properties:10": {
"betterquesting:10": {
"desc:8": "No Description",
"icon:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_kurald_galain"
}
},
"name:8": "New Quest"
}
},
"questID:3": 1501755393,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_kurald_galain"
}
}
},
"taskID:8": "bq_standard:retrieval"
}
}
}
@@ -4,14 +4,25 @@
], ],
"properties:10": { "properties:10": {
"betterquesting:10": { "betterquesting:10": {
"desc:8": "No Description", "desc:8": "",
"icon:10": { "icon:10": {
"Count:3": 1, "Count:3": 1,
"id:8": "minecraft:nether_star" "id:8": "contenttweaker:seal_of_the_arbiter_theorist"
}, },
"name:8": "Particle accelerator line" "name:8": "Theorist"
} }
}, },
"questID:3": 15096458, "questID:3": 15096458,
"tasks:9": {} "tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:seal_of_the_arbiter_theorist"
}
},
"taskID:8": "bq_standard:retrieval"
}
}
} }
@@ -0,0 +1,67 @@
{
"preRequisites:11": [
946808945
],
"properties:10": {
"betterquesting:10": {
"desc:8": "",
"frame:8": "JAGGED",
"icon:10": {
"Count:3": 1,
"id:8": "contenttweaker:black_hole_juice"
},
"name:8": "The Juicest Juice"
}
},
"questID:3": 1514902796,
"rewards:9": {
"0:10": {
"index:3": 0,
"rewardID:8": "bq_standard:item",
"rewards:9": {
"0:10": {
"Count:3": 1,
"id:8": "minecraft:written_book",
"tag:10": {
"author:8": "Sainagh",
"pages:9": {
"0:8": "{\"text\":\"Congratulations! You made it!\\nWas it worth it? That is up to you to decide...\\nFor sure, it must have been a crazy journey, and it must have had its wins and losses. Well, let\\u0027s end with an win!\\n \"}",
"1:8": "{\"text\":\"You are here, which means you have gained eternal glory in the pantheon of the cosmos!\\nYour mark, your contribution to our universe will not be forgotten!\"}",
"2:8": "{\"text\":\"If you so wish, you will be immortalized, in the form of a tooltip, on one of the special ending items, after completing their respective quests.\\n \"}",
"3:8": "{\"text\":\"Note that this can only be done once, and once you have your tooltip, you will not be able to request another.\\n \"}",
"4:8": "{\"text\":\"Once you have obtained the item you wish to be your official ending, send me a message on Discord showing proof of your completion (base posts in the screenshot forums are encouraged). Link in main menu!\"}",
"5:8": "{\"text\":\"Here are the items of eternal glory!\\n-Cosmic Balance\\n-Sword of the Cosmos\\n-Astral Mastery Tome\\n-Sashimi of the Gate of Darkness\\n-Cleansed Cinnamon Apple\\n-Black Hole Juice\\n-Tardis Coral\"}"
},
"resolved:1": 1,
"title:8": "Eternal Glory"
}
}
}
}
},
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:black_hole_juice"
}
},
"taskID:8": "bq_standard:retrieval"
},
"1:10": {
"index:3": 1,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "modularmachinery:itemblueprint",
"tag:10": {
"dynamicmachine:8": "modularmachinery:black_hole_juicer"
}
}
},
"taskID:8": "bq_standard:optional_retrieval"
}
}
}
@@ -0,0 +1,50 @@
{
"preRequisites:11": [
970927034
],
"properties:10": {
"betterquesting:10": {
"desc:8": "No Description",
"icon:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_ahkrast_korvalain"
}
},
"name:8": "New Quest"
}
},
"questID:3": 1521131802,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "forge:bucketfilled",
"tag:10": {
"Amount:3": 1000,
"FluidName:8": "whisper_of_ahkrast_korvalain"
}
}
},
"taskID:8": "bq_standard:retrieval"
},
"1:10": {
"index:3": 1,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:halite_bejewelled_ichorium_catalyst"
},
"1:10": {
"Count:3": 1,
"id:8": "contenttweaker:catalyst_of_the_warrens"
}
},
"taskID:8": "bq_standard:optional_retrieval"
}
}
}
@@ -0,0 +1,45 @@
{
"preRequisites:11": [
1724085619
],
"properties:10": {
"betterquesting:10": {
"desc:8": "§7§oThis and the following multiblocks all share the same central Quasar, check the compact machines previews for each controller for build guides",
"icon:10": {
"Count:3": 1,
"id:8": "contenttweaker:dark_matter_node"
},
"name:8": "Quasar Gang - Scattered Edition"
}
},
"questID:3": 1522720224,
"tasks:9": {
"0:10": {
"index:3": 0,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "contenttweaker:cosmic_balance_coil"
},
"1:10": {
"Count:3": 1,
"id:8": "contenttweaker:dark_matter_node"
}
},
"taskID:8": "bq_standard:retrieval"
},
"1:10": {
"index:3": 1,
"requiredItems:9": {
"0:10": {
"Count:3": 1,
"id:8": "modularmachinery:itemblueprint",
"tag:10": {
"dynamicmachine:8": "modularmachinery:dyson_scatterer"
}
}
},
"taskID:8": "bq_standard:optional_retrieval"
}
}
}

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