Skip to content

Commit 0cee432

Browse files
committed
BuildCraftCompat 7.1.3
1 parent 2f5bdf7 commit 0cee432

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ apply plugin: 'forge' // adds the forge dependency
5050
apply plugin: 'maven' // for uploading to a maven repo
5151
// apply plugin: 'checkstyle'
5252

53-
version = "7.1.2"
53+
version = "7.1.3"
5454
group = "com.mod-buildcraft-compat"
5555
archivesBaseName = "buildcraft-compat" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]
5656

changelog/7.1.3

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Additions:
2+
3+
* Added option to disable facade recipe showing in NEI (asie)
4+
5+
Bugs fixed:
6+
7+
* Crash with EnderStorage when BC Builders not present (loordgek)
8+
* NEI crash when spawning item in full inventory (Adaptivity)

0 commit comments

Comments
 (0)