BuildCraft 7.1.24
This commit is contained in:
parent
d891e3b76f
commit
c31480986b
2 changed files with 10 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
9
buildcraft_resources/changelog/7.1.24
Normal file
9
buildcraft_resources/changelog/7.1.24
Normal 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.
|
Loading…
Reference in a new issue