yueh
cd49869df7
Added release task ( #4423 )
2020-06-19 17:57:47 +02:00
yueh
ec6f331168
Add The One Probe support again ( #4420 )
2020-06-18 19:08:33 +02:00
yueh
10ab5d0d5a
Removed Hywla for now due to breaking our builds ( #4421 )
...
Once they provide a maven repo and a reliable backup, it will be added again.
2020-06-18 16:02:24 +02:00
yueh
5304b3febe
Adding spotless to prepare for reformatting
2020-06-16 21:45:35 +02:00
yueh
c45a15e13b
Github action to build branches except master ( #4404 )
2020-06-11 20:18:41 +02:00
yueh
19e7fd3544
Fixes javadocs task
2020-06-10 20:07:00 +02:00
Sebastian Hartte
5f416bcca2
Removing Forge deobf again...
2020-06-10 00:50:49 +02:00
Sebastian Hartte
702bab1a12
Trying to fix the build.
2020-06-10 00:42:07 +02:00
Sebastian Hartte
e1b66a2a1c
Renamed items, added back waila.
2020-06-09 18:19:09 +02:00
yueh
0466539c1c
Cleanup gradle deps
2020-06-09 12:19:48 +02:00
Sebastian Hartte
ec3b464655
Some additional fixes from other branch.
2020-05-31 16:13:07 +02:00
yueh
3dff3a5d54
Upgraded buildscripts for minecraft 1.15.2
2020-05-07 16:13:54 +02:00
yueh
078112d97b
Disable modmaven due to build issues for now ( #4011 )
2019-04-21 13:10:02 +02:00
yueh
d343ac47f5
Added CTM as actual soft dependency. ( #3881 )
2018-12-25 21:21:08 +01:00
yueh
ed643787df
Updated gradle scripts ( #3871 )
...
Includes #3819
2018-12-23 22:41:11 +01:00
covers1624
7ba2893635
New facade system ( #3702 )
...
Completely new system to render facades.
It will now support many more cases compared to the old system.
For example connected textures are now possible, as well as multilayer models and so on.
2018-09-02 13:26:20 +02:00
yueh
a0b645a0a7
Added SonarCloud integration ( #3698 )
...
Updated gradle wrapper to 4.8
2018-08-29 23:24:55 +02:00
fscan
f4ef7edf86
InventoryTweak sorting support ( #3603 )
2018-07-14 21:07:00 +02:00
yueh
e72b5b369c
Updated Dependencies and readme
2018-06-23 14:28:54 +02:00
yueh
22807bc619
Updated maven repos. ( #3391 )
2018-02-16 18:43:09 +01:00
yueh
98142d8ade
Fixes CraftTweaker deploying incomplete releases. ( #3300 )
...
Due to CraftTweaker not deploying necessary dependencies, we cannot
rely on building against the most recent compatible version. Instead we
have to build against a specific known release to avoid it but have to
risk incompatibilities should there be changes on later versions.
2017-12-30 11:12:04 +01:00
fscan
959672dae3
Add CraftTweaker support ( #3231 )
2017-11-22 21:09:26 +01:00
fscan
8ad8ce68b5
Added optional TE wrench support. ( #3145 )
2017-10-08 17:58:57 +02:00
yueh
bd8f43acbf
Updated to forge 1.12.1 RB. ( #3087 )
...
Updated related deps.
2017-09-12 13:23:17 +02:00
yueh
f03f8ec432
Remove RF dependency
2017-08-22 11:07:00 +02:00
Gunther De Wachter
fdab91323c
Re-enabled the WAILA handler, using Hwyla.
2017-07-14 21:48:20 +02:00
Gunther De Wachter
588579d67f
Updated CoFH RF API. Removed the old API from thirdparty/.
...
Those files are available from their maven server now.
2017-07-09 10:34:34 +02:00
Gunther De Wachter
fbcf8c4705
Highly incomplete code. First work on porting to 1.12. Still need to rework a LOT of things.
2017-07-06 01:57:19 +02:00
Gunther De Wachter
5fff8310d6
Update gradle and dependencies for 1.11.2
2017-06-02 23:37:27 +02:00
yueh
ed9e6dd21c
Port to 1.11
2016-12-21 20:38:36 +01:00
yueh
8bed7f223e
TheOneProbe integration ( #2696 )
...
Displayed information is equal to current the WAILA integration.
Added a preInit stage to IIntegrationModule.
Added a factory method to IntegrationType to avoid touching
IntegrationNode for every new integration.
Fixes #2650
2016-12-14 22:36:40 +01:00
shartte
d75cdc9696
Gradle Source Set Changes ( #2588 )
...
Introduced separate source sets for "api" and "apis" (in preparation for source only 3rd party APIs).
2016-11-06 21:55:58 +01:00
shartte
f5e4a202cb
Layers and IC2 Tunnel ( #2565 )
...
* Re-Activated the IC2 layers to implement an IC2 P2P tunnel.
2016-11-04 11:20:56 +01:00
Sebastian Hartte
623e9eea3c
Added IC2 API and installable Mod.
2016-10-28 22:58:19 +02:00
Sebastian Hartte
ec4bc86266
#2438 : Added Tesla support with same conversion ratio as RF.
2016-10-20 00:13:45 +02:00
yueh
badf123946
Gradle cleanup
...
Removed all outdated dependencies, repositories, etc.
This allows us to have a clean state to build upon without having to care
about obsolete things.
Removed the deobf jar since forge can handle normal ones just fine since 1.8.9.
Fixed build errors during javadoc creation due to missing symbols caused
by ForgeGradle breaking gradle conventions and not providing the
necessary dependencies.
2016-10-02 02:16:31 +02:00
yueh
d4b85cde75
Fixed broken imagelink for Travis CI badge
2016-10-02 01:43:49 +02:00
Sebastian Hartte
895a1a18d8
Re-Added original Waila integration and fixed compilation issues against new API.
2016-10-02 00:35:38 +02:00
Sebastian Hartte
b4ab401f98
Fixes dependencies and enables installation of JEI and Waila.
2016-10-01 23:53:45 +02:00
yueh
a8c5e729d4
Updated build system and Travis CI config
2016-09-16 15:07:53 +02:00
thatsIch
69e41e283d
Remove old sourceJar artifact since its apparently provided
2016-02-16 22:25:31 +01:00
thatsIch
0c61a316ed
Can generate javadocs again using gradle
2016-02-16 22:08:55 +01:00
thatsIch
f3374ba509
Exclude javadocs to remove compile issues of minecraft related classes
2016-02-16 21:22:55 +01:00
thatsIch
aff3941729
Make the project buildable with gradlew build by externalizing the model generator and expose it as an interface
2016-02-16 21:06:59 +01:00
thatsIch
78a3cf90ee
Update Gradle from 2.7 to 2.11
2016-02-16 20:08:11 +01:00
thatsIch
169624f45e
Prioritize JCenter over Maven Central for dependency resolution
2016-02-16 19:51:33 +01:00
AlgorithmX2
71afa9bf53
1.8.8 + deleted all integration can be recovered later or something.
2015-12-31 17:19:44 -06:00
thatsIch
888b3e5600
Closes #1899 , Fixed #1898 : Adds an easy way to export interesting information into CSV format
...
Mostly used for the recipe system, but can also be used for debugging purposes. Debug options needs to be ticked to use the full information gain. Recipes only require the normal localization and the specific name plus metadata.
Shifted the recipes into a recipes folder where the CSV will also reside. This will also elevate the copying of the readme to the user directory since it can reside in the recipes folder.
Fixed a bug where the copier would copy the would also copy empty folders
2015-12-23 14:32:53 +01:00
yueh
b0504f4141
Closes #1726 : Added Pressure P2P tunnel (PneumaticCraft)
2015-09-30 13:19:57 +02:00
thatsIch
59dbfb1452
Fixed stairs
2015-09-30 11:34:16 +02:00