Skip to content

Commit 53dc8c0

Browse files
Patch auto-fix
1 parent 4f07c58 commit 53dc8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/minecraft/net/minecraft/item/ItemSlab.java.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
if (iblockstate.func_177230_c() == this.field_150949_c)
3636
{
3737
IProperty<?> iproperty = this.field_150949_c.func_176551_l();
38-
- Comparable<?> comparable1 = iblockstate.func_177229_b((IProperty <?>)iproperty);
38+
- Comparable<?> comparable1 = iblockstate.func_177229_b((IProperty<?>)iproperty);
3939
- BlockSlab.EnumBlockHalf blockslab$enumblockhalf = iblockstate.func_177229_b(BlockSlab.field_176554_a);
4040
+ Comparable<?> comparable1 = iblockstate.func_177229_b(iproperty);
4141
+ BlockSlab.EnumBlockHalf blockslab$enumblockhalf = (BlockSlab.EnumBlockHalf)iblockstate.func_177229_b(BlockSlab.field_176554_a);
@@ -110,7 +110,7 @@
110110

111111
if (iblockstate.func_177230_c() == this.field_150949_c)
112112
{
113-
- Comparable<?> comparable = iblockstate.func_177229_b((IProperty <?>)this.field_150949_c.func_176551_l());
113+
- Comparable<?> comparable = iblockstate.func_177229_b((IProperty<?>)this.field_150949_c.func_176551_l());
114114
+ Comparable<?> comparable = iblockstate.func_177229_b(this.field_150949_c.func_176551_l());
115115

116116
if (comparable == p_180615_5_)

0 commit comments

Comments
 (0)