base mod created
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.minecraft.block;
|
||||
|
||||
public class BlockHalfStoneSlabNew extends BlockStoneSlabNew
|
||||
{
|
||||
public boolean isDouble()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user