ForgePatch/patches/minecraft/net/minecraft/tileentity/PistonTileEntity.java.patch
LexManos 1933d05e36 Update to 1.15
Due to the massive rendering changes, certain features, such as emissive item rendering and the forge block rendering/lighting pipeline are currently disabled.

Co-authored-by: David Quintana <gigaherz@gmail.com>
Co-authored-by: tterrag <tterrag1098@gmail.com>
Co-authored-by: Unnoen <theunnoen@gmail.com>
2019-12-17 03:38:12 +01:00

11 lines
765 B
Diff

--- a/net/minecraft/tileentity/PistonTileEntity.java
+++ b/net/minecraft/tileentity/PistonTileEntity.java
@@ -105,7 +105,7 @@
AxisAlignedBB axisalignedbb = this.func_190607_a(this.func_191515_a(list));
List<Entity> list1 = this.field_145850_b.func_72839_b((Entity)null, AabbHelper.func_227019_a_(axisalignedbb, direction, d0).func_111270_a(axisalignedbb));
if (!list1.isEmpty()) {
- boolean flag = this.field_200231_a.func_177230_c() == Blocks.field_180399_cE;
+ boolean flag = this.field_200231_a.isSlimeBlock(); //TODO: Merge with isStickyBlock? Look into further how vanilla splits slime vs honey
for(Entity entity : list1) {
if (entity.func_184192_z() != PushReaction.IGNORE) {