v3.1
This commit is contained in:
parent
4e51bf7fa0
commit
79a8d7dffb
5 changed files with 49 additions and 8 deletions
|
@ -1,7 +1,4 @@
|
|||
# v3.0
|
||||
- Entering Phase 3
|
||||
- Removed Electrodynamics
|
||||
- Added Rotarycraft and addons
|
||||
- Added PlayerAPI
|
||||
- Fixed Extra Utilities bug
|
||||
# v3.1
|
||||
- Removed End Portal recipe
|
||||
- Disables experience seas
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"type": "modpack",
|
||||
"versions": [
|
||||
{
|
||||
"version": "3.0",
|
||||
"version": "3.1",
|
||||
"versionid": -1,
|
||||
"mcversion": [
|
||||
"1.7.10"
|
||||
|
@ -16,6 +16,21 @@
|
|||
}
|
||||
],
|
||||
"relations": [
|
||||
{
|
||||
"id": "crafttweaker",
|
||||
"file": {
|
||||
"installer": "internal.dir:mods",
|
||||
"artifact": "curse.maven:239197:2838720",
|
||||
"repository": "curse"
|
||||
},
|
||||
"type": "mod",
|
||||
"options": [
|
||||
"required",
|
||||
"client",
|
||||
"server",
|
||||
"included"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "playerapi",
|
||||
"file": {
|
||||
|
|
28
src/overrides/config/abo/main.conf
Normal file
28
src/overrides/config/abo/main.conf
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Configuration file
|
||||
|
||||
liquidxp {
|
||||
I:ExperienceOrbLifetime=50
|
||||
I:ExperienceOrbSize=5
|
||||
I:ExperienceOrbSpawnChance=70
|
||||
B:RespawnExperienceLakes=false
|
||||
B:SpawnExperienceLakes=false
|
||||
B:SpawnExperienceOrbs=false
|
||||
}
|
||||
|
||||
|
||||
misc {
|
||||
B:AllowMobBottles=true
|
||||
B:AllowYellowDye=true
|
||||
B:ValvePipeOnlyConnectsStraight=true
|
||||
B:ValvePipeUsesGravityPhysics=true
|
||||
}
|
||||
|
||||
|
||||
windmills {
|
||||
D:WaterwheelEnergyScalar=1.0
|
||||
I:WindmillAnimationDistance=64
|
||||
B:WindmillAnimations=true
|
||||
D:WindmillEnergyScalar=1.0
|
||||
}
|
||||
|
||||
|
|
@ -1 +1 @@
|
|||
{"version":"v3.0","giteaInstance":"https://tilera.xyz/git","owner":"tilera","repository":"testcraft"}
|
||||
{"version":"v3.1","giteaInstance":"https://tilera.xyz/git","owner":"tilera","repository":"testcraft"}
|
||||
|
|
1
src/overrides/scripts/fix.zs
Normal file
1
src/overrides/scripts/fix.zs
Normal file
|
@ -0,0 +1 @@
|
|||
recipes.remove(<minecraft:end_portal>);
|
Loading…
Reference in a new issue