feat: add redpower
This commit is contained in:
parent
b489d5e209
commit
a7fa1cd08b
3 changed files with 148 additions and 134 deletions
|
@ -3,7 +3,7 @@
|
|||
"type": "modpack",
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"versionid": -1,
|
||||
"mcversion": [
|
||||
"1.7.10"
|
||||
|
@ -2017,7 +2017,7 @@
|
|||
{
|
||||
"id": "mod-atomicscience",
|
||||
"file": {
|
||||
"link": "https://maven.tilera.xyz/universalelectricity/atomicscience/1.1.1/atomicscience-1.1.1.jar",
|
||||
"link": "https://maven.tilera.xyz/universalelectricity/atomicscience/1.1.2/atomicscience-1.1.2.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -2073,7 +2073,7 @@
|
|||
{
|
||||
"id": "mod-auracore",
|
||||
"file": {
|
||||
"link": "https://maven.tilera.xyz/dev/tilera/auracore/1.8.2/auracore-1.8.2.jar",
|
||||
"link": "https://maven.tilera.xyz/dev/tilera/auracore/1.8.4/auracore-1.8.4.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
|
@ -2098,6 +2098,20 @@
|
|||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mod-redpower",
|
||||
"file": {
|
||||
"link": "https://maven.tilera.xyz/com/eloraam/redpower/RedPower/2.0pr8-dirty/RedPower-2.0pr8-dirty.jar",
|
||||
"installer": "internal.dir:mods"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"server",
|
||||
"client",
|
||||
"required",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "forge",
|
||||
"versions": "[1.7.10-10.13.4.1614-1.7.10]",
|
||||
|
|
|
@ -35,7 +35,7 @@ Compatibility {
|
|||
|
||||
"General Settings" {
|
||||
# ID for the Jetpack Fuel Efficiency enchantment.
|
||||
I:"Enchantment: Fuel Efficiency"=80
|
||||
I:"Enchantment: Fuel Efficiency"=85
|
||||
|
||||
# If set to false, logic gates will not make sounds.
|
||||
B:"Logic Sounds"=true
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":"v3.2.0","giteaInstance":"https://git.tilera.org","owner":"tilera","repository":"testcraft"}
|
||||
{"version":"v3.3.0","giteaInstance":"https://git.tilera.org","owner":"tilera","repository":"testcraft"}
|
||||
|
|
Loading…
Reference in a new issue