Commit Graph

178 Commits (f61d34b90a745d151bedb74c59cc1e6cce4d1cf8)

Author SHA1 Message Date
sealedinterface f61d34b90a Moved smelter recipes to be 100% on config. 2016-05-20 17:35:02 -07:00
sealedinterface 4579300e00 Added dependency support for config includes. 2016-05-20 17:08:28 -07:00
sealedinterface 90517050b3 Wrote better overwrite code 2016-05-20 16:07:15 -07:00
sealedinterface f8be087f98 Support for includes added to JSON recipes. 2016-05-20 15:32:57 -07:00
sealedinterface fd0e608700 Advanced Crafting added to JSON recipes. 2016-05-20 14:55:59 -07:00
einsteinsci c9e4fc1f39 Smelters can use coal if configged. 2016-05-20 13:47:50 -07:00
sealedinterface 63d3c648c3 Brick Oven main JSON loader done 2016-05-19 23:34:17 -07:00
sealedinterface 53c89cafdf Fixed #112 (smelter boost statistics). Also Git-ified line endings. 2016-05-19 19:30:53 -07:00
sealedinterface 7a22bc6cd0 I'M BACK BABY! JSON loading for smelter complete. 2016-05-19 19:02:29 -07:00
sealed interface 4641e15630 Merge pull request #116 from knoxx093/guilight
fixes blocks in gui lighting issue #111
2016-01-13 09:38:18 -08:00
Dylan Knox 58f58c4560 fixes blocks in gui lighting issue #111 , cleans up import and drawItemStack 2016-01-11 18:36:18 -06:00
einsteinsci 51dc7b809f Fixed food NEI crash 2016-01-10 11:48:43 -08:00
einsteinsci c0b215cf69 Removed old JARs 2016-01-10 11:38:07 -08:00
einsteinsci 5b939b11f3 Removed Scala stupidity import 2016-01-10 11:36:01 -08:00
einsteinsci 9fbd2fd323 Merge remote-tracking branch 'MC_1.8/main' into main 2016-01-10 11:35:08 -08:00
einsteinsci 79e31960a1 Simplified CampfireCachedRecipe.getIngredients() code, *possibly* fixing food NEI crash. Only time can tell. 2016-01-10 11:27:26 -08:00
sealed interface 7493092c00 Merge pull request #113 from Adaptivity/main
A couple of tweaks
2016-01-09 13:06:06 -08:00
Adaptivity 9ab18231bd A couple of tweaks
Set mod version in code automatically
2016-01-10 00:00:56 +03:00
einsteinsci 00e52855a7 Prismarine no longer can quadruple in ender smelter 2016-01-08 22:33:12 -08:00
sealed interface 5200fed3f3 Update README.md 2016-01-08 22:29:56 -08:00
einsteinsci a7500ad73a Various tweaks 2016-01-08 21:17:07 -08:00
sealed interface 8c7b9ac3b0 Merge pull request #109 from knoxx093/main
More intuitive catalyst display - fixed
2016-01-08 20:41:03 -08:00
einsteinsci ffaedb89ce Redesigned smelters. 2016-01-08 20:36:51 -08:00
einsteinsci 8474609ecd Created abstract class for smelters. 2016-01-08 18:19:24 -08:00
einsteinsci a891607afe Created abstract class for kilns. 2016-01-08 17:54:53 -08:00
einsteinsci acf0be54f3 Created abstract class for brick ovens. 2016-01-08 14:06:14 -08:00
Dylan Knox a6c85a2230 Merge branch 'main' of github.com:einsteinsci/betterbeginnings into main 2016-01-08 15:53:00 -06:00
Dylan Knox e456343115 slot agnostic version of adaptive catalyst indicators 2016-01-08 15:48:11 -06:00
einsteinsci ff415690fa Moved SwitchEnumFacing to BlockSpecializedFurnace 2016-01-08 13:15:06 -08:00
einsteinsci 2e4eddcc9e Updated mod credits. 2016-01-08 13:12:12 -08:00
Dylan Knox a92a008471 Merge branch 'main' of github.com:einsteinsci/betterbeginnings into main 2016-01-08 14:48:57 -06:00
Dylan Knox ba4199cac7 Merge branch 'oredict' of github.com:knoxx093/betterbeginnings into main 2016-01-08 14:48:34 -06:00
einsteinsci e20d7257e2 Minor refactoring within recipe handlers 2016-01-08 12:29:04 -08:00
sealed interface 8cd290bfe9 Merge pull request #110 from knoxx093/oredict
Fixed ore dictionary compatibility missed previously.
2016-01-08 12:01:25 -08:00
einsteinsci 994035f074 Renamed SLOT_PAN and stackPan() to 'utensil' instead 2016-01-08 12:00:30 -08:00
einsteinsci 81d45917d4 Fixed minor changes missed by Leviathan143 cleanup. 2016-01-08 11:59:06 -08:00
Dylan Knox e522de6e93 Merge remote-tracking branch 'upstream/main' into main 2016-01-08 13:49:41 -06:00
sealed interface 31d1518c17 Merge pull request #108 from Leviathan143/cleanup
Mega-Cleanup in furnace code from Leviathan143
2016-01-08 11:46:12 -08:00
Dylan Knox 82c4cb6eee revert changes to iron nugget->ingot recipe 2016-01-08 13:33:11 -06:00
Dylan Knox 6abcf40a0e Revert "More ore dictionary compatibility. Some structure changes."
This reverts commit 1f62c5c7b2.
2016-01-08 13:30:15 -06:00
Dylan Knox 9f0f9a55e1 More ore dictionary compatibility. Some structure changes. 2016-01-08 12:04:58 -06:00
Dylan Knox 1f62c5c7b2 More ore dictionary compatibility. Some structure changes. 2016-01-08 11:58:50 -06:00
Dylan Knox f7c998e6d4 Merge branch 'main' of github.com:knoxx093/betterbeginnings into main 2016-01-08 11:06:06 -06:00
Dylan Knox e1f8d0c152 A little cleanup of the checkMatch algorithm, mainly moving the catalyst
checks out of the inner loops and different organization of fail
conditions. Adds some internal null checking to OreRecipeElement. Catalyst
positions are now required to match.
2016-01-08 11:05:25 -06:00
Dylan Knox f9d9877bde Fixes the catalyst stack display to count down as intended 2016-01-08 11:05:25 -06:00
Dylan Knox 3d7b78cbac More intuitive catalyst display 2016-01-08 11:05:25 -06:00
Dylan Knox 0ea606277d More intuitive catalyst display 2016-01-08 11:05:25 -06:00
Dylan Knox cfe945fb1c A little cleanup of the checkMatch algorithm, mainly moving the catalyst
checks out of the inner loops and different organization of fail
conditions. Adds some internal null checking to OreRecipeElement. Catalyst
positions are now required to match.
2016-01-08 11:04:00 -06:00
Dylan Knox 3122c5e241 Fixes the catalyst stack display to count down as intended 2016-01-08 11:02:55 -06:00
einsteinsci a284ee3afa Cleanup Furnace code
Moved common furnace Container code to a base class and unified some variables.

Moved common furnace TE code to a base class and unified some variables.

Moved common furnace Block code to a base class and unified some variables.
2016-01-08 19:24:33 +13:00