Compare commits

...

4 Commits

Author SHA1 Message Date
Timo Ley bbc23a9f5f chore: bump version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2024-03-26 14:47:38 +01:00
Timo Ley 2444a04e6d feat: added Computronics 2024-03-26 14:46:38 +01:00
Timo Ley 95683d77fb fix: added additionalpipes config 2024-03-26 14:35:30 +01:00
Timo Ley 38cadf738f chore: updated appeng 2024-03-26 14:32:31 +01:00
3 changed files with 52 additions and 6 deletions

View File

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

View File

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

@ -0,0 +1,32 @@
# 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
}