summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/RecipesFurnace.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-4/+4
|
* [Bleeding] Check that vanilla recipes actually exist. Fixes BUKKIT-5277t00thpick12014-01-18-1/+1
| | | | | | When falling back to vanilla recipes in the iteration of recipes, a check is necessary to ensure that vanilla recipes are present. RecipeIterator has been modified to account for the multi-map setup.
* [Bleeding] Handle custom furnace recipes separately. Fixes BUKKIT-1657, ↵t00thpick12013-12-20-2/+19
| | | | | | | | | | BUKKIT-3846 Due to vanilla blanket comparing data values, and the unspecified order of hashmap iterators, we need to run through custom recipes first, and therefore separately, to ensure that they are actually used. By not adding the custom results to the experience table, we do not override the experience gains from vanilla smelting recipes.
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-32/+81
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-0/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-0/+2
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-6/+7
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-0/+51