Changes

Summary

  1. Deps are case sensitive (commit: ec0fe82) (details)
  2. Fix crash in BiomeInitializer when used in non standard WorldTypes (commit: 2245e85) (details)
  3. fixed flood gate and finite liquids, close #1563 (commit: 4ea6f89) (details)
  4. Auto assign Biome Ids (commit: e401a69) (details)
  5. Auto assign Biome Ids (commit: a016be6) (details)
  6. Update BuildCraftEnergy.java (commit: f466217) (details)
  7. fixed duplate method (commit: 8a76edd) (details)
  8. removed unused code (commit: 3e67e80) (details)
  9. Must use dev version (commit: 1fdd0df) (details)
  10. removed buildNumber from the build.gradle file (commit: 9f55519) (details)
  11. Crappy temp fix for #1576 (commit: 591313d) (details)
  12. Update PipeTransportFluids.java (commit: daa9ab8) (details)
  13. Oil spouts wasn't visible above the ocean surface. (commit: d505596) (details)
  14. Cylinder pattern was missing the name (commit: 080b4ba) (details)
  15. Change wire in recipe for gold gates (commit: fd9d927) (details)
  16. Fix ClassCastException in tile entity, close #1584 (commit: 42d0e64) (details)
  17. Changed Oil Generation to use config file ID's for generation to support (commit: 6892234) (details)
  18. Enabled use of BiomeDictionary.Type to pass in addition to IDs of (commit: a6fa406) (details)
  19. Forgot to trim ids.. Oops.. (commit: 1a1bb18) (details)
  20. migrated to forge 60 and gradle 1.2 (commit: 98d8861) (details)
  21. prepare 5.0.5 version (commit: 171b1d3) (details)
The file was modifiedREADME.md (diff)
Commit 2245e857732075a579f3cb9c73139ec765387571 by fabricatorgeneral
Fix crash in BiomeInitializer when used in non standard WorldTypes

Fixes crash when BiomeInitializer runs in WorldTypes with less that three GenLayers. For example a world without river gen only has 2 Layers, the river is the 3rd.

Also remove redundant old code.
(commit: 2245e85)
The file was modifiedcommon/buildcraft/energy/worldgen/BiomeInitializer.java (diff)
Commit 4ea6f8959f949deb740c20106eb50ed5e68e0136 by SpaceToad
fixed flood gate and finite liquids, close #1563
(commit: 4ea6f89)
The file was modifiedcommon/buildcraft/factory/TileFloodGate.java (diff)
Commit e401a69782391b555d3e12a9b7e59e0873af7c12 by fabricatorgeneral
Auto assign Biome Ids

Finds unused Biome IDs if the ones in the config are in use by other
mods. Also saves change to config file.
(commit: e401a69)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
Commit a016be6919d267b89c7a338505f5876c9e7b9107 by fabricatorgeneral
Auto assign Biome Ids

Finds unused Biome IDs if the ones in the config are in use by other
mods. Also saves change to config file.

Changed default Biome Ids to 126 and 127 which are just below a block
used by Minecraft.
(commit: a016be6)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/core/DefaultProps.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedREADME.md (diff)
Commit 9f55519528d418b2e3900ab7a0f8e37229aa8bbf by sacabrarsyed
removed buildNumber from the build.gradle file
(commit: 9f55519)
The file was modifiedbuild.gradle (diff)
Commit 591313df4350c95b21fa228858bb77f4a906f728 by an.bulah
Crappy temp fix for #1576

I think it's something with time.
(commit: 591313d)
The file was modifiedcommon/buildcraft/transport/PipeTransportFluids.java (diff)
Commit daa9ab82fb5a6e31d1f6e277f9a785f423382499 by an.bulah
Update PipeTransportFluids.java
(commit: daa9ab8)
The file was modifiedcommon/buildcraft/transport/PipeTransportFluids.java (diff)
Commit d5055969b04faca6c8b49eea07cee4f76cbea8ce by terje.holene
Oil spouts wasn't visible above the ocean surface.
(commit: d505596)
The file was modifiedcommon/buildcraft/energy/worldgen/OilPopulate.java (diff)
Commit 080b4ba74990c6488f7c645cc64d3985f47e42fd by terje.holene
Cylinder pattern was missing the name
(commit: 080b4ba)
The file was modifiedbuildcraft_resources/assets/buildcraft/lang/en_US.lang (diff)
Commit fd9d9272b78414c819b895347150f43559d60a16 by terje.holene
Change wire in recipe for gold gates
(commit: fd9d927)
The file was modifiedcommon/buildcraft/BuildCraftSilicon.java (diff)
Commit 42d0e641b861267f6fc0fec11dd16c630ddd9b15 by robin4002
Fix ClassCastException in tile entity, close #1584
(commit: 42d0e64)
The file was modifiedcommon/buildcraft/builders/BlockBlueprintLibrary.java (diff)
The file was modifiedcommon/buildcraft/energy/BlockEngine.java (diff)
The file was modifiedcommon/buildcraft/factory/BlockQuarry.java (diff)
The file was modifiedcommon/buildcraft/factory/BlockTank.java (diff)
The file was modifiedcommon/buildcraft/transport/BlockGenericPipe.java (diff)
The file was modifiedcommon/buildcraft/builders/BlockMarker.java (diff)
Commit 6892234a5417ddea3aa02adc45fc70dbc4868947 by mattiprice520
Changed Oil Generation to use config file ID's for generation to support
integration with mods like Biomes O' Plenty
(commit: 6892234)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/energy/worldgen/OilPopulate.java (diff)
Commit a6fa40679306ec790d93e17cc99d6d78a46f431a by mattiprice520
Enabled use of BiomeDictionary.Type to pass in addition to IDs of
biomes. Added error handling. Doesn't seem to print the warning to the
log correctly though, just prints a string as info it looks.
(commit: a6fa406)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
The file was modifiedcommon/buildcraft/BuildCraftEnergy.java (diff)
Commit 98d8861ea39d7092f19c96cb8e50ad91a7efb5c9 by SpaceToad
migrated to forge 60 and gradle 1.2
(commit: 98d8861)
The file was modifiedbuild.gradle (diff)
The file was modifiedbuild.gradle (diff)