Update to Minecraft 1.13.1

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2018-08-26 12:00:00 +10:00
parent 034c12d001
commit f578d94680
182 changed files with 1891 additions and 1879 deletions

View File

@@ -46,7 +46,7 @@
+ // CraftBukkit end
+
public TileEntityFurnace() {
super(TileEntityTypes.b);
super(TileEntityTypes.FURNACE);
this.items = NonNullList.a(3, ItemStack.a);
@@ -220,7 +254,7 @@
}
@@ -58,7 +58,7 @@
if (this.isBurning()) {
@@ -238,9 +272,20 @@
IRecipe irecipe = this.world.D().b(this, this.world);
IRecipe irecipe = this.world.E().b(this, this.world);
if (!this.isBurning() && this.canBurn(irecipe)) {
- this.burnTime = fuelTime(itemstack);