Skip to content

Commit f8735b4

Browse files
author
PriestOfFern
committed
try to rebalance stuff
1 parent 4dafa52 commit f8735b4

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

common/src/main/resources/data/vs_clockwork/kelvin_reactions/bog_combustion.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"kelvin:min_pressure": 1000,
1515
"kelvin:max_temperature": 2300
1616
},
17-
"energy": 30000,
17+
"energy": 300000,
1818
"result_gasses": {
1919
"vs_clockwork:exhaust": {
20-
"amount": 0.01,
20+
"amount": 0.0015,
2121
"unit": "kg"
2222
},
2323
"vs_clockwork:steam": {
24-
"amount": 0.01,
24+
"amount": 0.0015,
2525
"unit": "kg"
2626
}
2727
}

common/src/main/resources/data/vs_clockwork/kelvin_reactions/bog_combustion_boosted.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"kelvin:min_pressure": 1000,
1515
"kelvin:max_temperature": 2300
1616
},
17-
"energy": 70000,
17+
"energy": 700000,
1818
"result_gasses": {
1919
"vs_clockwork:exhaust": {
20-
"amount": 0.02,
20+
"amount": 0.002,
2121
"unit": "kg"
2222
},
2323
"vs_clockwork:steam": {
24-
"amount": 0.02,
24+
"amount": 0.002,
2525
"unit": "kg"
2626
}
2727
}

common/src/main/resources/data/vs_clockwork/kelvin_reactions/phlogiston_air.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"kelvin:min_temperature": 500,
1414
"kelvin:min_pressure": 1000
1515
},
16-
"energy": 160000,
16+
"energy": 1600000,
1717
"result_gasses": {
1818
"vs_clockwork:exhaust": {
19-
"amount": 0.04,
19+
"amount": 0.004,
2020
"unit": "kg"
2121
}
2222
}

common/src/main/resources/data/vs_clockwork/kelvin_reactions/phlogiston_ozonite.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"kelvin:min_temperature": 375,
1414
"kelvin:min_pressure": 1000
1515
},
16-
"energy": 320000,
16+
"energy": 3200000,
1717
"result_gasses": {
1818
"vs_clockwork:exhaust": {
1919
"amount": 0.1,

common/src/main/resources/data/vs_clockwork/kelvin_reactions/phlogiston_passive.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"kelvin:min_temperature": 700,
1010
"kelvin:min_pressure": 1000
1111
},
12-
"energy": 80000,
12+
"energy": 800000,
1313
"result_gasses": {
1414
"vs_clockwork:exhaust": {
15-
"amount": 0.02,
15+
"amount": 0.002,
1616
"unit": "kg"
1717
}
1818
}

common/src/main/resources/data/vs_clockwork/kelvin_reactions/stellane_combustion.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"kelvin:min_pressure": 1000,
1515
"kelvin:max_temperature": 2300
1616
},
17-
"energy": 60000,
17+
"energy": 600000,
1818
"result_gasses": {
1919
"vs_clockwork:steam": {
20-
"amount": 0.04,
20+
"amount": 0.003,
2121
"unit": "kg"
2222
}
2323
}

common/src/main/resources/data/vs_clockwork/kelvin_reactions/stellane_combustion_boosted.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"kelvin:min_pressure": 1000,
1515
"kelvin:max_temperature": 2300
1616
},
17-
"energy": 160000,
17+
"energy": 1600000,
1818
"result_gasses": {
1919
"vs_clockwork:steam": {
20-
"amount": 0.08,
20+
"amount": 0.008,
2121
"unit": "kg"
2222
}
2323
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ parchment_version = 2023.09.03
2525
vs2_version=2.4.8.1+40011b4af2
2626
vscore_version=1.1.0+015e8fde3f
2727
# Kelvin
28-
kelvin_version=0.5.0+cdec8efbfa
28+
kelvin_version=0.5.0+0ba568d708
2929

3030
# Fabric
3131
# https://fabricmc.net/develop/

0 commit comments

Comments
 (0)