Summary
- make gradle builds primary in prep for 1.7.x (commit: c5bbc19) (details)
- swap to 1.7.x forge, move plugins that will break out untill mods are (commit: ca069ab) (details)
- swap forgegradle to 1.1 (commit: 27bcbdb) (details)
- start wiping out ID's (commit: 9918a12) (details)
- wipe out most remaining errors -- more work after noms (commit: fc4d070) (details)
- more error reduction (commit: 36f5f88) (details)
- moar fixes (commit: 8bec79e) (details)
- move non SlimeKnights mod compat stuff out of ncontent into the plugin (commit: c19ae78) (details)
- fix a slew of errors before bed (commit: acb16e3) (details)
- i lied... fixed a few more things including a method called isBed (commit: 924d996) (details)
- Fix crop errors (commit: 2e7d7d4) (details)
- Tech and Nether block packages (commit: 1138508) (details)
- Tree block package (commit: 850dd4b) (details)
- Rest of blocks and client packages (commit: 9a11425) (details)
- NContent (commit: b0761a6) (details)
- dimension and entity packages (commit: 09be750) (details)
- fix items package (commit: 6aa0836) (details)
- Fix rest of errors, some CCE crashes and one NPE (commit: 0903f10) (details)
- @mDiyo pls use @Override thx (commit: 3e1e300) (details)
- Cleanup. If something doesn't have Override annotation, check it. (commit: 6f3b545) (details)
- bump version, add hard depend on mantle (commit: 46bb208) (details)
- tweaks to uploadArchives (commit: 14a2ff7) (details)
- prevent clientside only method from being called serverside (commit: 19fb61c) (details)
- Fix icons for flowers, mushrooms, big mushrooms, and hoppers. (commit: fd43545) (details)
- Change heatsand to extend BlockFalling, fixes render issues. (commit: 02ecc35) (details)
- hopefully fix BC intergration NPE (commit: 5fa15c9) (details)
- Fix credits syntax (commit: 67bf541) (details)
- Creative tabs make sense now. (commit: a6afd02) (details)
- Revert "Creative tabs make sense now." (commit: 7110054) (details)
- use mantle tab interfaces properly (commit: a62d183) (details)
- run through formatter (commit: d36ba2b) (details)
- move tab initialization earlier, will deal w/ reorganization after some (commit: 1f5f217) (details)
- fix sapling ore dict stuffs for @jadedcat (commit: 5fa37fe) (details)
- add missing comma to mcmod.info (commit: 97a43f9) (details)
- fix string formatting w/ treecap (commit: 5951682) (details)
- change rest of decimal -> string in treecap IMC (commit: 268be56) (details)
- Trying to fix most of the errors tterrag made (commit: d24a3db) (details)
- BC Facades. (commit: ec5d09b) (details)
- BC Facades pt 2 (commit: 790af89) (details)
- fix pr semicolon derp bump deps (commit: 6cd0812) (details)
- move itemblocks over to mantle's multiItemBlock (commit: c19e267) (details)
- fix smelting recipes (commit: 7d838db) (details)
- add in some weights for world generators, will still need some tweaking (commit: 1cb114c) (details)
- use gradle format for replacement in mcmod.info (commit: a4b648b) (details)
- fix up stuff in mcmod.info (commit: 5ae03c9) (details)
- Fix WorldGen (commit: 9b1a1c5) (details)
- Fix Burning (commit: 5d3bde6) (details)
- fix errors found during testing (commit: 650ea59) (details)
- register retrogen handler to FML's event bus not forge's (commit: 86ebaaf) (details)
- Fix more bugs for Prog! (He Overworks me :)) (commit: b8afe3c) (details)
- fix wierd cast error (commit: ab46dad) (details)
- Update de_DE.lang (commit: 70e86fd) (details)
- Update README.md (commit: 56da527) (details)
- Update Mantle to #132. (commit: 322912a) (details)
- remove stray ID references (commit: b57441d) (details)
- update integration w/ CB's mods (commit: fbf30ee) (details)
- uncomment damaged dropped on overworld tree stuffs (commit: 65c4b48) (details)
- Send IMC message to new mod ID (commit: 395a2cd) (details)
- Update ru_RU.lang (commit: 43c81e5) (details)
- Update zh_CN.lang to 1.7 (commit: 751d844) (details)
- bump mantle, add in objectholder (commit: 1dc0499) (details)
- clean up sakura gen code (commit: 2218904) (details)
- get rid of derpy object holder reference (commit: 26fd68b) (details)
- update to 1.7.10_pre4 (commit: ed6de9e) (details)
- bump to 1.7.10 release :D (commit: 1e4bd4d) (details)
- Update it_IT.lang (commit: e9dcf63) (details)
- Update it_IT.lang (commit: 5e07581) (details)
- fix issue with some trees dropping the wrong blocks (commit: 058187b) (details)
- update mantle & tcon deps (commit: 54a07a0) (details)
- add acceptedminecraft version (commit: 56b8862) (details)
- Update it_IT.lang (commit: 2af3371) (details)
- Fixing what prog broke, And updating CCC's mod to 1.7.10 (commit: c3732a9) (details)
- Made NSpecialFood use 1.7.10 methods for hunger/saturation values (commit: c0160f6) (details)
- Fix flour smelting into bread with a different damage value (commit: 4a0fcd4) (details)
- Update it_IT.lang (commit: a561f64) (details)
- Create ko_KR.lang (commit: 63d567d) (details)
- Quick fix for ghostwood block rendering bugginess This just fixes the (commit: df3789f) (details)
- Remove log spam when opening the mod's workbenches (commit: 5e0873f) (details)
- Added sources JAR, bumped Forge and Gradle wrapper, and cleaned up (commit: 85dd03f) (details)
- Update ko_KR.lang (commit: b1357e6) (details)
- Stopping Dark Clouds from generating in every (commit: a2bc873) (details)
- restore MFR integration -- UNTESTED (commit: 750ba05) (details)
- use mantle's chunkcoord instead (commit: 81dd827) (details)
- added option to stop barley/cotton from dropping from bonemealing grass (commit: eb1efd3) (details)
- Only apply bonemeal if the event hasn't been previously canceled or (commit: 6cbd735) (details)
- Made CropBlock use the real getItemDropped method (commit: 0de710c) (details)
- add bloodwood sticks/planks back to the ore dictionary (commit: 8ae51ba) (details)
- Gave crop blocks a name (fixes tile.null.name in Waila tooltips) (commit: c2850d4) (details)
- Added protection against ArrayIndexOutOfBoundsExceptions in (commit: 8691b29) (details)
- Fixed glowshroom blocks not having localized names (commit: c03d0ae) (details)
- Fixed eclipse warning. (commit: b570e87) (details)
- Fix cow and sheep breeding with barley (commit: c8d5f30) (details)
- update dependencies, rename several blocks that had spaces for (commit: b5a9483) (details)
- Update ru_RU.lang (commit: f083a7d) (details)
- fix door dropping issue (commit: 91f9c04) (details)
- fix mod container derp (commit: fa1ce53) (details)
- call remap from Natura.java as the event uses @EventHandler (commit: 01f12ba) (details)
- Update it_IT.lang (commit: daa6e11) (details)
- Update Forestry.java (commit: d1ff976) (details)
- Update TreeCapitator.java (commit: 890205c) (details)
- Update MineFactoryReloaded.java (commit: 7330a20) (details)
- Update NotEnoughItems.java (commit: b5a447c) (details)
- Update Thaumcraft.java (commit: d418a91) (details)
- Restore Thaumcraft integration (commit: 0102a9d) (details)
- Update en_US.lang (commit: 366496e) (details)
- Update ru_RU.lang (commit: 2d6a3bd) (details)
- Replaces ModuleLoader with Pulsar Renamed TE3 Module to TE4 Enabled MFR (commit: b6ae14d) (details)
- Removed old MFR API (commit: 3fe0672) (details)
- Renamed plugin entry classes to *Pulse, wrapped FMP and NEI to prevent (commit: ee1e3fa) (details)
- Added Waila support for CropBlock, fixed bonemeal behavior (commit: fd9592b) (details)
- Use information from TE for direction, not meta. Fixes #157 (commit: b7b1b3f) (details)
- Fixes #118, skip chance check if fortune > 3 (commit: 8f1a97d) (details)
- Reject GrassColorizer textures with wrong size, should fix #99 (commit: 17fb803) (details)
- Properly rotate door textures, fixes #47 (commit: 3e2eb3f) (details)
- Fixes #181 (commit: e256632) (details)
- Fixing Natura 3D Bug (commit: b12f939) (details)
- Update it_IT.lang (commit: 1539c68) (details)
- Add "treeLeaves" for leaves OreDict. (commit: a47e1d0) (details)
- correctly check for air blocks in berry/cactus gen (commit: 3e7609e) (details)
- Update it_IT.lang (commit: 822b770) (details)
- Update README.md (commit: 36cc82b) (details)
- Fixed netherrack losing items. Fixes #195. (commit: 492ab52) (details)
- reset mappings back to what is in latest build on curse due to (commit: d341960) (details)
- fix cotton and barley grass drop configs being switched (commit: c2b7e96) (details)
- Update Korean translation (commit: 1edf824) (details)
- Update it_IT.lang (commit: 8255ab0) (details)
- swap stew bowl to newer methods for food fixes #207 (commit: 29b3426) (details)
- cloud dimension blacklist (commit: a36c111) (details)
- bugfix and reformat (commit: 6a6cca1) (details)
- Fix amaranth sawmill recipe outputting eucalyptus planks (commit: 04f2bb2) (details)
- Pull PR #231 and fixs #218 and #192 (commit: 85c3fc8) (details)
- fix all ore dictionary bugs (commit: 6890709) (details)
- Bump all deps, hide some stuff, merge PRs (commit: af3792d) (details)
- Make glowshrooms configurable (commit: 38bc937) (details)
- Fix missing percent sign (commit: b322d71) (details)
- Update zh_CN.lang (commit: 07e1653) (details)