initial 20w11a

This commit is contained in:
modmuss50 2020-03-12 20:32:03 +00:00
parent dffec285b2
commit adad632549
25 changed files with 65 additions and 71 deletions

View file

@ -86,7 +86,7 @@ public class BlockRubberLog extends LogBlock {
}
@Override
public boolean matches(Tag<Block> tagIn) {
public boolean isIn(Tag<Block> tagIn) {
return tagIn == BlockTags.LOGS;
}