Skip to content

Commit 44bb751

Browse files
committedJul 6, 2016
Version Bump: 0.9.6
1 parent e74070a commit 44bb751

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed
 

‎CHANGELOG.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,39 @@
11
# Change Log
22

3+
## [0.9.6](https://github.com/jaredlll08/ModTweaker2/tree/0.9.6) (2016-07-06)
4+
[Full Changelog](https://github.com/jaredlll08/ModTweaker2/compare/0.9.5...0.9.6)
5+
6+
**Implemented enhancements:**
7+
8+
- \[Request\] Botanical Addons \(Botania\) support [\#301](https://github.com/jaredlll08/ModTweaker2/issues/301)
9+
10+
**Fixed bugs:**
11+
12+
- Remove FSP integration [\#327](https://github.com/jaredlll08/ModTweaker2/issues/327)
13+
- \[1.7.10\] \[BUG\] Cannot specify low byproduct chance for Forestry squeezer [\#320](https://github.com/jaredlll08/ModTweaker2/issues/320)
14+
- Importing some ModTweaker classes in ZenScript fails [\#308](https://github.com/jaredlll08/ModTweaker2/issues/308)
15+
- Missing 'name' parameter in line 182 of modtweaker2.mods.exnihilo.mods.handler.Hammer results in script failure when no recipe found. [\#297](https://github.com/jaredlll08/ModTweaker2/issues/297)
16+
317
## [0.9.5](https://github.com/jaredlll08/ModTweaker2/tree/0.9.5) (2015-12-07)
418
[Full Changelog](https://github.com/jaredlll08/ModTweaker2/compare/0.9.4...0.9.5)
519

620
**Implemented enhancements:**
721

822
- Added WeightedItemStack Handlers [\#275](https://github.com/jaredlll08/ModTweaker2/issues/275)
9-
- \[Request Feature\] TinkerConstruct support: a way to disable a modifier [\#238](https://github.com/jaredlll08/ModTweaker2/issues/238)
1023

1124
**Fixed bugs:**
1225

1326
- Crash with Forestry 4.0 [\#252](https://github.com/jaredlll08/ModTweaker2/issues/252)
1427

28+
**Closed issues:**
29+
30+
- \[Request Feature\] TinkerConstruct support: a way to disable a modifier [\#238](https://github.com/jaredlll08/ModTweaker2/issues/238)
31+
1532
## [0.9.4](https://github.com/jaredlll08/ModTweaker2/tree/0.9.4) (2015-10-12)
1633
**Implemented enhancements:**
1734

1835
- QED Table remove funktion missing [\#245](https://github.com/jaredlll08/ModTweaker2/issues/245)
1936
- \[Suggestion\] Oredicted Recipes QED Table [\#242](https://github.com/jaredlll08/ModTweaker2/issues/242)
20-
- \[Request\] Allow oredict usage in Forestry Carpenter [\#192](https://github.com/jaredlll08/ModTweaker2/issues/192)
21-
- Updated ToolStats based on new TConstruct API [\#232](https://github.com/jaredlll08/ModTweaker2/pull/232) ([blade1981m](https://github.com/blade1981m))
2237

2338
**Fixed bugs:**
2439

@@ -29,6 +44,10 @@
2944
- mekanism chemicalInfuser MineTweakerAPI.apply call; incorrect param [\#213](https://github.com/jaredlll08/ModTweaker2/issues/213)
3045
- \[AE2 Inscriber\] Error msg [\#200](https://github.com/jaredlll08/ModTweaker2/issues/200)
3146

47+
**Closed issues:**
48+
49+
- \[Request\] Allow oredict usage in Forestry Carpenter [\#192](https://github.com/jaredlll08/ModTweaker2/issues/192)
50+
3251

3352

3453
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

‎build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
minecraft.version=1.7.10
22
forge.version=10.13.4.1448-1.7.10
33

4-
mod.version=0.9.5
4+
mod.version=0.9.6
55

66
forestry.version=4.1.0.43

0 commit comments

Comments
 (0)
Please sign in to comment.