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
|
||||
- Enabled Tempad energy usage
|
||||
- Changed Antimatter progression line
|
||||
- Fixed DeepMobLearning loot tables
|
||||
- Fixed creative flight conflict
|
||||
- Added Valkyrien Skies
|
||||
- Added Create Interactive
|
||||
- SPS now uses more energy
|
|
@ -3,7 +3,7 @@
|
|||
"type": "modpack",
|
||||
"versions": [
|
||||
{
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"versionid": -1,
|
||||
"mcversion": [
|
||||
"1.18.2"
|
||||
|
@ -35,7 +35,7 @@
|
|||
"id": "231382",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:231382:4426917",
|
||||
"artifact": "curse.maven:231382:4790968",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -335,7 +335,7 @@
|
|||
"id": "223565",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:223565:4418000",
|
||||
"artifact": "curse.maven:223565:4953547",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -1565,7 +1565,7 @@
|
|||
"id": "226410",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:226410:3722831",
|
||||
"artifact": "curse.maven:226410:4860857",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -2476,6 +2476,36 @@
|
|||
"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",
|
||||
"file": {
|
||||
|
@ -2577,7 +2607,7 @@
|
|||
{
|
||||
"id": "mod-ntx4core",
|
||||
"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"
|
||||
},
|
||||
"type": "mod",
|
||||
|
|
|
@ -192,5 +192,5 @@
|
|||
inputPerAntimatter = 250
|
||||
#Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter).
|
||||
#NTX4
|
||||
energyPerInput = "1000"
|
||||
energyPerInput = "1000000"
|
||||
|
||||
|
|
Loading…
Reference in a new issue