Commit Graph

35 Commits

Author SHA1 Message Date
Timo Ley 41435e71c5 chore: bump version 2024-03-26 14:12:15 +01:00
Timo Ley 29ae948039 chore: bump version 2023-02-28 19:15:07 +01:00
Timo Ley 017653aaa0 feat: show controller conflict 2023-02-15 12:37:49 +01:00
Timo Ley c41e2711fb chore: bump version 2023-02-06 11:36:59 +01:00
Timo Ley 20858b2b9f feat: more customization 2023-02-01 17:15:49 +01:00
Timo Ley 1e3dab1b05 chore: bump version 2023-01-30 20:05:52 +01:00
Timo Ley fbe3e1deb0 feat: add back entropy tools 2022-11-23 14:56:24 +01:00
Timo Ley 62b0907395 Add Logistics Pipes integration 2021-03-19 11:41:03 +01:00
Timo Ley 404b4dbab9 Controller now required for infinite channels 2021-03-19 11:08:34 +01:00
xsun2001 eeece639b7
ChickenBones' maven repo may be down? 2019-12-07 22:49:25 +08:00
xsun2001 4b0f540c8b new version 2018-03-02 21:59:59 +08:00
xsun2001 d84fce0ffe new version 2018-02-17 22:06:49 +08:00
xsun2001 df76710f57 new version 2017-12-31 13:55:53 +08:00
xsun2001 cf1f039d57 new version 2017-12-31 00:45:43 +08:00
xsun2001 9ba3da0794 new version 2017-12-16 21:42:05 +08:00
xsun2001 079325f0de new version 2017-08-14 19:56:27 +08:00
xsun2001 3334933701 dump version 2017-06-09 19:52:13 +08:00
xsun2001 f8118d1199 new version 2017-05-13 21:35:19 +08:00
xsun abe33baf2e new version 2017-03-24 12:56:00 +08:00
xsun f40c61c693 new version 2017-03-16 15:40:41 +08:00
xsun 57db55e280 dump version 2017-03-07 21:06:29 +08:00
xsun 24b6d69c08 fix some bugs that allow us to dupe any items. 2017-02-16 20:02:40 +08:00
thatsIch 37ae2131fe 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-09-26 23:15:25 +02:00
yueh 1728f683c3 Closes #1726: Added Pressure P2P tunnel (PneumaticCraft) 2015-08-06 19:37:19 +02:00
thatsIch 944f434993 Update dependencies 2015-06-16 14:32:08 +02:00
thatsIch e5f59e0a00 Updates Forge to 1.7.10-10.13.4.1448-1.7.10
the public field fluidID was removed and was replaced with the public getter
2015-06-14 09:46:44 +02:00
thatsIch 71ce42f26a Updates BuildCraft to 7.0.9
Split dependency logic on the BuildCraft modules.
Config needs to be reset, if BuildCraft was disabled actively,
because now there are 3 BC modules to be taken account of
2015-06-13 13:10:46 +02:00
Jeremiah Winsley 1a1316072a Test with V6e of RotaryCraft 2015-05-18 14:38:38 -04:00
thatsIch 6339be5a06 Update RotaryCraft API to V6f 2015-05-16 15:16:16 +02:00
Florian Nücke 18503ac526 Added P2P tunnel part for OpenComputers.
Includes cleanup provided by thatsIch.
2015-05-09 14:53:54 +02:00
thatsIch 96576a7fc5 Closes #1413: Removes RB integration since lacking 1.7.10+ support 2015-05-08 18:58:37 +02:00
thatsIch de069980ce Closes #1287: Set release channel to stable 2015-05-03 22:10:13 +02:00
thatsIch 1710894edc Use self compiled InvTweaks API 2015-05-03 21:23:54 +02:00
thatsIch 013c8d882c Makes maven dependencies de- and installable
Provides a new configuration `mods` which can be used on Maven Artifacts. That way, we can install them without affecting them on runtime (less load time)

Put the optional tasks into `optional.gradle` where a install task is just a copy task and the deinstall task a delete task

Added maven local to the repositories, if for some reason somebody uses a local maven
2015-05-02 19:35:34 +02:00
thatsIch ce6a2e8487 Do not use the slurper anymore
The proper way to use gradle is to actually use the gradle.properties. It will be automatically read without using a self defined config slurper.

The gradle.properties adds additional convenient options e.g. regarding the VM options and parallel calculation or daemons
2015-04-29 21:03:49 +02:00
Renamed from build.properties (Browse further)