feat: add auracore
This commit is contained in:
parent
cc8611a2dd
commit
8149501826
3 changed files with 71 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
"type": "modpack",
|
"type": "modpack",
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "3.1.1",
|
"version": "3.2.0",
|
||||||
"versionid": -1,
|
"versionid": -1,
|
||||||
"mcversion": [
|
"mcversion": [
|
||||||
"1.7.10"
|
"1.7.10"
|
||||||
|
@ -1627,7 +1627,7 @@
|
||||||
"name": "AppEng 2 tilera Edition"
|
"name": "AppEng 2 tilera Edition"
|
||||||
},
|
},
|
||||||
"file": {
|
"file": {
|
||||||
"artifact": "appeng:appliedenergistics2:rv3-beta-18",
|
"artifact": "appeng:appliedenergistics2:rv3-beta-19",
|
||||||
"repository": "tilera",
|
"repository": "tilera",
|
||||||
"installer": "internal.dir:mods"
|
"installer": "internal.dir:mods"
|
||||||
},
|
},
|
||||||
|
@ -2070,6 +2070,34 @@
|
||||||
"included"
|
"included"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "mod-auracore",
|
||||||
|
"file": {
|
||||||
|
"link": "https://maven.tilera.xyz/dev/tilera/auracore/1.8.2/auracore-1.8.2.jar",
|
||||||
|
"installer": "internal.dir:mods"
|
||||||
|
},
|
||||||
|
"type": "mod",
|
||||||
|
"options": [
|
||||||
|
"server",
|
||||||
|
"client",
|
||||||
|
"required",
|
||||||
|
"included"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "mod-classiccasting",
|
||||||
|
"file": {
|
||||||
|
"link": "https://maven.tilera.xyz/net/anvilcraft/classic-casting/1.1.0/classic-casting-1.1.0.jar",
|
||||||
|
"installer": "internal.dir:mods"
|
||||||
|
},
|
||||||
|
"type": "mod",
|
||||||
|
"options": [
|
||||||
|
"server",
|
||||||
|
"client",
|
||||||
|
"required",
|
||||||
|
"included"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "forge",
|
"id": "forge",
|
||||||
"versions": "[1.7.10-10.13.4.1614-1.7.10]",
|
"versions": "[1.7.10-10.13.4.1614-1.7.10]",
|
||||||
|
|
40
src/overrides/config/AuraCore.cfg
Normal file
40
src/overrides/config/AuraCore.cfg
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# Configuration file
|
||||||
|
|
||||||
|
aspects {
|
||||||
|
# Use TC3 item aspects [default: false]
|
||||||
|
B:legacyAspects=true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
client {
|
||||||
|
# Replace some aspect textures [default: true]
|
||||||
|
B:replaceAspects=true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
crucible {
|
||||||
|
# Use TC3 crucible mechanics [default: true]
|
||||||
|
B:legacyCrucibleMechanics=true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
research {
|
||||||
|
# Know all Aspects from beginning [default: true]
|
||||||
|
B:knowAllAspects=true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
worldgen {
|
||||||
|
# Generate Eldritch Ring structures [default: true]
|
||||||
|
B:generateEldritchRing=true
|
||||||
|
|
||||||
|
# Rarity of TC4 nodes generating instead of TC3 nodes (-1 to disable TC4 nodes) [range: -1 ~ 2147483647, default: 20]
|
||||||
|
I:newNodeRarity=20
|
||||||
|
I:nodeRarity=23
|
||||||
|
|
||||||
|
# Replace Silverwood trees with TC3 Silverwood [default: true]
|
||||||
|
B:replaceSilverwood=true
|
||||||
|
I:specialNodeRarity=75
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"version":"v3.1.1","giteaInstance":"https://git.tilera.org","owner":"tilera","repository":"testcraft"}
|
{"version":"v3.2.0","giteaInstance":"https://git.tilera.org","owner":"tilera","repository":"testcraft"}
|
||||||
|
|
Loading…
Reference in a new issue