diff options
| author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-04-12 17:32:17 +0200 |
|---|---|---|
| committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2019-04-12 17:32:17 +0200 |
| commit | c74b1a862d9935995f1a56e3a9061e2eb2a5aec6 (patch) | |
| tree | 9859aad3fce4ced498edd23474c71b8d4cbb4aaa /build.properties | |
| parent | c5f23f6dcfc44dacf907b19e09c67632b6f5aaa9 (diff) | |
| download | GT5-Unofficial-c74b1a862d9935995f1a56e3a9061e2eb2a5aec6.tar.gz GT5-Unofficial-c74b1a862d9935995f1a56e3a9061e2eb2a5aec6.tar.bz2 GT5-Unofficial-c74b1a862d9935995f1a56e3a9061e2eb2a5aec6.zip | |
Fixed Heated Water Pump
+ will now drop its contents on removal
+ will no longer void non-burnable Items
+ Added ITileDropsContent for easy use
+ Pulled delSlot into its own Class
+ Created FuelSlot (a slot that will only accept burnable stacks)
+ API version increase
+ version increase
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Former-commit-id: bd948c36072c94e50c89213d233f9a718bb0a43b
Diffstat (limited to 'build.properties')
| -rw-r--r-- | build.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.properties b/build.properties index 3d69f35b15..22690fd078 100644 --- a/build.properties +++ b/build.properties @@ -23,8 +23,8 @@ mc_version=1.7.10 majorUpdate=0 minorUpdate=4 -buildNumber=6 -APIVersion=5 +buildNumber=7 +APIVersion=6 ic2.version=2.2.828-experimental gregtech.version=5.09.32.36 gregtech.jenkinsbuild=143 |
