Compare commits

..

No commits in common. "bbc23a9f5fcb55933462db92a41f381937b52201" and "a743b951d6d0eafd6d4068a3477002863017c3ce" have entirely different histories.

3 changed files with 6 additions and 52 deletions

View file

@ -1,3 +1,3 @@
# v3.6.0
- Updated AE2 tilera Edition
- Added Computronics
# v3.5.1
- Update testcraftupdate

View file

@ -3,7 +3,7 @@
"type": "modpack",
"versions": [
{
"version": "3.6.0",
"version": "3.5.1",
"versionid": -1,
"mcversion": [
"1.7.10"
@ -1627,7 +1627,7 @@
"name": "AppEng 2 tilera Edition"
},
"file": {
"artifact": "appeng:appliedenergistics2:rv3-beta-24",
"artifact": "appeng:appliedenergistics2:rv3-beta-23",
"repository": "tilera",
"installer": "internal.dir:mods"
},
@ -1800,7 +1800,7 @@
"name": "Asie Lib"
},
"file": {
"link": "https://cdn.tilera.xyz/minecraft/mods/statues/AsieLib-1.7.10-0.4.9.jar",
"link": "https://cdn.tilera.xyz/minecraft/mods/statues/AsieLib-1.7.10-0.4.5.jar",
"installer": "internal.dir:mods"
},
"type": "mod",
@ -2112,20 +2112,6 @@
"included"
]
},
{
"id": "mod-computronics",
"file": {
"link": "https://files.vexatos.com/Computronics/Computronics-1.7.10-1.6.6.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]",

View file

@ -1,32 +0,0 @@
# Configuration file
general {
# Turn on recipes for removing the redstone and sealant from pipes to turn them back to transport pipes
B:allowWRRemove=true
# Range of chunk load boundaries.
I:chunkSightRange=8
# Whether or not the chunkloader is added as a block
B:enableChunkloader=true
# Enable debug logging for development
B:enableDebugLog=false
# When right clicking on something with a gui, do not show the gui if you have a pipe in your hand
B:filterRightclicks=false
# How many ticks the Gravity Feed Pipe needs to extract an item
I:gravityFeedPipeTicksPerPull=48
# Default key to toggle chunk load boundaries.
I:laserKeyChar=68
# Percentage of power a power teleport pipe transmits. Between 0 and 100.
I:powerTransmittance=90
# Amount of water the Water Pump Pipe produces in millibuckets/tick
I:waterPumpWaterPerTick=90
}