Compare commits
4 commits
9379418fc6
...
1a1bfd32ba
Author | SHA1 | Date | |
---|---|---|---|
1a1bfd32ba | |||
64df1b3431 | |||
d5cfb0d233 | |||
8796a13437 |
3 changed files with 41 additions and 11 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
||||||
# 4.2.0
|
# 4.3.0
|
||||||
|
|
||||||
- Added Hexal
|
- Fixed creative flight conflict
|
||||||
- Enabled Tempad energy usage
|
- Added Valkyrien Skies
|
||||||
- Changed Antimatter progression line
|
- Added Create Interactive
|
||||||
- Fixed DeepMobLearning loot tables
|
- SPS now uses more energy
|
|
@ -3,7 +3,7 @@
|
||||||
"type": "modpack",
|
"type": "modpack",
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "4.2.0",
|
"version": "4.3.0",
|
||||||
"versionid": -1,
|
"versionid": -1,
|
||||||
"mcversion": [
|
"mcversion": [
|
||||||
"1.18.2"
|
"1.18.2"
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
"id": "231382",
|
"id": "231382",
|
||||||
"file": {
|
"file": {
|
||||||
"installer": "internal.dir:mods",
|
"installer": "internal.dir:mods",
|
||||||
"artifact": "curse.maven:231382:4426917",
|
"artifact": "curse.maven:231382:4790968",
|
||||||
"repository": "curse"
|
"repository": "curse"
|
||||||
},
|
},
|
||||||
"type": "mod",
|
"type": "mod",
|
||||||
|
@ -335,7 +335,7 @@
|
||||||
"id": "223565",
|
"id": "223565",
|
||||||
"file": {
|
"file": {
|
||||||
"installer": "internal.dir:mods",
|
"installer": "internal.dir:mods",
|
||||||
"artifact": "curse.maven:223565:4418000",
|
"artifact": "curse.maven:223565:4953547",
|
||||||
"repository": "curse"
|
"repository": "curse"
|
||||||
},
|
},
|
||||||
"type": "mod",
|
"type": "mod",
|
||||||
|
@ -1565,7 +1565,7 @@
|
||||||
"id": "226410",
|
"id": "226410",
|
||||||
"file": {
|
"file": {
|
||||||
"installer": "internal.dir:mods",
|
"installer": "internal.dir:mods",
|
||||||
"artifact": "curse.maven:226410:3722831",
|
"artifact": "curse.maven:226410:4860857",
|
||||||
"repository": "curse"
|
"repository": "curse"
|
||||||
},
|
},
|
||||||
"type": "mod",
|
"type": "mod",
|
||||||
|
@ -2476,6 +2476,36 @@
|
||||||
"included"
|
"included"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "mod-valkskies",
|
||||||
|
"file": {
|
||||||
|
"installer": "internal.dir:mods",
|
||||||
|
"artifact": "curse.maven:258371:4991985",
|
||||||
|
"repository": "curse"
|
||||||
|
},
|
||||||
|
"type": "mod",
|
||||||
|
"options": [
|
||||||
|
"server",
|
||||||
|
"client",
|
||||||
|
"required",
|
||||||
|
"included"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "mod-interactive",
|
||||||
|
"file": {
|
||||||
|
"installer": "internal.dir:mods",
|
||||||
|
"artifact": "curse.maven:925913:4982344",
|
||||||
|
"repository": "curse"
|
||||||
|
},
|
||||||
|
"type": "mod",
|
||||||
|
"options": [
|
||||||
|
"server",
|
||||||
|
"client",
|
||||||
|
"required",
|
||||||
|
"included"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "mod-steampowered",
|
"id": "mod-steampowered",
|
||||||
"file": {
|
"file": {
|
||||||
|
@ -2577,7 +2607,7 @@
|
||||||
{
|
{
|
||||||
"id": "mod-ntx4core",
|
"id": "mod-ntx4core",
|
||||||
"file": {
|
"file": {
|
||||||
"link": "https://maven.tilera.xyz/net/anvilcraft/ntx4core/ntx4core/1.3.0/ntx4core-1.3.0.jar",
|
"link": "https://maven.tilera.xyz/net/anvilcraft/ntx4core/ntx4core/1.3.1/ntx4core-1.3.1.jar",
|
||||||
"installer": "internal.dir:mods"
|
"installer": "internal.dir:mods"
|
||||||
},
|
},
|
||||||
"type": "mod",
|
"type": "mod",
|
||||||
|
|
|
@ -192,5 +192,5 @@
|
||||||
inputPerAntimatter = 250
|
inputPerAntimatter = 250
|
||||||
#Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter).
|
#Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter).
|
||||||
#NTX4
|
#NTX4
|
||||||
energyPerInput = "1000"
|
energyPerInput = "1000000"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue