v3.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Timo Ley 2021-06-06 10:42:00 +02:00
parent 4e51bf7fa0
commit 79a8d7dffb
5 changed files with 49 additions and 8 deletions

View file

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

View file

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

View 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
}

View file

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

View file

@ -0,0 +1 @@
recipes.remove(<minecraft:end_portal>);