Skip to content

Commit

Permalink
Added missing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Jan 6, 2018
1 parent 1b74e16 commit 20dbbd5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ private boolean isWhitelisted(World world, BlockPos pos) {
return true;
}
}
return world.getBlockState(pos).getBlock().getRegistryName().getResourceDomain().equals("tconstruct");
return world.getBlockState(pos).getBlock().getRegistryName().getResourceDomain().equals("tconstruct")
|| world.getBlockState(pos).getBlock().getRegistryName().getResourceDomain().equals("blockcraftery");
}

private boolean isSpecial(Block block) {
Expand Down

0 comments on commit 20dbbd5

Please sign in to comment.