Skip to content

Commit

Permalink
auto config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jul 22, 2023
1 parent 6d4ee92 commit 159601c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 116 deletions.
6 changes: 3 additions & 3 deletions config/ars_nouveau-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
[block]
#How much potion a melder takes from each input jar. 100 = 1 potion
#Range: > 100
melderInputCost = 200
melderInputCost = 100
#How much potion a melder outputs per cycle. 100 = 1 potion
#Range: > 100
melderOutput = 100
melderOutput = 200
#How much source a melder takes per cycle
#Range: > 0
melderSourceCost = 300
melderSourceCost = 100

4 changes: 2 additions & 2 deletions config/ars_nouveau/glyph_grow.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
augment_limits = []
#Cost
#Range: > -2147483648
cost = 10
cost = 70
#The maximum number of times this glyph may appear in a single spell
#Range: > 1
per_spell_limit = 2147483647
#Is Starter Glyph?
starter = false
#The tier of the glyph
#Range: 1 ~ 99
glyph_tier = 1
glyph_tier = 2
#Is Enabled?
enabled = true

110 changes: 0 additions & 110 deletions config/everycomp-wood_types.toml
Original file line number Diff line number Diff line change
Expand Up @@ -549,113 +549,3 @@
window_pane = true
window = true

[entries.wood_type.chipped]
fine_planks = true
checkered_trapdoor = true
overgrown_trapdoor = true
overgrown_door = true
windowed_door = true
tiled_door = true
classic_trapdoor = true
circle_glass = true
pegged_planks = true
torch = true
secret_door = true
smooth_planks = true
screen_door = true
bared_glass = true
ornate_bared_glass = true
hewn_planks = true
crossed_planks = true
beach_door = true
fine_vertical_planks = true
cross_laced_planks = true
diamond_bordered_glass = true
railed_planks = true
planks_mosaic = true
distorted_trapdoor = true
iron_barred_trapdoor = true
circle_glass_pane = true
versailles_planks = true
whirlwind_planks = true
large_diamond_glass_pane = true
framed_planks = true
square_glass = true
vined_trapdoor = true
barrel = true
woven_glass = true
detailed_planks = true
woven_trapdoor = true
cobweb_trapdoor = true
gated_door = true
supported_door = true
barred_trapdoor = true
line_bared_glass_pane = true
horizontal_lined_glass_pane = true
airy_trapdoor = true
line_bared_glass = true
slanted_planks = true
barred_door = true
suspicious_trapdoor = true
herringbone_planks = true
pressed_door = true
planks_panel = true
vertically_railed_planks = true
bared_glass_pane = true
diamond_bordered_glass_pane = true
solid_trapdoor = true
tiled_planks = true
boarded_door = true
dual_paneled_door = true
square_glass_pane = true
meshed_trapdoor = true
thin_planks = true
fancy_trapdoor = true
paper_door = true
warted_trapdoor = true
basket_woven_planks = true
enclosed_planks = true
double_herringbone_planks = true
crated_planks = true
horizontal_lined_glass = true
natural_planks = true
classic_windowed_trapdoor = true
brick_bond_planks = true
wickered_planks = true
bordered_glass_pane = true
sliding_door = true
heavy_trapdoor = true
bordered_glass = true
laced_planks = true
boxed_planks = true
reinforced_crate = true
large_diamond_glass = true
snowflake_glass_pane = true
bricky_planks = true
slotted_trapdoor = true
shack_door = true
polished_planks = true
ornate_bared_glass_pane = true
diagonal_planks = true
wall_torch = true
crate = true
nailed_planks = true
cornered_planks = true
shifted_planks = true
vertical_planks = true
glass_door = true
fortified_door = true
paneled_door = true
leafy_trapdoor = true
snowflake_glass = true
heavy_door = true
pointless_trapdoor = true
stacked_planks = true
planks_shavings = true
twisted_trapdoor = true
diamond_planks = true
woven_glass_pane = true
windowed_trapdoor = true
tile_windowed_door = true
golden_barred_trapdoor = true

2 changes: 1 addition & 1 deletion config/starbunclemania-server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
starballoon_threshold = 250
#Threshold rate of the energy starbuncles, lower this if you need them to check and fill more often.
#Range: > 1
starbattery_threshold = 1000
starbattery_threshold = 250
#Threshold of the fluid starbuncles, lower this if you need them to check and fill more often.
#Range: > 1
starbucket_threshold = 250
Expand Down

0 comments on commit 159601c

Please sign in to comment.