Compare commits

...

4 Commits

Author SHA1 Message Date
Timo Ley 1a1bfd32ba chore: bump version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2024-03-09 18:08:39 +01:00
Timo Ley 64df1b3431 feat: make SPS use more energy
closes #13
2024-03-09 18:06:21 +01:00
Timo Ley d5cfb0d233 feat: added create interactive 2024-03-09 18:05:17 +01:00
Timo Ley 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
- 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

View File

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

View File

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