Compare commits

..

4 commits

Author SHA1 Message Date
1a1bfd32ba chore: bump version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-03-09 18:08:39 +01:00
64df1b3431 feat: make SPS use more energy
closes #13
2024-03-09 18:06:21 +01:00
d5cfb0d233 feat: added create interactive 2024-03-09 18:05:17 +01:00
8796a13437 fix: creative flight conflict 2024-03-09 18:02:38 +01:00
3 changed files with 41 additions and 11 deletions

View file

@ -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

View file

@ -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",

View file

@ -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"