aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-05Re-do buildscriptbasdxz
-Switched to latest GTNH2 ForgeGradle 1.2 -Updated Gradle Wrapper to 5.6.4 -Switched from Groovy to Kotlin for the build script -Re-organised the dependencies, only loading what is essential -Broke Jar signing, todo for later
2020-12-21Bump Versionbasdxz
2020-12-21Fixes Tesla Server-Sidebasdxz
-Added Client-Side annotation to the relevant methods -Updated GT5u
2020-12-19Merge branch 'ender-tank-alike' into BassAddonsbasdxz
2020-12-19Ender Fluid Covers Recipebasdxz
-GTNH Recipe
2020-12-19Added Ender Fluid Link Resourcesbasdxz
-Added Locale -Added Textures
2020-12-16Ender Covers UIbasdxz
Completed the On-Click UI
2020-12-15Ender Coversbasdxz
Things missing: -UI -Texture -Recipe -Wiki
2020-12-13Merge pull request #46 from Kiwi233/masterbasdxz
Update zh_CN.lang for 4.9.0-a7f86de1
2020-12-13Update zh_CN.lang[Kiwi233]
2020-12-13Merge branch 'master' of https://github.com/Kiwi233/TecTech[Kiwi233]
2020-12-09Merge pull request #45 from KiloJoel/fileLagFixbasdxz
reduced file saving frequency
2020-12-05reduced file saving frequencyKiloJoel
2020-12-04Update build.propertiesMartin Robertz
2020-12-04Fixes Git mishapbasdxz
Fixes for Pull #44
2020-11-29Fix Duplicate Tesla Connections with coversbasdxz
2020-11-29Fix MultiMap sortingbasdxz
2020-11-29Fix power sending logicbasdxz
2020-11-29More robust Tesla coversbasdxz
2020-11-29Changed lightningbasdxz
Now a constant once every half second
2020-11-29Fix Debug Start Clientbasdxz
2020-11-29Update GT5ubasdxz
2020-11-25update Gt dependencieMartin Robertz
2020-11-25update Gt dependencieMartin Robertz
2020-11-25Implement anti-laser target hatches!Tec
https://www.livescience.com/anti-laser-wireless-charging.html (cherry picked from commit 0304d1464f38ac75cf338ac470f1cc7228cd6d5c)
2020-11-25Implement anti-laser target hatches!Tec
https://www.livescience.com/anti-laser-wireless-charging.html
2020-11-16Optimised Tesla Energy Injectionbasdxz
-Small refactor in RendererMessage -Updated GT5u
2020-11-15Merge remote-tracking branch 'origin/master' into BassAddonsbasdxz
2020-11-15Thaum Lightning fixesbasdxz
-Less spammy lightning bolts -Still has duplicate code and stuff
2020-11-15Further Optimisationbasdxz
-Tesla Maps are fully written to only one -Subsequent modifications are done to remove or add new Teslas -Lots more encapsulation
2020-11-15Tesla Speedupbasdxz
-Switched from sorted HashMap to ArrayListMultiMap -Fixed issue where interface lacked proper methods
2020-11-10bump gt dependencieDreamMasterXXL
2020-11-09fix 16 length computer not forming (#43)botn365
fix that a computer of 16 blocks length will not form
2020-11-08Bump verbasdxz
2020-11-08Fixed Tesla hysteresis functionbasdxz
2020-11-08Fixes tesla coversbasdxz
Looks like GT5 covers are behaviors and not discrete objects, go figure! This is a horrible fix, but it works.
2020-11-04Bump versionbasdxz
2020-11-04Merge branch 'BassAddons'basdxz
2020-11-04Revert "Merge branch 'master' into BassAddons"basdxz
This reverts commit 95993fb3d937b8dcfc9c945c18a754ce4ac11f88.
2020-11-04Merge branch 'master' into BassAddonsbasdxz
2020-11-04Fixes ConcurrentModificationException on Tesla Connected Cleaningbasdxz
Now just removes nulls if any
2020-11-04Fix disconnect on Tesla Lightningbasdxz
Now properly getting the world from player
2020-11-04Add the COFH Core Dep back as runtimebasdxz
Needed for Thaum stuff
2020-11-04Remove Cofh Core depbasdxz
Compiles fine without.
2020-10-26Change FG recipe for UHV and UEV (#40)Prometheus0000
* Add items for consistancy * Change to nano for consistency * number
2020-10-07Invalidate machine on rotationTec
2020-10-07Add getters for translating relative coordinates to worldTec
2020-10-02fix division by 144 #6649 and ^ required soldering for higher circuits (#39)Motias
* fix nanocircuit /144 fluid * divided by 144 molten soldering divided by 144, and it is required a little more than in previous tier recipes Co-authored-by: MotDT <47714084+MotDT@users.noreply.github.com>
2020-09-29removed unused import (#38)bartimaeusnek
2020-09-14Remove boxingTec