-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
1,082 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 0 additions & 66 deletions
66
nms-patches/net/minecraft/world/item/crafting/RecipeItemStack.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
patches/net/minecraft/world/entity/vehicle/MinecartTNT.java.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- a/net/minecraft/world/entity/vehicle/MinecartTNT.java | ||
+++ b/net/minecraft/world/entity/vehicle/MinecartTNT.java | ||
@@ -31,8 +_,8 @@ | ||
private static final float DEFAULT_EXPLOSION_POWER_BASE = 4.0F; | ||
private static final float DEFAULT_EXPLOSION_SPEED_FACTOR = 1.0F; | ||
public int fuse = -1; | ||
- private float explosionPowerBase = 4.0F; | ||
- private float explosionSpeedFactor = 1.0F; | ||
+ public float explosionPowerBase = 4.0F; | ||
+ public float explosionSpeedFactor = 1.0F; | ||
|
||
public MinecartTNT(EntityType<? extends MinecartTNT> p_38649_, Level p_38650_) { | ||
super(p_38649_, p_38650_); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 8 additions & 3 deletions
11
patches/net/minecraft/world/level/block/entity/AbstractFurnaceBlockEntity.java.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.