BuildCraft 7.1.24

This commit is contained in:
Adrian Siekierka 2021-11-27 11:32:45 +01:00
parent d891e3b76f
commit c31480986b
2 changed files with 10 additions and 1 deletions

View file

@ -32,7 +32,7 @@ apply plugin: 'forge' // adds the forge dependency
apply plugin: 'maven' // for uploading to a maven repo
apply plugin: 'checkstyle'
version = "7.1.23"
version = "7.1.24"
group= "com.mod-buildcraft"
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]

View file

@ -0,0 +1,9 @@
Additions:
* IMC call to forbid blocks from being harvestable and plantable in the default crop handler.
* Updated CoFH energy API.
Bugs fixed:
* [#4618] Allow oredicted ItemStacks with stack sizes greater than 1 in recipe API (glowredman)
* Fix quarry ghost chunkloading when only the edges of a quarry are loaded.